Skip to content

Commit

Permalink
[frontend] Update dependency zustand to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 65d93c6 commit 4fc2241
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
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": "11.0.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "3.23.8",
"zustand": "4.5.5"
"zustand": "5.0.1"
},
"devDependencies": {
"@eslint/js": "9.13.0",
Expand Down
25 changes: 23 additions & 2 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8949,7 +8949,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.5"
zustand: "npm:5.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12226,7 +12226,28 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:4.5.5, zustand@npm:^4.4.0":
"zustand@npm:5.0.1":
version: 5.0.1
resolution: "zustand@npm:5.0.1"
peerDependencies:
"@types/react": ">=18.0.0"
immer: ">=9.0.6"
react: ">=18.0.0"
use-sync-external-store: ">=1.2.0"
peerDependenciesMeta:
"@types/react":
optional: true
immer:
optional: true
react:
optional: true
use-sync-external-store:
optional: true
checksum: 10c0/b4239c8bf3988bfdaaed1c48f3958d0b047b721c4908a76bd78e73387d107963cda774541cf303c2ea89261481c995aa6666e7e77c30717ad440cdb499d9e5ca
languageName: node
linkType: hard

"zustand@npm:^4.4.0":
version: 4.5.5
resolution: "zustand@npm:4.5.5"
dependencies:
Expand Down

0 comments on commit 4fc2241

Please sign in to comment.