@savks/react-helpers
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@savks/react-helpers", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React helpers", | ||
@@ -11,3 +11,4 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc", | ||
"prepack": "yarn build" | ||
}, | ||
@@ -19,2 +20,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"@reduxjs/toolkit": "^1.8.1", | ||
"@savks/not-need-lodash": "^1.1.6", | ||
"@types/lodash": "^4.14.182", | ||
@@ -29,10 +32,8 @@ "@types/react": "^18.0.9", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"typescript": "^4.4.4", | ||
"@savks/not-need-lodash": "^1.1.6", | ||
"@reduxjs/toolkit": "^1.8.1" | ||
"typescript": "^4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.0", | ||
"@reduxjs/toolkit": "^1.8.1", | ||
"@savks/not-need-lodash": "^1.1.6", | ||
"@reduxjs/toolkit": "^1.8.1" | ||
"react": "^17.0.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "volta": { |
28926
39
512