this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+10 -9
+8 -7
package-lock.json
··· 46 46 "@preact/preset-vite": "~2.7.0", 47 47 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 48 48 "postcss": "~8.4.31", 49 - "postcss-dark-theme-class": "~1.0.0", 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.2", 52 + "vite": "~5.0.4", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 55 "vite-plugin-pwa": "~0.17.2", ··· 5232 5232 } 5233 5233 }, 5234 5234 "node_modules/postcss-dark-theme-class": { 5235 - "version": "1.0.0", 5235 + "version": "1.1.0", 5236 + "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.1.0.tgz", 5237 + "integrity": "sha512-3Njz7Ux1YuS+DDb00rKL4JbcyePEwBi2DPzHiK3Rw8HHaXwLhBSAILtyY09FjRPXj8KRyqOxIEVw4+xdO6aFdg==", 5236 5238 "dev": true, 5237 5239 "funding": [ 5238 5240 { ··· 5244 5246 "url": "https://github.com/sponsors/ai" 5245 5247 } 5246 5248 ], 5247 - "license": "MIT", 5248 5249 "engines": { 5249 5250 "node": ">=18.0" 5250 5251 }, ··· 6641 6642 } 6642 6643 }, 6643 6644 "node_modules/vite": { 6644 - "version": "5.0.2", 6645 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.2.tgz", 6646 - "integrity": "sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==", 6645 + "version": "5.0.4", 6646 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.4.tgz", 6647 + "integrity": "sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==", 6647 6648 "dev": true, 6648 6649 "dependencies": { 6649 6650 "esbuild": "^0.19.3",
+2 -2
package.json
··· 48 48 "@preact/preset-vite": "~2.7.0", 49 49 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 50 50 "postcss": "~8.4.31", 51 - "postcss-dark-theme-class": "~1.0.0", 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.2", 54 + "vite": "~5.0.4", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 57 "vite-plugin-pwa": "~0.17.2",