diff --git a/package.json b/package.json index 3dd17039..7d1a6d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ice/store", - "version": "1.1.0", + "version": "1.1.1", "description": "Lightweight React state management library based on react hooks", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -48,8 +48,7 @@ "react": "^16.8.0", "react-dom": "^16.8.0", "ts-jest": "^24.0.2", - "typescript": "^3.7.4", - "utility-types": "^3.10.0" + "typescript": "^3.7.4" }, "peerDependencies": { "react": "^16.8.0" @@ -61,6 +60,7 @@ }, "dependencies": { "is-promise": "^2.1.0", - "lodash.transform": "^4.6.0" + "lodash.transform": "^4.6.0", + "utility-types": "^3.10.0" } }