Skip to content

Commit

Permalink
build(npm): bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayZoneYour committed Mar 5, 2021
1 parent 328295d commit 0346ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-model",
"version": "4.0.0-rc.6",
"version": "4.0.0",
"description": "The State management library for React",
"main": "./dist/react-model.js",
"module": "./dist/react-model.esm.js",
Expand All @@ -18,7 +18,7 @@
"author": "ArrayZoneYour <hustliyidong@gmail.com>",
"license": "MIT",
"dependencies": {
"immer": "^6.0.0"
"immer": ">=8.0.1"
},
"peerDependencies": {
"react": ">=16.3.0",
Expand Down

0 comments on commit 0346ea0

Please sign in to comment.