this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+15 -15
+12 -12
package-lock.json
··· 29 29 "p-throttle": "~6.1.0", 30 30 "preact": "~10.19.4", 31 31 "react-hotkeys-hook": "~4.5.0", 32 - "react-intersection-observer": "~9.7.0", 32 + "react-intersection-observer": "~9.8.0", 33 33 "react-quick-pinch-zoom": "~5.1.0", 34 34 "react-router-dom": "6.6.2", 35 35 "runes2": "~1.1.4", ··· 46 46 "@preact/preset-vite": "~2.8.1", 47 47 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 48 48 "postcss": "~8.4.35", 49 - "postcss-dark-theme-class": "~1.1.0", 49 + "postcss-dark-theme-class": "~1.2.0", 50 50 "postcss-preset-env": "~9.3.0", 51 51 "twitter-text": "~3.1.0", 52 52 "vite": "~5.1.1", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 - "vite-plugin-pwa": "~0.17.5", 55 + "vite-plugin-pwa": "~0.18.1", 56 56 "vite-plugin-remove-console": "~2.2.0", 57 57 "workbox-cacheable-response": "~7.0.0", 58 58 "workbox-expiration": "~7.0.0", ··· 6157 6157 } 6158 6158 }, 6159 6159 "node_modules/postcss-dark-theme-class": { 6160 - "version": "1.1.0", 6161 - "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.1.0.tgz", 6162 - "integrity": "sha512-3Njz7Ux1YuS+DDb00rKL4JbcyePEwBi2DPzHiK3Rw8HHaXwLhBSAILtyY09FjRPXj8KRyqOxIEVw4+xdO6aFdg==", 6160 + "version": "1.2.0", 6161 + "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.0.tgz", 6162 + "integrity": "sha512-7Uq2oU4DnbQ4MAdWbBCv4r4Go8AGGMPGZg6N3G8LwH0kIfaeebS48nRCin8RubnvVBlxGyNiWn0fGqwVwhOkSw==", 6163 6163 "dev": true, 6164 6164 "funding": [ 6165 6165 { ··· 6805 6805 } 6806 6806 }, 6807 6807 "node_modules/react-intersection-observer": { 6808 - "version": "9.7.0", 6809 - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.7.0.tgz", 6810 - "integrity": "sha512-euleEjBVaMRwSOMNVcMX5WGn74GfZ9I78nx9SUb5a0eXd0IhegjJcUliSO9Jd+xiaZ5rgFvbGoVln66lpMyUUg==", 6808 + "version": "9.8.0", 6809 + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.8.0.tgz", 6810 + "integrity": "sha512-wXHvMQUsTagh3X0Z6jDtGkIXc3VVCd2tjDRYR9kII3GKrZr0XF0xtpfdamo2n8BSF+zzfeeBVOTjxZWpBp9X0g==", 6811 6811 "peerDependencies": { 6812 6812 "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", 6813 6813 "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" ··· 7859 7859 } 7860 7860 }, 7861 7861 "node_modules/vite-plugin-pwa": { 7862 - "version": "0.17.5", 7863 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz", 7864 - "integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==", 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==", 7865 7865 "dev": true, 7866 7866 "dependencies": { 7867 7867 "debug": "^4.3.4",
+3 -3
package.json
··· 31 31 "p-throttle": "~6.1.0", 32 32 "preact": "~10.19.4", 33 33 "react-hotkeys-hook": "~4.5.0", 34 - "react-intersection-observer": "~9.7.0", 34 + "react-intersection-observer": "~9.8.0", 35 35 "react-quick-pinch-zoom": "~5.1.0", 36 36 "react-router-dom": "6.6.2", 37 37 "runes2": "~1.1.4", ··· 48 48 "@preact/preset-vite": "~2.8.1", 49 49 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 50 50 "postcss": "~8.4.35", 51 - "postcss-dark-theme-class": "~1.1.0", 51 + "postcss-dark-theme-class": "~1.2.0", 52 52 "postcss-preset-env": "~9.3.0", 53 53 "twitter-text": "~3.1.0", 54 54 "vite": "~5.1.1", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 - "vite-plugin-pwa": "~0.17.5", 57 + "vite-plugin-pwa": "~0.18.1", 58 58 "vite-plugin-remove-console": "~2.2.0", 59 59 "workbox-cacheable-response": "~7.0.0", 60 60 "workbox-expiration": "~7.0.0",