Skip to content

Commit bd925f6

Browse files
authored
Merge pull request #62 from charkour/patch-2
Allow react 18.x
2 parents 34a6834 + 74be285 commit bd925f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"peerDependencies": {
3232
"next": ">=10.0.0",
33-
"react": "16.x || 17.x",
34-
"react-dom": "16.x || 17.x"
33+
"react": "16.x || 17.x || 18.x",
34+
"react-dom": "16.x || 17.x || 18.x"
3535
},
3636
"dependencies": {
3737
"cookie": "^0.4.1",

0 commit comments

Comments
 (0)