Skip to content

Commit bb4e5a0

Browse files
Merge pull request #25 from HichemTab-tech/support-react-18
chore: update peer dependencies for React 18 compatibility
2 parents c1dc014 + e410713 commit bb4e5a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-shared-states",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"type": "module",
55
"description": "Global state made as simple as useState, with zero config, built-in async caching, and automatic scoping.",
66
"keywords": [
@@ -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)