Skip to content

Commit

Permalink
Updating peer deps to support React 17, and releasing 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lostpebble committed Mar 7, 2021
1 parent c6a6115 commit edd5f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pullstate",
"version": "1.20.6",
"version": "1.21.0",
"description": "Simple state stores using immer and React hooks",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -76,6 +76,6 @@
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"react": "^16.12.0"
"react": "^16.12.0 || ^17.0.0"
}
}

0 comments on commit edd5f8a

Please sign in to comment.