Skip to content

Commit c998f2c

Browse files
author
zhaogh
committed
fix: update depends
1 parent 74b1f4f commit c998f2c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.umirc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// more config: https://d.umijs.org/config,
12
import { defineConfig } from 'dumi'
23

34
export default defineConfig({
@@ -7,7 +8,7 @@ export default defineConfig({
78
logo:
89
'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
910
outputPath: 'docs-dist',
10-
// more config: https://d.umijs.org/config,
11+
hash: true,
1112
extraBabelPlugins: [
1213
[
1314
'babel-plugin-import',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@umijs/fabric": "^2.4.5",
5353
"@umijs/test": "^3.0.5",
5454
"conventional-changelog-cli": "^2.1.1",
55-
"dumi": "^1.1.2",
56-
"dumi-theme-mobile": "^1.0.2",
55+
"dumi": "^1.1.3",
56+
"dumi-theme-mobile": "^1.0.3",
5757
"eslint-plugin-json": "^2.1.2",
5858
"father-build": "^1.19.1",
5959
"gh-pages": "^3.0.0",

0 commit comments

Comments
 (0)