this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+20 -21
+16 -17
package-lock.json
··· 26 26 "masto": "~6.5.1", 27 27 "moize": "~6.1.6", 28 28 "p-retry": "~6.1.0", 29 - "p-throttle": "~6.0.0", 30 - "preact": "~10.19.2", 29 + "p-throttle": "~6.1.0", 30 + "preact": "~10.19.3", 31 31 "react-hotkeys-hook": "~4.4.1", 32 32 "react-intersection-observer": "~9.5.3", 33 33 "react-quick-pinch-zoom": "~5.1.0", ··· 49 49 "postcss-dark-theme-class": "~1.1.0", 50 50 "postcss-preset-env": "~9.3.0", 51 51 "twitter-text": "~3.1.0", 52 - "vite": "~5.0.5", 52 + "vite": "~5.0.10", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 - "vite-plugin-pwa": "~0.17.3", 55 + "vite-plugin-pwa": "~0.17.4", 56 56 "vite-plugin-remove-console": "~2.2.0", 57 57 "workbox-cacheable-response": "~7.0.0", 58 58 "workbox-expiration": "~7.0.0", ··· 5698 5698 } 5699 5699 }, 5700 5700 "node_modules/p-throttle": { 5701 - "version": "6.0.0", 5702 - "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-6.0.0.tgz", 5703 - "integrity": "sha512-08yhRj7LFw5O0pV4Bkk/9sQlKTFhSMdvG5Akeo9lvaLhBvyKDgTt/bcSMd9b5UHjz+2P1EQPjzcnIXAKnKSiaA==", 5701 + "version": "6.1.0", 5702 + "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-6.1.0.tgz", 5703 + "integrity": "sha512-eQMdGTxk2+047La67wefUtt0tEHh7D+C8Jl7QXoFCuIiNYeQ9zWs2AZiJdIAs72rSXZ06t11me2bgalRNdy3SQ==", 5704 5704 "engines": { 5705 5705 "node": ">=18" 5706 5706 }, ··· 6515 6515 "license": "MIT" 6516 6516 }, 6517 6517 "node_modules/preact": { 6518 - "version": "10.19.2", 6519 - "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.2.tgz", 6520 - "integrity": "sha512-UA9DX/OJwv6YwP9Vn7Ti/vF80XL+YA5H2l7BpCtUr3ya8LWHFzpiO5R+N7dN16ujpIxhekRFuOOF82bXX7K/lg==", 6521 - "license": "MIT", 6518 + "version": "10.19.3", 6519 + "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.3.tgz", 6520 + "integrity": "sha512-nHHTeFVBTHRGxJXKkKu5hT8C/YWBkPso4/Gad6xuj5dbptt9iF9NZr9pHbPhBrnT2klheu7mHTxTZ/LjwJiEiQ==", 6522 6521 "funding": { 6523 6522 "type": "opencollective", 6524 6523 "url": "https://opencollective.com/preact" ··· 7618 7617 } 7619 7618 }, 7620 7619 "node_modules/vite": { 7621 - "version": "5.0.5", 7622 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", 7623 - "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", 7620 + "version": "5.0.10", 7621 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.10.tgz", 7622 + "integrity": "sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==", 7624 7623 "dev": true, 7625 7624 "dependencies": { 7626 7625 "esbuild": "^0.19.3", ··· 7699 7698 } 7700 7699 }, 7701 7700 "node_modules/vite-plugin-pwa": { 7702 - "version": "0.17.3", 7703 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.3.tgz", 7704 - "integrity": "sha512-ilOs0mGxIxKQN3FZYX8pys5DmY/wI9A6oojlY5rrd7mAxCVcSbtjDVAhm62C+3Ww6KQrNr/jmiRUCplC8AsaBw==", 7701 + "version": "0.17.4", 7702 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", 7703 + "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", 7705 7704 "dev": true, 7706 7705 "dependencies": { 7707 7706 "debug": "^4.3.4",
+4 -4
package.json
··· 28 28 "masto": "~6.5.1", 29 29 "moize": "~6.1.6", 30 30 "p-retry": "~6.1.0", 31 - "p-throttle": "~6.0.0", 32 - "preact": "~10.19.2", 31 + "p-throttle": "~6.1.0", 32 + "preact": "~10.19.3", 33 33 "react-hotkeys-hook": "~4.4.1", 34 34 "react-intersection-observer": "~9.5.3", 35 35 "react-quick-pinch-zoom": "~5.1.0", ··· 51 51 "postcss-dark-theme-class": "~1.1.0", 52 52 "postcss-preset-env": "~9.3.0", 53 53 "twitter-text": "~3.1.0", 54 - "vite": "~5.0.5", 54 + "vite": "~5.0.10", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 - "vite-plugin-pwa": "~0.17.3", 57 + "vite-plugin-pwa": "~0.17.4", 58 58 "vite-plugin-remove-console": "~2.2.0", 59 59 "workbox-cacheable-response": "~7.0.0", 60 60 "workbox-expiration": "~7.0.0",