Skip to content

Commit

Permalink
fix: 补充缺失依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Oct 18, 2022
1 parent 793090c commit 3ac93ad
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 92 deletions.
3 changes: 2 additions & 1 deletion packages/taro-plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"@prefresh/core": "^1.3.4",
"@prefresh/webpack": "^3.2.3",
"preact": "^10.10.0",
"react-refresh": "^0.11.0"
"react-refresh": "^0.11.0",
"webpack": "5.69.0"
},
"peerDependencies": {
"react": ">=17"
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-reconciler": "0.27.0",
"scheduler": "^0.20.1"
},
"publishConfig": {
"access": "public"
"devDependencies": {
"react": "^18"
}
}
1 change: 1 addition & 0 deletions packages/taro-webpack5-prebundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"webpack-virtual-modules": "^0.4.3"
},
"devDependencies": {
"webpack": "5.69.0",
"webpack-dev-server": "4.7.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3ac93ad

Please sign in to comment.