interface: bump zustand version

Improve zustand typings
This commit is contained in:
Liam Fitzgerald 2021-05-13 09:34:56 +10:00
parent 432c1ea046
commit 8ec4cf4200
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
2 changed files with 4 additions and 4 deletions

View File

@ -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=="
}
}
}

View File

@ -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",