Skip to content

Commit 00eeeac

Browse files
committed
chore(version): update version to 1.2.0
1 parent 512e82a commit 00eeeac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-mutative",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"description": "A hook to use Mutative as a React hook to efficient update react state immutable with mutable way",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -92,6 +92,7 @@
9292
}
9393
},
9494
"peerDependencies": {
95+
"@types/react": "^16.8 || 18.0 || ^17.0 || ^19.0",
9596
"mutative": "^1.0",
9697
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
9798
}

0 commit comments

Comments
 (0)