Skip to content

Commit 92894b6

Browse files
committed
Bump React peer up to v18, and immer to latest too
1 parent f6d8536 commit 92894b6

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": "pullstate",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"description": "Simple state stores using immer and React hooks",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"fast-deep-equal": "^3.1.3",
41-
"immer": "^9.0.6"
41+
"immer": "^9.0.12"
4242
},
4343
"repository": "https://github.com/lostpebble/pullstate",
4444
"devDependencies": {
@@ -76,6 +76,6 @@
7676
"webpack-cli": "^3.3.12"
7777
},
7878
"peerDependencies": {
79-
"react": "^16.12.0 || ^17.0.0"
79+
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
8080
}
8181
}

0 commit comments

Comments
 (0)