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
··· 46 46 "@preact/preset-vite": "~2.8.1", 47 47 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 48 48 "postcss": "~8.4.35", 49 - "postcss-dark-theme-class": "~1.2.0", 49 + "postcss-dark-theme-class": "~1.2.1", 50 50 "postcss-preset-env": "~9.3.0", 51 51 "twitter-text": "~3.1.0", 52 - "vite": "~5.1.1", 52 + "vite": "~5.1.2", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 55 "vite-plugin-pwa": "~0.18.1", ··· 6157 6157 } 6158 6158 }, 6159 6159 "node_modules/postcss-dark-theme-class": { 6160 - "version": "1.2.0", 6161 - "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.0.tgz", 6162 - "integrity": "sha512-7Uq2oU4DnbQ4MAdWbBCv4r4Go8AGGMPGZg6N3G8LwH0kIfaeebS48nRCin8RubnvVBlxGyNiWn0fGqwVwhOkSw==", 6160 + "version": "1.2.1", 6161 + "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.1.tgz", 6162 + "integrity": "sha512-EzQMGOcYnE0eMBjfgB+xnamlZ8O02Aiojyg/iv84cpRUdLKZW8ankZWxWUhhIid1OF7yl4G3BeYfE+7CGY2tdQ==", 6163 6163 "dev": true, 6164 6164 "funding": [ 6165 6165 { ··· 7778 7778 } 7779 7779 }, 7780 7780 "node_modules/vite": { 7781 - "version": "5.1.1", 7782 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz", 7783 - "integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==", 7781 + "version": "5.1.2", 7782 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz", 7783 + "integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==", 7784 7784 "dev": true, 7785 7785 "dependencies": { 7786 7786 "esbuild": "^0.19.3",
+2 -2
package.json
··· 48 48 "@preact/preset-vite": "~2.8.1", 49 49 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 50 50 "postcss": "~8.4.35", 51 - "postcss-dark-theme-class": "~1.2.0", 51 + "postcss-dark-theme-class": "~1.2.1", 52 52 "postcss-preset-env": "~9.3.0", 53 53 "twitter-text": "~3.1.0", 54 - "vite": "~5.1.1", 54 + "vite": "~5.1.2", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 57 "vite-plugin-pwa": "~0.18.1",