Skip to content

Commit 0346ea0

Browse files
committed
build(npm): bump version to 4.0.0
1 parent 328295d commit 0346ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-model",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0",
44
"description": "The State management library for React",
55
"main": "./dist/react-model.js",
66
"module": "./dist/react-model.esm.js",
@@ -18,7 +18,7 @@
1818
"author": "ArrayZoneYour <[email protected]>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"immer": "^6.0.0"
21+
"immer": ">=8.0.1"
2222
},
2323
"peerDependencies": {
2424
"react": ">=16.3.0",

0 commit comments

Comments
 (0)