Skip to content

Commit 885500e

Browse files
chore: update peer dependencies for React 18 compatibility
1 parent a4a0342 commit 885500e

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
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/HichemTab-tech/react-shared-states/issues"
3535
},
3636
"peerDependencies": {
37-
"react": "^19.1.11",
38-
"react-dom": "^19.1.11"
37+
"react": ">=18.0.0",
38+
"react-dom": ">=18.0.0"
3939
},
4040
"homepage": "https://github.com/HichemTab-tech/react-shared-states#readme",
4141
"devDependencies": {

0 commit comments

Comments
 (0)