this repo has no description
0
fork

Configure Feed

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

Upgrade valtio

+22 -11
+21 -10
package-lock.json
··· 41 41 "use-debounce": "~10.0.0", 42 42 "use-long-press": "~3.2.0", 43 43 "use-resize-observer": "~9.1.0", 44 - "valtio": "1.9.0" 44 + "valtio": "1.13.2" 45 45 }, 46 46 "devDependencies": { 47 47 "@preact/preset-vite": "~2.8.1", ··· 4263 4263 "url": "https://github.com/sponsors/ljharb" 4264 4264 } 4265 4265 }, 4266 + "node_modules/derive-valtio": { 4267 + "version": "0.1.0", 4268 + "resolved": "https://registry.npmjs.org/derive-valtio/-/derive-valtio-0.1.0.tgz", 4269 + "integrity": "sha512-OCg2UsLbXK7GmmpzMXhYkdO64vhJ1ROUUGaTFyHjVwEdMEcTTRj7W1TxLbSBxdY8QLBPCcp66MTyaSy0RpO17A==", 4270 + "peerDependencies": { 4271 + "valtio": "*" 4272 + } 4273 + }, 4266 4274 "node_modules/dom-serializer": { 4267 4275 "version": "2.0.0", 4268 4276 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", ··· 6746 6754 } 6747 6755 }, 6748 6756 "node_modules/proxy-compare": { 6749 - "version": "2.4.0", 6750 - "resolved": "https://registry.npmjs.org/proxy-compare/-/proxy-compare-2.4.0.tgz", 6751 - "integrity": "sha512-FD8KmQUQD6Mfpd0hywCOzcon/dbkFP8XBd9F1ycbKtvVsfv6TsFUKJ2eC0Iz2y+KzlkdT1Z8SY6ZSgm07zOyqg==", 6752 - "license": "MIT" 6757 + "version": "2.6.0", 6758 + "resolved": "https://registry.npmjs.org/proxy-compare/-/proxy-compare-2.6.0.tgz", 6759 + "integrity": "sha512-8xuCeM3l8yqdmbPoYeLbrAXCBWu19XEYc5/F28f5qOaoAIMyfmBUkl5axiK+x9olUvRlcekvnm98AP9RDngOIw==" 6753 6760 }, 6754 6761 "node_modules/punycode": { 6755 6762 "version": "2.3.0", ··· 7780 7787 "dev": true 7781 7788 }, 7782 7789 "node_modules/valtio": { 7783 - "version": "1.9.0", 7784 - "resolved": "https://registry.npmjs.org/valtio/-/valtio-1.9.0.tgz", 7785 - "integrity": "sha512-mQLFsAlKbYascZygFQh6lXuDjU5WHLoeZ8He4HqMnWfasM96V6rDbeFkw1XeG54xycmDonr/Jb4xgviHtuySrA==", 7786 - "license": "MIT", 7790 + "version": "1.13.2", 7791 + "resolved": "https://registry.npmjs.org/valtio/-/valtio-1.13.2.tgz", 7792 + "integrity": "sha512-Qik0o+DSy741TmkqmRfjq+0xpZBXi/Y6+fXZLn0xNF1z/waFMbE3rkivv5Zcf9RrMUp6zswf2J7sbh2KBlba5A==", 7787 7793 "dependencies": { 7788 - "proxy-compare": "2.4.0", 7794 + "derive-valtio": "0.1.0", 7795 + "proxy-compare": "2.6.0", 7789 7796 "use-sync-external-store": "1.2.0" 7790 7797 }, 7791 7798 "engines": { 7792 7799 "node": ">=12.20.0" 7793 7800 }, 7794 7801 "peerDependencies": { 7802 + "@types/react": ">=16.8", 7795 7803 "react": ">=16.8" 7796 7804 }, 7797 7805 "peerDependenciesMeta": { 7806 + "@types/react": { 7807 + "optional": true 7808 + }, 7798 7809 "react": { 7799 7810 "optional": true 7800 7811 }
+1 -1
package.json
··· 43 43 "use-debounce": "~10.0.0", 44 44 "use-long-press": "~3.2.0", 45 45 "use-resize-observer": "~9.1.0", 46 - "valtio": "1.9.0" 46 + "valtio": "1.13.2" 47 47 }, 48 48 "devDependencies": { 49 49 "@preact/preset-vite": "~2.8.1",