Skip to content

Commit

Permalink
fix: add React 17 and 18 to package dependencies, fixes #718
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jan 28, 2023
1 parent ede5558 commit 66edc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"react": ">=16.3.0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"@loadable/component": "^5.0.1",
"react": ">=16.3.0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"lodash": "^4.17.15"
Expand Down

0 comments on commit 66edc37

Please sign in to comment.