Skip to content

Commit

Permalink
feat(deps): require zustand >=v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Oct 21, 2022
1 parent 5d981d2 commit 6fdeee6
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 161 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -44,24 +44,24 @@
},
"peerDependencies": {
"solid-js": ">=1.4.0",
"zustand": "^4.0.0"
"zustand": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.20.6",
"bumpp": "^7.1.1",
"clean-publish": "^4.0.0",
"eslint": "^8.13.0",
"eslint-plugin-solid": "^0.4.4",
"eslint": "^8.25.0",
"eslint-plugin-solid": "^0.7.3",
"jsdom": "^19.0.0",
"lint-staged": "^12.3.5",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.7.0",
"solid-js": "^1.4.0",
"solid-js": "^1.6.0",
"tsup": "^5.12.6",
"typescript": "4.6.3",
"vite-plugin-solid": "^2.2.6",
"vitest": "^0.7.0",
"zustand": "^4.0.0"
"vitest": "^0.7.13",
"zustand": "^4.1.2"
},
"lint-staged": {
"{src,test}/**/*.{js,ts,jsx,tsx}": [
Expand Down

0 comments on commit 6fdeee6

Please sign in to comment.