Skip to content

Commit daa57ab

Browse files
Javascript dependency: Bump zustand from 4.5.5 to 5.0.1 in /web
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.5 to 5.0.1. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v4.5.5...v5.0.1) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79f3db5 commit daa57ab

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"uplot-react": "^1.1.4",
152152
"valid-filename": "^4.0.0",
153153
"wkx": "^0.5.0",
154-
"zustand": "^4.5.4"
154+
"zustand": "^5.0.1"
155155
},
156156
"scripts": {
157157
"linter": "yarn run eslint -c .eslintrc.js .",

web/yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13560,7 +13560,7 @@ __metadata:
1356013560
webpack-cli: ^5.1.4
1356113561
wkx: ^0.5.0
1356213562
yarn-audit-html: 7.3.2
13563-
zustand: ^4.5.4
13563+
zustand: ^5.0.1
1356413564
languageName: unknown
1356513565
linkType: soft
1356613566

@@ -15372,7 +15372,7 @@ __metadata:
1537215372
languageName: node
1537315373
linkType: hard
1537415374

15375-
"use-sync-external-store@npm:1.2.2, use-sync-external-store@npm:^1.2.0":
15375+
"use-sync-external-store@npm:^1.2.0":
1537615376
version: 1.2.2
1537715377
resolution: "use-sync-external-store@npm:1.2.2"
1537815378
peerDependencies:
@@ -16022,22 +16022,23 @@ __metadata:
1602216022
languageName: node
1602316023
linkType: hard
1602416024

16025-
"zustand@npm:^4.5.4":
16026-
version: 4.5.5
16027-
resolution: "zustand@npm:4.5.5"
16028-
dependencies:
16029-
use-sync-external-store: 1.2.2
16025+
"zustand@npm:^5.0.1":
16026+
version: 5.0.1
16027+
resolution: "zustand@npm:5.0.1"
1603016028
peerDependencies:
16031-
"@types/react": ">=16.8"
16029+
"@types/react": ">=18.0.0"
1603216030
immer: ">=9.0.6"
16033-
react: ">=16.8"
16031+
react: ">=18.0.0"
16032+
use-sync-external-store: ">=1.2.0"
1603416033
peerDependenciesMeta:
1603516034
"@types/react":
1603616035
optional: true
1603716036
immer:
1603816037
optional: true
1603916038
react:
1604016039
optional: true
16041-
checksum: 654e47959970bc66bbf2ae80fced7e556dd488e9ee54eb678330cb036ecc7184f4b8c2cae273be28022533622c54ab6339bf3fe30d19236367c5c251b6c6679a
16040+
use-sync-external-store:
16041+
optional: true
16042+
checksum: 66eb196c3134957143bd54c4adc24d0baad321a6edfbf495cd571110dfb8c52c92949c3dd246e7ac992791fa81c4947d6431c8724db2b48e26f3f5d30268bec1
1604216043
languageName: node
1604316044
linkType: hard

0 commit comments

Comments
 (0)