fix: update zustand

feat/xyflow
Arik Chakma 2 months ago
parent 9ea1b9b277
commit 1de802537e
  1. 2
      package.json
  2. 28
      pnpm-lock.yaml

@ -76,7 +76,7 @@
"tailwindcss": "^3.4.13",
"turndown": "^7.2.0",
"unified": "^11.0.5",
"zustand": "^4.5.5"
"zustand": "^5.0.1"
},
"devDependencies": {
"@playwright/test": "^1.48.0",

@ -147,8 +147,8 @@ importers:
specifier: ^11.0.5
version: 11.0.5
zustand:
specifier: ^4.5.5
version: 4.5.5(@types/react@18.3.11)(react@18.3.1)
specifier: ^5.0.1
version: 5.0.1(@types/react@18.3.11)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1))
devDependencies:
'@playwright/test':
specifier: ^1.48.0
@ -3243,6 +3243,24 @@ packages:
react:
optional: true
zustand@5.0.1:
resolution: {integrity: sha512-pRET7Lao2z+n5R/HduXMio35TncTlSW68WsYBq2Lg1ASspsNGjpwLAsij3RpouyV6+kHMwwwzP0bZPD70/Jx/w==}
engines: {node: '>=12.20.0'}
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
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
@ -6455,4 +6473,10 @@ snapshots:
'@types/react': 18.3.11
react: 18.3.1
zustand@5.0.1(@types/react@18.3.11)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)):
optionalDependencies:
'@types/react': 18.3.11
react: 18.3.1
use-sync-external-store: 1.2.2(react@18.3.1)
zwitch@2.0.4: {}

Loading…
Cancel
Save