Skip to content

Commit 547328b

Browse files
committed
feat: downgrade zustand dependency to version 4.3.0 for compatibility
1 parent e92acb3 commit 547328b

2 files changed

Lines changed: 13 additions & 43 deletions

File tree

package-lock.json

Lines changed: 11 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"vite-plugin-lib-inject-css": "^2.2.2",
9797
"vitest": "^4.1.2",
9898
"motion": "^12.40.0",
99-
"zustand": "^5.0.13"
99+
"zustand": "^4.3.0"
100100
},
101101
"main": "dist/index.js",
102102
"repository": {
@@ -142,7 +142,7 @@
142142
"react-zoom-pan-pinch": "^3.7.0",
143143
"sonner": "^2.0.7",
144144
"motion": "^12.40.0",
145-
"zustand": "^5.0.13"
145+
"zustand": ">=4.3.0 <5.0.0"
146146
},
147147
"publishConfig": {
148148
"access": "public"

0 commit comments

Comments
 (0)