Upgrade valtio

This commit is contained in:
Lim Chee Aun 2024-10-17 21:14:41 +08:00
parent 350aafaadd
commit 89559056bd
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -46,7 +46,7 @@
"use-debounce": "~10.0.4",
"use-long-press": "~3.2.0",
"use-resize-observer": "~9.1.0",
"valtio": "2.0.0"
"valtio": "2.1.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
@ -10521,9 +10521,9 @@
"dev": true
},
"node_modules/valtio": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/valtio/-/valtio-2.0.0.tgz",
"integrity": "sha512-SzUU5UUK/vBRfHWXihwkJE55YNj8zhOkzxPOexcz0xIIT6Oux5VLynCmzyME2bYuEWcktW2NTaaLbpUydEsHiw==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.0.tgz",
"integrity": "sha512-UryxkWilm5huamW8vNAvj7KLodPgSN5EVWcetwzcy8pVyc27tQ+RqSRmJ0zx/Cq219O7yqaNl12GcCSujoLDUw==",
"dependencies": {
"proxy-compare": "^3.0.0"
},

View file

@ -54,7 +54,7 @@
"use-debounce": "~10.0.4",
"use-long-press": "~3.2.0",
"use-resize-observer": "~9.1.0",
"valtio": "2.0.0"
"valtio": "2.1.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",