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 00eeeac commit 9adfbf2Copy full SHA for 9adfbf2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "use-mutative",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "A hook to use Mutative as a React hook to efficient update react state immutable with mutable way",
5
"main": "dist/index.cjs.js",
6
"unpkg": "dist/index.umd.js",
@@ -92,7 +92,7 @@
92
}
93
},
94
"peerDependencies": {
95
- "@types/react": "^16.8 || 18.0 || ^17.0 || ^19.0",
+ "@types/react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
96
"mutative": "^1.0",
97
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
98
0 commit comments