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 512e82a commit 00eeeacCopy full SHA for 00eeeac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "use-mutative",
3
- "version": "1.1.8",
+ "version": "1.2.0",
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,6 +92,7 @@
92
}
93
},
94
"peerDependencies": {
95
+ "@types/react": "^16.8 || 18.0 || ^17.0 || ^19.0",
96
"mutative": "^1.0",
97
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
98
0 commit comments