this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+10 -10
+8 -8
package-lock.json
··· 23 23 "idb-keyval": "~6.2.1", 24 24 "just-debounce-it": "~3.2.0", 25 25 "lz-string": "~1.5.0", 26 - "masto": "~6.6.0", 26 + "masto": "~6.6.2", 27 27 "moize": "~6.1.6", 28 28 "p-retry": "~6.2.0", 29 29 "p-throttle": "~6.1.0", ··· 52 52 "vite": "~5.1.4", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 - "vite-plugin-pwa": "~0.19.0", 55 + "vite-plugin-pwa": "~0.19.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", ··· 5622 5622 } 5623 5623 }, 5624 5624 "node_modules/masto": { 5625 - "version": "6.6.0", 5626 - "resolved": "https://registry.npmjs.org/masto/-/masto-6.6.0.tgz", 5627 - "integrity": "sha512-spXDwI22M7cWaFPBmpEY+05F+9kAE0nLwzUx5YPECKsLEEQ+c+a92yo/WOnocNs/ILr9/OCKjYPyCykL6TVw+w==", 5625 + "version": "6.6.2", 5626 + "resolved": "https://registry.npmjs.org/masto/-/masto-6.6.2.tgz", 5627 + "integrity": "sha512-VA2emvYwYePIHiKGzl0noPHmFR9s+OpfQLTBiRNukxnxMdkmbOCuMfg6lXctQqDfvdSgZtzUZSnSG3cJSM+/Ww==", 5628 5628 "dependencies": { 5629 5629 "change-case": "^4.1.2", 5630 5630 "events-to-async": "^2.0.1", ··· 7876 7876 } 7877 7877 }, 7878 7878 "node_modules/vite-plugin-pwa": { 7879 - "version": "0.19.0", 7880 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz", 7881 - "integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==", 7879 + "version": "0.19.1", 7880 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.1.tgz", 7881 + "integrity": "sha512-pxubJSqDfiUflmFfU8ErPP2eIHz7SqiSuJz6Qk2dPlEeC5Wm2hTInYhmVBYVx1KbVUEhQ4f8uCdmhYB/YP/pqw==", 7882 7882 "dev": true, 7883 7883 "dependencies": { 7884 7884 "debug": "^4.3.4",
+2 -2
package.json
··· 25 25 "idb-keyval": "~6.2.1", 26 26 "just-debounce-it": "~3.2.0", 27 27 "lz-string": "~1.5.0", 28 - "masto": "~6.6.0", 28 + "masto": "~6.6.2", 29 29 "moize": "~6.1.6", 30 30 "p-retry": "~6.2.0", 31 31 "p-throttle": "~6.1.0", ··· 54 54 "vite": "~5.1.4", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 - "vite-plugin-pwa": "~0.19.0", 57 + "vite-plugin-pwa": "~0.19.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",