Skip to content

Commit

Permalink
Bump React peer up to v18, and immer to latest too
Browse files Browse the repository at this point in the history
  • Loading branch information
lostpebble committed Apr 20, 2022
1 parent f6d8536 commit 92894b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pullstate",
"version": "1.23.0",
"version": "1.24.0",
"description": "Simple state stores using immer and React hooks",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.6"
"immer": "^9.0.12"
},
"repository": "https://github.com/lostpebble/pullstate",
"devDependencies": {
Expand Down Expand Up @@ -76,6 +76,6 @@
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.0"
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit 92894b6

Please sign in to comment.