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 f0e1a13 commit 51cf67cCopy full SHA for 51cf67c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-easy-state",
3
- "version": "6.1.0-beta.7",
+ "version": "6.1.0-beta.8",
4
"description": "React state management with a minimal API. Made with ES6 Proxies.",
5
"main": "dist/cjs.es6.js",
6
"module": "dist/es.es6.js",
@@ -54,8 +54,8 @@
54
"@nx-js/observer-util": "^4.2.1"
55
},
56
"peerDependencies": {
57
- "react": "^15.0.0",
58
- "react-dom": "^15.0.0",
+ "react": "*",
+ "react-dom": "*",
59
"react-native": "*"
60
61
"devDependencies": {
0 commit comments