Skip to content

Commit 603e3f4

Browse files
committed
Remove React 16 and 17 from peer dependencies
1 parent 6b5f972 commit 603e3f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"peerDependencies": {
7878
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
79-
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
79+
"react": "^18.0.0 || ^19.0.0",
8080
"react-router-dom": "^6.0.0",
8181
"zod": "^3.0.0"
8282
},

0 commit comments

Comments
 (0)