this repo has no description
0
fork

Configure Feed

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

Upgrade preact & valtio

+10 -10
+8 -8
package-lock.json
··· 33 33 "moize": "~6.1.6", 34 34 "p-retry": "~6.2.1", 35 35 "p-throttle": "~7.0.0", 36 - "preact": "10.27.0", 36 + "preact": "10.27.1", 37 37 "punycode": "~2.3.1", 38 38 "react-hotkeys-hook": "~5.1.0", 39 39 "react-intersection-observer": "~9.16.0", ··· 48 48 "use-debounce": "~10.0.5", 49 49 "use-long-press": "~3.3.0", 50 50 "use-resize-observer": "~9.1.0", 51 - "valtio": "2.1.5" 51 + "valtio": "2.1.7" 52 52 }, 53 53 "devDependencies": { 54 54 "@biomejs/biome": "2.2.0", ··· 8406 8406 "license": "MIT" 8407 8407 }, 8408 8408 "node_modules/preact": { 8409 - "version": "10.27.0", 8410 - "resolved": "https://registry.npmjs.org/preact/-/preact-10.27.0.tgz", 8411 - "integrity": "sha512-/DTYoB6mwwgPytiqQTh/7SFRL98ZdiD8Sk8zIUVOxtwq4oWcwrcd1uno9fE/zZmUaUrFNYzbH14CPebOz9tZQw==", 8409 + "version": "10.27.1", 8410 + "resolved": "https://registry.npmjs.org/preact/-/preact-10.27.1.tgz", 8411 + "integrity": "sha512-V79raXEWch/rbqoNc7nT9E4ep7lu+mI3+sBmfRD4i1M73R3WLYcCtdI0ibxGVf4eQL8ZIz2nFacqEC+rmnOORQ==", 8412 8412 "license": "MIT", 8413 8413 "funding": { 8414 8414 "type": "opencollective", ··· 9860 9860 "dev": true 9861 9861 }, 9862 9862 "node_modules/valtio": { 9863 - "version": "2.1.5", 9864 - "resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.5.tgz", 9865 - "integrity": "sha512-vsh1Ixu5mT0pJFZm+Jspvhga5GzHUTYv0/+Th203pLfh3/wbHwxhu/Z2OkZDXIgHfjnjBns7SN9HNcbDvPmaGw==", 9863 + "version": "2.1.7", 9864 + "resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.7.tgz", 9865 + "integrity": "sha512-DwJhCDpujuQuKdJ2H84VbTjEJJteaSmqsuUltsfbfdbotVfNeTE4K/qc/Wi57I9x8/2ed4JNdjEna7O6PfavRg==", 9866 9866 "license": "MIT", 9867 9867 "dependencies": { 9868 9868 "proxy-compare": "^3.0.1"
+2 -2
package.json
··· 45 45 "moize": "~6.1.6", 46 46 "p-retry": "~6.2.1", 47 47 "p-throttle": "~7.0.0", 48 - "preact": "10.27.0", 48 + "preact": "10.27.1", 49 49 "punycode": "~2.3.1", 50 50 "react-hotkeys-hook": "~5.1.0", 51 51 "react-intersection-observer": "~9.16.0", ··· 60 60 "use-debounce": "~10.0.5", 61 61 "use-long-press": "~3.3.0", 62 62 "use-resize-observer": "~9.1.0", 63 - "valtio": "2.1.5" 63 + "valtio": "2.1.7" 64 64 }, 65 65 "devDependencies": { 66 66 "@biomejs/biome": "2.2.0",