Bump zustand from 4.1.5 to 4.2.0
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.1.5 to 4.2.0. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.1.5...v4.2.0) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
19652a38f4
commit
fa51437b75
14
package-lock.json
generated
14
package-lock.json
generated
@ -25,7 +25,7 @@
|
||||
"react-toastify": "^9.1.1",
|
||||
"sharp": "^0.31.3",
|
||||
"websocket": "^1.0.34",
|
||||
"zustand": "^4.1.5"
|
||||
"zustand": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.18",
|
||||
@ -5896,9 +5896,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zustand": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.5.tgz",
|
||||
"integrity": "sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz",
|
||||
"integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==",
|
||||
"dependencies": {
|
||||
"use-sync-external-store": "1.2.0"
|
||||
},
|
||||
@ -10223,9 +10223,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"zustand": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.5.tgz",
|
||||
"integrity": "sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz",
|
||||
"integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==",
|
||||
"requires": {
|
||||
"use-sync-external-store": "1.2.0"
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
"react-toastify": "^9.1.1",
|
||||
"sharp": "^0.31.3",
|
||||
"websocket": "^1.0.34",
|
||||
"zustand": "^4.1.5"
|
||||
"zustand": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.18",
|
||||
|
@ -3050,9 +3050,9 @@ yocto-queue@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
|
||||
|
||||
zustand@^4.1.5:
|
||||
version "4.1.5"
|
||||
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.5.tgz#7402b511f5b23ccb0f9ba6d20ae01ec817e16eb6"
|
||||
integrity sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==
|
||||
zustand@^4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.2.0.tgz#f6ef9e63794eda9b296979578538a6df6be3e1b0"
|
||||
integrity sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==
|
||||
dependencies:
|
||||
use-sync-external-store "1.2.0"
|
||||
|
Reference in New Issue
Block a user