this repo has no description
0
fork

Configure Feed

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

Upgrade deps

+10 -10
+8 -8
package-lock.json
··· 29 29 "js-cookie": "~3.0.5", 30 30 "just-debounce-it": "~3.2.0", 31 31 "lz-string": "~1.5.0", 32 - "masto": "~7.1.0", 32 + "masto": "~7.2.0", 33 33 "moize": "~6.1.6", 34 34 "p-retry": "~6.2.1", 35 35 "p-throttle": "~7.0.0", ··· 57 57 "@lingui/vite-plugin": "~5.3.3", 58 58 "@playwright/test": "~1.54.1", 59 59 "@preact/preset-vite": "~2.10.2", 60 - "@types/node": "~24.0.13", 60 + "@types/node": "~24.0.14", 61 61 "postcss": "~8.5.6", 62 62 "postcss-dark-theme-class": "~1.3.0", 63 63 "postcss-preset-env": "~10.2.4", ··· 4305 4305 } 4306 4306 }, 4307 4307 "node_modules/@types/node": { 4308 - "version": "24.0.13", 4309 - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz", 4310 - "integrity": "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==", 4308 + "version": "24.0.14", 4309 + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz", 4310 + "integrity": "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==", 4311 4311 "devOptional": true, 4312 4312 "license": "MIT", 4313 4313 "dependencies": { ··· 7070 7070 } 7071 7071 }, 7072 7072 "node_modules/masto": { 7073 - "version": "7.1.0", 7074 - "resolved": "https://registry.npmjs.org/masto/-/masto-7.1.0.tgz", 7075 - "integrity": "sha512-jIWQr8WIjGOh3bbE4AuS1FIjsMvXbYpUHHQoijQ9Ueb4YqE4fOxWf1eU6ZRHOiBBjTa1Tm20pciRqJTy6IMa7Q==", 7073 + "version": "7.2.0", 7074 + "resolved": "https://registry.npmjs.org/masto/-/masto-7.2.0.tgz", 7075 + "integrity": "sha512-fjaLIEj0rOn4fzrvOzA/YXgI8kwFX10Z5G8c7hIof6zmbS9aPg5sdrRp54F0gjQZWgBjjWKxVh155zxWnx4Udg==", 7076 7076 "license": "MIT", 7077 7077 "dependencies": { 7078 7078 "change-case": "^4.1.2",
+2 -2
package.json
··· 41 41 "js-cookie": "~3.0.5", 42 42 "just-debounce-it": "~3.2.0", 43 43 "lz-string": "~1.5.0", 44 - "masto": "~7.1.0", 44 + "masto": "~7.2.0", 45 45 "moize": "~6.1.6", 46 46 "p-retry": "~6.2.1", 47 47 "p-throttle": "~7.0.0", ··· 69 69 "@lingui/vite-plugin": "~5.3.3", 70 70 "@playwright/test": "~1.54.1", 71 71 "@preact/preset-vite": "~2.10.2", 72 - "@types/node": "~24.0.13", 72 + "@types/node": "~24.0.14", 73 73 "postcss": "~8.5.6", 74 74 "postcss-dark-theme-class": "~1.3.0", 75 75 "postcss-preset-env": "~10.2.4",