this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies again. Last Preact version was causing weird bugs.

+15 -15
+12 -12
package-lock.json
··· 27 27 "moize": "~6.1.6", 28 28 "p-retry": "~6.2.0", 29 29 "p-throttle": "~6.1.0", 30 - "preact": "~10.19.4", 30 + "preact": "~10.19.5", 31 31 "react-hotkeys-hook": "~4.5.0", 32 32 "react-intersection-observer": "~9.8.0", 33 33 "react-quick-pinch-zoom": "~5.1.0", ··· 49 49 "postcss-dark-theme-class": "~1.2.1", 50 50 "postcss-preset-env": "~9.3.0", 51 51 "twitter-text": "~3.1.0", 52 - "vite": "~5.1.2", 52 + "vite": "~5.1.3", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 - "vite-plugin-pwa": "~0.18.1", 55 + "vite-plugin-pwa": "~0.18.2", 56 56 "vite-plugin-remove-console": "~2.2.0", 57 57 "workbox-cacheable-response": "~7.0.0", 58 58 "workbox-expiration": "~7.0.0", ··· 6672 6672 "license": "MIT" 6673 6673 }, 6674 6674 "node_modules/preact": { 6675 - "version": "10.19.4", 6676 - "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.4.tgz", 6677 - "integrity": "sha512-dwaX5jAh0Ga8uENBX1hSOujmKWgx9RtL80KaKUFLc6jb4vCEAc3EeZ0rnQO/FO4VgjfPMfoLFWnNG8bHuZ9VLw==", 6675 + "version": "10.19.5", 6676 + "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.5.tgz", 6677 + "integrity": "sha512-OPELkDmSVbKjbFqF9tgvOowiiQ9TmsJljIzXRyNE8nGiis94pwv1siF78rQkAP1Q1738Ce6pellRg/Ns/CtHqQ==", 6678 6678 "funding": { 6679 6679 "type": "opencollective", 6680 6680 "url": "https://opencollective.com/preact" ··· 7778 7778 } 7779 7779 }, 7780 7780 "node_modules/vite": { 7781 - "version": "5.1.2", 7782 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz", 7783 - "integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==", 7781 + "version": "5.1.3", 7782 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.3.tgz", 7783 + "integrity": "sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==", 7784 7784 "dev": true, 7785 7785 "dependencies": { 7786 7786 "esbuild": "^0.19.3", ··· 7859 7859 } 7860 7860 }, 7861 7861 "node_modules/vite-plugin-pwa": { 7862 - "version": "0.18.1", 7863 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.1.tgz", 7864 - "integrity": "sha512-2A3BF52l9F8hCkdPy/VP2C+hA+fmBvzJGynCZc9XS6mHTcMvo9046FKc2NqlnkKwTOGtQEwXLEIduML/+eYtdw==", 7862 + "version": "0.18.2", 7863 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.2.tgz", 7864 + "integrity": "sha512-LVFHHLcRLkP7y5xwAqMmtWQhSw34V2+vk59c18fumejiQPUBar+Au1AnOcVr96hlEWLHXI6BM31QOHq+Rey4EA==", 7865 7865 "dev": true, 7866 7866 "dependencies": { 7867 7867 "debug": "^4.3.4",
+3 -3
package.json
··· 29 29 "moize": "~6.1.6", 30 30 "p-retry": "~6.2.0", 31 31 "p-throttle": "~6.1.0", 32 - "preact": "~10.19.4", 32 + "preact": "~10.19.5", 33 33 "react-hotkeys-hook": "~4.5.0", 34 34 "react-intersection-observer": "~9.8.0", 35 35 "react-quick-pinch-zoom": "~5.1.0", ··· 51 51 "postcss-dark-theme-class": "~1.2.1", 52 52 "postcss-preset-env": "~9.3.0", 53 53 "twitter-text": "~3.1.0", 54 - "vite": "~5.1.2", 54 + "vite": "~5.1.3", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 - "vite-plugin-pwa": "~0.18.1", 57 + "vite-plugin-pwa": "~0.18.2", 58 58 "vite-plugin-remove-console": "~2.2.0", 59 59 "workbox-cacheable-response": "~7.0.0", 60 60 "workbox-expiration": "~7.0.0",