mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Downgrade valtio, re-render bugs
This commit is contained in:
parent
89559056bd
commit
014e694a4a
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -46,7 +46,7 @@
|
|||
"use-debounce": "~10.0.4",
|
||||
"use-long-press": "~3.2.0",
|
||||
"use-resize-observer": "~9.1.0",
|
||||
"valtio": "2.1.0"
|
||||
"valtio": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
|
||||
|
@ -10521,9 +10521,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/valtio": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.0.tgz",
|
||||
"integrity": "sha512-UryxkWilm5huamW8vNAvj7KLodPgSN5EVWcetwzcy8pVyc27tQ+RqSRmJ0zx/Cq219O7yqaNl12GcCSujoLDUw==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/valtio/-/valtio-2.0.0.tgz",
|
||||
"integrity": "sha512-SzUU5UUK/vBRfHWXihwkJE55YNj8zhOkzxPOexcz0xIIT6Oux5VLynCmzyME2bYuEWcktW2NTaaLbpUydEsHiw==",
|
||||
"dependencies": {
|
||||
"proxy-compare": "^3.0.0"
|
||||
},
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"use-debounce": "~10.0.4",
|
||||
"use-long-press": "~3.2.0",
|
||||
"use-resize-observer": "~9.1.0",
|
||||
"valtio": "2.1.0"
|
||||
"valtio": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
|
||||
|
|
Loading…
Reference in a new issue