Skip to content

Commit

Permalink
chore(repo): Upgrade minimum version of react to >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 17, 2023
1 parent dde4399 commit fce1646
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 69 deletions.
118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "*"
},
"peerDependencies": {
"react": ">=16"
"react": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"peerDependencies": {
"expo-auth-session": ">=4",
"expo-web-browser": ">=12",
"react": ">=16"
"react": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "*"
},
"peerDependencies": {
"react": ">=16"
"react": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
},
"peerDependencies": {
"next": ">=10",
"react": "^17.0.2 || ^18.0.0-0",
"react-dom": "^17.0.2 || ^18.0.0-0"
"react": ">=18",
"react-dom": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "*"
},
"peerDependencies": {
"react": ">=16"
"react": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"peerDependencies": {
"@remix-run/react": "^2.0.0",
"@remix-run/server-runtime": "^2.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
"react": ">=18",
"react-dom": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"typescript": "*"
},
"peerDependencies": {
"react": ">=16"
"react": ">=18"
},
"peerDependenciesMeta": {
"react": {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "*"
},
"peerDependencies": {
"react": ">=16"
"react": ">=18"
},
"engines": {
"node": ">=18.17.0"
Expand Down

0 comments on commit fce1646

Please sign in to comment.