Skip to content

Commit

Permalink
dep: upgrade react-error-overlay and use-subscription (umijs#6280)
Browse files Browse the repository at this point in the history
* chore(upgrade): patch and minor deps

* chore: bundled webpackHotDevClient

Co-authored-by: pr <pr>
  • Loading branch information
ycjcl868 authored Mar 18, 2021
1 parent 2e3a8c4 commit e19862d
Show file tree
Hide file tree
Showing 6 changed files with 3,878 additions and 1,979 deletions.
3,995 changes: 2,155 additions & 1,840 deletions packages/bundler-webpack/bundled/webpackHotDevClient.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/sockjs-client": "1.1.1",
"anymatch": "3.1.1",
"react-error-overlay": "6.0.8",
"react-error-overlay": "6.0.9",
"sockjs-client": "1.5.0",
"strip-ansi": "6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-built-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"@types/react-router-config": "5.0.1",
"@types/react-router-config": "5.0.2",
"@umijs/babel-preset-umi": "3.4.3-beta.1",
"@umijs/bundler-webpack": "3.4.3-beta.1",
"@umijs/deps": "0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-router-config": "^5.0.1",
"@types/react-router-config": "^5.0.2",
"@umijs/runtime": "3.4.3-beta.1",
"react-router-config": "5.1.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"access": "public"
},
"dependencies": {
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/react-router": "5.1.12",
"@types/react-router-dom": "5.1.7",
"history-with-query": "4.10.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"use-subscription": "1.4.1"
"use-subscription": "1.5.1"
},
"peerDependencies": {
"react": "16.x || 17.x"
Expand Down
Loading

0 comments on commit e19862d

Please sign in to comment.