mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
interface: bump zustand version
Improve zustand typings
This commit is contained in:
parent
432c1ea046
commit
8ec4cf4200
6
pkg/interface/package-lock.json
generated
6
pkg/interface/package-lock.json
generated
@ -12197,9 +12197,9 @@
|
||||
}
|
||||
},
|
||||
"zustand": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-3.3.1.tgz",
|
||||
"integrity": "sha512-o0rgrBsi29nCkPHdhtkAHisCIlmRUoXOV+1AmDMeCgkGG0i5edFSpGU0KiZYBvFmBYycnck4Z07JsLYDjSET9g=="
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-3.5.1.tgz",
|
||||
"integrity": "sha512-7J56Ve814z4zap71iaKFD+t65LFI//jEq/Vf55BTSVqJZCm+w9rov8OMBg+YSwIPQk54bfoIWHTrOWuAbpEDMw=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -56,7 +56,7 @@
|
||||
"workbox-recipes": "^6.0.2",
|
||||
"workbox-routing": "^6.0.2",
|
||||
"yup": "^0.29.3",
|
||||
"zustand": "^3.3.1"
|
||||
"zustand": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
|
Loading…
Reference in New Issue
Block a user