Upgrade valtio

Separately because it used to cause issues
This commit is contained in:
Lim Chee Aun 2024-11-13 01:15:45 +08:00
parent b7108303f9
commit c3991dad08
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -47,7 +47,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.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "~4.4.0",
@ -10093,9 +10093,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.2",
"resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.2.tgz",
"integrity": "sha512-fhekN5Rq7dvHULHHBlJeXHrQDl0Jj9GXfNavCm3gkD06crGchaG1nf/J7gSlfZU2wPcRdVS5jBKWHtE2NNz97A==",
"dependencies": {
"proxy-compare": "^3.0.0"
},

View file

@ -55,7 +55,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.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "~4.4.0",