this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade Valtio, things might break

+11 -30
+10 -29
package-lock.json
··· 46 46 "use-debounce": "~10.0.3", 47 47 "use-long-press": "~3.2.0", 48 48 "use-resize-observer": "~9.1.0", 49 - "valtio": "1.13.2" 49 + "valtio": "2.0.0" 50 50 }, 51 51 "devDependencies": { 52 52 "@ianvs/prettier-plugin-sort-imports": "~4.3.1", ··· 5870 5870 "url": "https://github.com/sponsors/ljharb" 5871 5871 } 5872 5872 }, 5873 - "node_modules/derive-valtio": { 5874 - "version": "0.1.0", 5875 - "resolved": "https://registry.npmjs.org/derive-valtio/-/derive-valtio-0.1.0.tgz", 5876 - "integrity": "sha512-OCg2UsLbXK7GmmpzMXhYkdO64vhJ1ROUUGaTFyHjVwEdMEcTTRj7W1TxLbSBxdY8QLBPCcp66MTyaSy0RpO17A==", 5877 - "peerDependencies": { 5878 - "valtio": "*" 5879 - } 5880 - }, 5881 5873 "node_modules/dom-input-range": { 5882 5874 "version": "1.1.6", 5883 5875 "resolved": "https://registry.npmjs.org/dom-input-range/-/dom-input-range-1.1.6.tgz", ··· 9201 9193 } 9202 9194 }, 9203 9195 "node_modules/proxy-compare": { 9204 - "version": "2.6.0", 9205 - "resolved": "https://registry.npmjs.org/proxy-compare/-/proxy-compare-2.6.0.tgz", 9206 - "integrity": "sha512-8xuCeM3l8yqdmbPoYeLbrAXCBWu19XEYc5/F28f5qOaoAIMyfmBUkl5axiK+x9olUvRlcekvnm98AP9RDngOIw==" 9196 + "version": "3.0.0", 9197 + "resolved": "https://registry.npmjs.org/proxy-compare/-/proxy-compare-3.0.0.tgz", 9198 + "integrity": "sha512-y44MCkgtZUCT9tZGuE278fB7PWVf7fRYy0vbRXAts2o5F0EfC4fIQrvQQGBJo1WJbFcVLXzApOscyJuZqHQc1w==" 9207 9199 }, 9208 9200 "node_modules/pseudolocale": { 9209 9201 "version": "2.1.0", ··· 10518 10510 "react-dom": "16.8.0 - 18" 10519 10511 } 10520 10512 }, 10521 - "node_modules/use-sync-external-store": { 10522 - "version": "1.2.0", 10523 - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", 10524 - "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", 10525 - "license": "MIT", 10526 - "peerDependencies": { 10527 - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" 10528 - } 10529 - }, 10530 10513 "node_modules/util-deprecate": { 10531 10514 "version": "1.0.2", 10532 10515 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", ··· 10534 10517 "dev": true 10535 10518 }, 10536 10519 "node_modules/valtio": { 10537 - "version": "1.13.2", 10538 - "resolved": "https://registry.npmjs.org/valtio/-/valtio-1.13.2.tgz", 10539 - "integrity": "sha512-Qik0o+DSy741TmkqmRfjq+0xpZBXi/Y6+fXZLn0xNF1z/waFMbE3rkivv5Zcf9RrMUp6zswf2J7sbh2KBlba5A==", 10520 + "version": "2.0.0", 10521 + "resolved": "https://registry.npmjs.org/valtio/-/valtio-2.0.0.tgz", 10522 + "integrity": "sha512-SzUU5UUK/vBRfHWXihwkJE55YNj8zhOkzxPOexcz0xIIT6Oux5VLynCmzyME2bYuEWcktW2NTaaLbpUydEsHiw==", 10540 10523 "dependencies": { 10541 - "derive-valtio": "0.1.0", 10542 - "proxy-compare": "2.6.0", 10543 - "use-sync-external-store": "1.2.0" 10524 + "proxy-compare": "^3.0.0" 10544 10525 }, 10545 10526 "engines": { 10546 10527 "node": ">=12.20.0" 10547 10528 }, 10548 10529 "peerDependencies": { 10549 - "@types/react": ">=16.8", 10550 - "react": ">=16.8" 10530 + "@types/react": ">=18.0.0", 10531 + "react": ">=18.0.0" 10551 10532 }, 10552 10533 "peerDependenciesMeta": { 10553 10534 "@types/react": {
+1 -1
package.json
··· 52 52 "use-debounce": "~10.0.3", 53 53 "use-long-press": "~3.2.0", 54 54 "use-resize-observer": "~9.1.0", 55 - "valtio": "1.13.2" 55 + "valtio": "2.0.0" 56 56 }, 57 57 "devDependencies": { 58 58 "@ianvs/prettier-plugin-sort-imports": "~4.3.1",