Skip to content

Commit 6402c60

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 8876c42 commit 6402c60

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
@@ -13553,7 +13553,7 @@ __metadata:
1355313553
webpack-cli: ^5.1.4
1355413554
wkx: ^0.5.0
1355513555
yarn-audit-html: 4.0.0
13556-
zustand: ^4.5.4
13556+
zustand: ^5.0.1
1355713557
languageName: unknown
1355813558
linkType: soft
1355913559

@@ -15365,7 +15365,7 @@ __metadata:
1536515365
languageName: node
1536615366
linkType: hard
1536715367

15368-
"use-sync-external-store@npm:1.2.2, use-sync-external-store@npm:^1.2.0":
15368+
"use-sync-external-store@npm:^1.2.0":
1536915369
version: 1.2.2
1537015370
resolution: "use-sync-external-store@npm:1.2.2"
1537115371
peerDependencies:
@@ -16011,22 +16011,23 @@ __metadata:
1601116011
languageName: node
1601216012
linkType: hard
1601316013

16014-
"zustand@npm:^4.5.4":
16015-
version: 4.5.5
16016-
resolution: "zustand@npm:4.5.5"
16017-
dependencies:
16018-
use-sync-external-store: 1.2.2
16014+
"zustand@npm:^5.0.1":
16015+
version: 5.0.1
16016+
resolution: "zustand@npm:5.0.1"
1601916017
peerDependencies:
16020-
"@types/react": ">=16.8"
16018+
"@types/react": ">=18.0.0"
1602116019
immer: ">=9.0.6"
16022-
react: ">=16.8"
16020+
react: ">=18.0.0"
16021+
use-sync-external-store: ">=1.2.0"
1602316022
peerDependenciesMeta:
1602416023
"@types/react":
1602516024
optional: true
1602616025
immer:
1602716026
optional: true
1602816027
react:
1602916028
optional: true
16030-
checksum: 654e47959970bc66bbf2ae80fced7e556dd488e9ee54eb678330cb036ecc7184f4b8c2cae273be28022533622c54ab6339bf3fe30d19236367c5c251b6c6679a
16029+
use-sync-external-store:
16030+
optional: true
16031+
checksum: 66eb196c3134957143bd54c4adc24d0baad321a6edfbf495cd571110dfb8c52c92949c3dd246e7ac992791fa81c4947d6431c8724db2b48e26f3f5d30268bec1
1603116032
languageName: node
1603216033
linkType: hard

0 commit comments

Comments
 (0)