We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfad15 commit 53c5636Copy full SHA for 53c5636
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-easy-state",
3
- "version": "3.0.1",
4
- "description": "React Easy State provides a healthy balance of local and global state management in a simple, scalable way",
+ "version": "4.0.0",
+ "description": "React state management with a minimal API. Made with ES6 Proxies.",
5
"main": "dist/cjs.es5.js",
6
"module": "dist/es.es5.js",
7
"files": [
@@ -58,7 +58,7 @@
58
"es6 proxy"
59
],
60
"dependencies": {
61
- "@nx-js/observer-util": "^3.1.3"
+ "@nx-js/observer-util": "^4.0.0"
62
},
63
"peerDependencies": {
64
"react": "*"
0 commit comments