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 c6214f9 commit e3dba83Copy full SHA for e3dba83
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bit-about/state",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Tiny and powerfull state managment library.",
5
"author": "Gareneye",
6
"license": "MIT",
@@ -24,7 +24,7 @@
24
"deploy": "gh-pages -d example/build"
25
},
26
"peerDependencies": {
27
- "react": "^16.0.0",
+ "react": "^16.0.0 || ^17.0.0",
28
"scheduler": "^0.19.0 || ^0.20.0"
29
30
"devDependencies": {
0 commit comments