diff --git a/package.json b/package.json index f0a3c8b..970afc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-mutative", - "version": "1.2.0", + "version": "1.2.1", "description": "A hook to use Mutative as a React hook to efficient update react state immutable with mutable way", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -92,7 +92,7 @@ } }, "peerDependencies": { - "@types/react": "^16.8 || 18.0 || ^17.0 || ^19.0", + "@types/react": "^16.8 || ^17.0 || ^18.0 || ^19.0", "mutative": "^1.0", "react": "^16.8 || ^17.0 || ^18.0 || ^19.0" }