Skip to content

Commit

Permalink
fix: peerDependencies warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Mar 6, 2020
1 parent e0e9f07 commit 732fbbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/preset-built-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"access": "public"
},
"dependencies": {
"@babel/core": "7.8.6",
"@types/multer": "1.4.2",
"@types/react-router-config": "5.0.1",
"@umijs/babel-preset-umi": "3.0.4",
Expand Down
1 change: 1 addition & 0 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"access": "public"
},
"dependencies": {
"@babel/core": "7.8.6",
"@umijs/core": "3.0.4",
"@umijs/preset-built-in": "3.0.4",
"@umijs/runtime": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DOC_SYNC_BLACKLIST = [
'docs/how-umi-works.zh-CN.md',
'docs/getting-started.zh-CN.md',
'docs/config.zh-CN.md',
'docs/directory-structure.zh-CN.md'
'docs/directory-structure.zh-CN.md',
];

switch (command) {
Expand Down

0 comments on commit 732fbbb

Please sign in to comment.