Skip to content

Commit

Permalink
chore: upgrade umi to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Sep 2, 2019
1 parent dce6a7b commit 13feafa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"umi": "^2.7.0",
"umi": "^2.9.0",
"umi-plugin-react": "^1.8.0",
"umi-types": "^0.3.0"
<% } else { -%>
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/block/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": ">=16.0.0"
},
"devDependencies": {
"umi": "^2.0.0",
"umi": "^2.9.0",
<% if (isTypeScript) { -%>
"umi-plugin-block-dev": "^2.0.0",
"umi-types": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/plugin/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"father-build": "^1.8.0",
"np": "^5.0.3",
"umi": "^2.9.0-beta.6",
"umi": "^2.9.0",
"umi-types": "^0.3.17"
},
<% if (true) { %>
Expand Down

0 comments on commit 13feafa

Please sign in to comment.