Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Update dependency zustand to v5 #1872

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uuid": "10.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "3.23.8",
"zustand": "4.5.4"
"zustand": "5.0.1"
},
"devDependencies": {
"@eslint/js": "9.13.0",
Expand Down
28 changes: 10 additions & 18 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8939,7 +8939,7 @@ __metadata:
vitest: "npm:2.1.1"
xlsx: "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
zod: "npm:3.23.8"
zustand: "npm:4.5.4"
zustand: "npm:5.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11584,15 +11584,6 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:1.2.0":
version: 1.2.0
resolution: "use-sync-external-store@npm:1.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/ac4814e5592524f242921157e791b022efe36e451fe0d4fd4d204322d5433a4fc300d63b0ade5185f8e0735ded044c70bcf6d2352db0f74d097a238cebd2da02
languageName: node
linkType: hard

"use-sync-external-store@npm:1.2.2, use-sync-external-store@npm:^1.0.0":
version: 1.2.2
resolution: "use-sync-external-store@npm:1.2.2"
Expand Down Expand Up @@ -12225,23 +12216,24 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:4.5.4":
version: 4.5.4
resolution: "zustand@npm:4.5.4"
dependencies:
use-sync-external-store: "npm:1.2.0"
"zustand@npm:5.0.1":
version: 5.0.1
resolution: "zustand@npm:5.0.1"
peerDependencies:
"@types/react": ">=16.8"
"@types/react": ">=18.0.0"
immer: ">=9.0.6"
react: ">=16.8"
react: ">=18.0.0"
use-sync-external-store: ">=1.2.0"
peerDependenciesMeta:
"@types/react":
optional: true
immer:
optional: true
react:
optional: true
checksum: 10c0/479af491ffa1f1eb2c38b3ba25dc4e14339e8b35a60033d3f6c165b22f8be8163f7e1370015ded9c6e28548cd25af84a73fb40b5fad0bd7882d16ddd5ed613c6
use-sync-external-store:
optional: true
checksum: 10c0/b4239c8bf3988bfdaaed1c48f3958d0b047b721c4908a76bd78e73387d107963cda774541cf303c2ea89261481c995aa6666e7e77c30717ad440cdb499d9e5ca
languageName: node
linkType: hard

Expand Down