this repo has no description
0
fork

Configure Feed

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

Downgrade Vite to v7.0.6

Newer versions 7.1.x causes "Unknown word" errors from postcss

+6 -6
+5 -5
package-lock.json
··· 63 63 "postcss-preset-env": "~10.2.4", 64 64 "sonda": "~0.9.0", 65 65 "twitter-text": "~3.1.0", 66 - "vite": "~7.1.1", 66 + "vite": "~7.0.6", 67 67 "vite-plugin-generate-file": "~0.3.1", 68 68 "vite-plugin-html-config": "~2.0.2", 69 69 "vite-plugin-pwa": "~1.0.2", ··· 9884 9884 } 9885 9885 }, 9886 9886 "node_modules/vite": { 9887 - "version": "7.1.1", 9888 - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.1.tgz", 9889 - "integrity": "sha512-yJ+Mp7OyV+4S+afWo+QyoL9jFWD11QFH0i5i7JypnfTcA1rmgxCbiA8WwAICDEtZ1Z1hzrVhN8R8rGTqkTY8ZQ==", 9887 + "version": "7.0.6", 9888 + "resolved": "https://registry.npmjs.org/vite/-/vite-7.0.6.tgz", 9889 + "integrity": "sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==", 9890 9890 "dev": true, 9891 9891 "license": "MIT", 9892 9892 "dependencies": { ··· 9894 9894 "fdir": "^6.4.6", 9895 9895 "picomatch": "^4.0.3", 9896 9896 "postcss": "^8.5.6", 9897 - "rollup": "^4.43.0", 9897 + "rollup": "^4.40.0", 9898 9898 "tinyglobby": "^0.2.14" 9899 9899 }, 9900 9900 "bin": {
+1 -1
package.json
··· 75 75 "postcss-preset-env": "~10.2.4", 76 76 "sonda": "~0.9.0", 77 77 "twitter-text": "~3.1.0", 78 - "vite": "~7.1.1", 78 + "vite": "~7.0.6", 79 79 "vite-plugin-generate-file": "~0.3.1", 80 80 "vite-plugin-html-config": "~2.0.2", 81 81 "vite-plugin-pwa": "~1.0.2",