this repo has no description
0
fork

Configure Feed

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

Upgrade deps except vite

+28 -25
+24 -21
package-lock.json
··· 10 10 "dependencies": { 11 11 "@formatjs/intl-localematcher": "~0.6.1", 12 12 "@formatjs/intl-segmenter": "~11.7.10", 13 - "@formkit/auto-animate": "~0.8.2", 13 + "@formkit/auto-animate": "~0.8.4", 14 14 "@github/text-expander-element": "~2.9.2", 15 15 "@iconify-icons/mingcute": "~1.2.9", 16 16 "@justinribeiro/lite-youtube": "~1.8.2", ··· 45 45 "tinyld": "~1.3.4", 46 46 "toastify-js": "~1.12.0", 47 47 "uid": "~2.0.2", 48 - "use-debounce": "~10.0.5", 48 + "use-debounce": "~10.0.6", 49 49 "use-long-press": "~3.3.0", 50 50 "use-resize-observer": "~9.1.0", 51 51 "valtio": "2.1.7" ··· 59 59 "@preact/preset-vite": "~2.10.2", 60 60 "@types/node": "~24.3.0", 61 61 "postcss": "~8.5.6", 62 - "postcss-dark-theme-class": "~1.3.0", 63 - "postcss-preset-env": "~10.3.0", 62 + "postcss-dark-theme-class": "~2.0.0", 63 + "postcss-preset-env": "~10.3.1", 64 64 "sonda": "~0.9.0", 65 65 "twitter-text": "~3.1.0", 66 66 "vite": "~7.0.6", ··· 3382 3382 } 3383 3383 }, 3384 3384 "node_modules/@formkit/auto-animate": { 3385 - "version": "0.8.2", 3386 - "resolved": "https://registry.npmjs.org/@formkit/auto-animate/-/auto-animate-0.8.2.tgz", 3387 - "integrity": "sha512-SwPWfeRa5veb1hOIBMdzI+73te5puUBHmqqaF1Bu7FjvxlYSz/kJcZKSa9Cg60zL0uRNeJL2SbRxV6Jp6Q1nFQ==" 3385 + "version": "0.8.4", 3386 + "resolved": "https://registry.npmjs.org/@formkit/auto-animate/-/auto-animate-0.8.4.tgz", 3387 + "integrity": "sha512-DHHC01EJ1p70Q0z/ZFRBIY8NDnmfKccQoyoM84Tgb6omLMat6jivCdf272Y8k3nf4Lzdin/Y4R9q8uFtU0GbnA==", 3388 + "license": "MIT" 3388 3389 }, 3389 3390 "node_modules/@github/combobox-nav": { 3390 3391 "version": "2.1.5", ··· 5202 5203 } 5203 5204 }, 5204 5205 "node_modules/css-has-pseudo": { 5205 - "version": "7.0.2", 5206 - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz", 5207 - "integrity": "sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==", 5206 + "version": "7.0.3", 5207 + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz", 5208 + "integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==", 5208 5209 "dev": true, 5209 5210 "funding": [ 5210 5211 { ··· 5216 5217 "url": "https://opencollective.com/csstools" 5217 5218 } 5218 5219 ], 5220 + "license": "MIT-0", 5219 5221 "dependencies": { 5220 5222 "@csstools/selector-specificity": "^5.0.0", 5221 5223 "postcss-selector-parser": "^7.0.0", ··· 7942 7944 } 7943 7945 }, 7944 7946 "node_modules/postcss-dark-theme-class": { 7945 - "version": "1.3.0", 7946 - "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.3.0.tgz", 7947 - "integrity": "sha512-prap+7LDzkWUzf8yciQsZdPi+Fm0k699KBCubLu6n9P5HCTyKCpxRJILPhs/L9m5JLTA/7xrICApse+nk5Qkmw==", 7947 + "version": "2.0.0", 7948 + "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-2.0.0.tgz", 7949 + "integrity": "sha512-PbKHqE3nTh2RN4/Lh8gN2iyad5u+WItCTH/6J+UTidBnXCmgU4pRFWq453mm6NBD5wARFOE0x38X42o3RY6QuQ==", 7948 7950 "dev": true, 7949 7951 "funding": [ 7950 7952 { ··· 7956 7958 "url": "https://github.com/sponsors/ai" 7957 7959 } 7958 7960 ], 7961 + "license": "MIT", 7959 7962 "dependencies": { 7960 7963 "postcss-value-parser": "^4.2.0" 7961 7964 }, 7962 7965 "engines": { 7963 - "node": ">=18.0" 7966 + "node": ">=20.0" 7964 7967 }, 7965 7968 "peerDependencies": { 7966 7969 "postcss": "^8.2.14" ··· 8293 8296 } 8294 8297 }, 8295 8298 "node_modules/postcss-preset-env": { 8296 - "version": "10.3.0", 8297 - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.3.0.tgz", 8298 - "integrity": "sha512-khE99iwEbWLzXBVFNsS0QdnfYXDpqH/pxoHFcaCaVlh+e29swc3UyiLSSJ89dTK8e+Si3wNKYDGs6jEMmbE8TQ==", 8299 + "version": "10.3.1", 8300 + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.3.1.tgz", 8301 + "integrity": "sha512-8ZOOWVwQ0iMpfEYkYo+U6W7fE2dJ/tP6dtEFwPJ66eB5JjnFupfYh+y6zo+vWDO72nGhKOVdxwhTjfzcSNRg4Q==", 8299 8302 "dev": true, 8300 8303 "funding": [ 8301 8304 { ··· 8347 8350 "autoprefixer": "^10.4.21", 8348 8351 "browserslist": "^4.25.1", 8349 8352 "css-blank-pseudo": "^7.0.1", 8350 - "css-has-pseudo": "^7.0.2", 8353 + "css-has-pseudo": "^7.0.3", 8351 8354 "css-prefers-color-scheme": "^10.0.0", 8352 8355 "cssdb": "^8.4.0", 8353 8356 "postcss-attribute-case-insensitive": "^7.0.1", ··· 9869 9872 } 9870 9873 }, 9871 9874 "node_modules/use-debounce": { 9872 - "version": "10.0.5", 9873 - "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.5.tgz", 9874 - "integrity": "sha512-Q76E3lnIV+4YT9AHcrHEHYmAd9LKwUAbPXDm7FlqVGDHiSOhX3RDjT8dm0AxbJup6WgOb1YEcKyCr11kBJR5KQ==", 9875 + "version": "10.0.6", 9876 + "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.6.tgz", 9877 + "integrity": "sha512-C5OtPyhAZgVoteO9heXMTdW7v/IbFI+8bSVKYCJrSmiWWCLsbUxiBSp4t9v0hNBTGY97bT72ydDIDyGSFWfwXg==", 9875 9878 "license": "MIT", 9876 9879 "engines": { 9877 9880 "node": ">= 16.0.0"
+4 -4
package.json
··· 23 23 "dependencies": { 24 24 "@formatjs/intl-localematcher": "~0.6.1", 25 25 "@formatjs/intl-segmenter": "~11.7.10", 26 - "@formkit/auto-animate": "~0.8.2", 26 + "@formkit/auto-animate": "~0.8.4", 27 27 "@github/text-expander-element": "~2.9.2", 28 28 "@iconify-icons/mingcute": "~1.2.9", 29 29 "@justinribeiro/lite-youtube": "~1.8.2", ··· 58 58 "tinyld": "~1.3.4", 59 59 "toastify-js": "~1.12.0", 60 60 "uid": "~2.0.2", 61 - "use-debounce": "~10.0.5", 61 + "use-debounce": "~10.0.6", 62 62 "use-long-press": "~3.3.0", 63 63 "use-resize-observer": "~9.1.0", 64 64 "valtio": "2.1.7" ··· 72 72 "@preact/preset-vite": "~2.10.2", 73 73 "@types/node": "~24.3.0", 74 74 "postcss": "~8.5.6", 75 - "postcss-dark-theme-class": "~1.3.0", 76 - "postcss-preset-env": "~10.3.0", 75 + "postcss-dark-theme-class": "~2.0.0", 76 + "postcss-preset-env": "~10.3.1", 77 77 "sonda": "~0.9.0", 78 78 "twitter-text": "~3.1.0", 79 79 "vite": "~7.0.6",