Skip to content

Commit 49a38f9

Browse files
committed
chore: update zustand to version 5.0.3 and remove old dependency from package.json
1 parent 24381ba commit 49a38f9

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"timeago.js": "^4.0.2",
3737
"type-fest": "^1.2.0",
3838
"vite-plugin-ejs": "^1.6.4",
39-
"zustand": "^4.3.3"
39+
"zustand": "^5.0.3"
4040
},
4141
"engines": {
4242
"node": "18"
@@ -65,9 +65,9 @@
6565
},
6666
"devDependencies": {
6767
"@types/chrome": "^0.0.241",
68+
"@types/dompurify": "^2.3.4",
6869
"@types/jest": "^29.1.2",
6970
"@types/jsonpath": "^0.2.0",
70-
"@types/dompurify": "^2.3.4",
7171
"@types/jspath": "^0.4.0",
7272
"@types/node": "^20.4.2",
7373
"@types/react": "^19.0.4",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,7 +6085,7 @@ use-subscription@^1.3.0:
60856085
dependencies:
60866086
use-sync-external-store "^1.2.0"
60876087

6088-
use-sync-external-store@1.2.0, use-sync-external-store@^1.2.0:
6088+
use-sync-external-store@^1.2.0:
60896089
version "1.2.0"
60906090
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
60916091
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
@@ -6287,9 +6287,7 @@ yargs@^17.7.2:
62876287
y18n "^5.0.5"
62886288
yargs-parser "^21.1.1"
62896289

6290-
zustand@^4.3.3:
6291-
version "4.4.7"
6292-
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.4.7.tgz#355406be6b11ab335f59a66d2cf9815e8f24038c"
6293-
integrity sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==
6294-
dependencies:
6295-
use-sync-external-store "1.2.0"
6290+
zustand@^5.0.3:
6291+
version "5.0.3"
6292+
resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.3.tgz#b323435b73d06b2512e93c77239634374b0e407f"
6293+
integrity sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==

0 commit comments

Comments
 (0)