Skip to content

Commit

Permalink
chore(qiankun): upgrade peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Sep 22, 2023
1 parent e266a6c commit 87b81ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/plugin-qiankun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"bugs": "http://github.com/umijs/plugins/issues",
"homepage": "https://github.com/umijs/plugins/tree/master/packages/plugin-qiankun#readme",
"peerDependencies": {
"umi": "^3.2.21"
"umi": "^3.2.21",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 87b81ae

Please sign in to comment.