this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+11 -11
+9 -9
package-lock.json
··· 49 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.4", 52 + "vite": "~5.0.5", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 - "vite-plugin-pwa": "~0.17.2", 55 + "vite-plugin-pwa": "~0.17.3", 56 56 "vite-plugin-remove-console": "~2.2.0", 57 57 "workbox-cacheable-response": "~7.0.0", 58 58 "workbox-expiration": "~7.0.0", ··· 7618 7618 } 7619 7619 }, 7620 7620 "node_modules/vite": { 7621 - "version": "5.0.4", 7622 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.4.tgz", 7623 - "integrity": "sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==", 7621 + "version": "5.0.5", 7622 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", 7623 + "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", 7624 7624 "dev": true, 7625 7625 "dependencies": { 7626 7626 "esbuild": "^0.19.3", 7627 - "postcss": "^8.4.31", 7627 + "postcss": "^8.4.32", 7628 7628 "rollup": "^4.2.0" 7629 7629 }, 7630 7630 "bin": { ··· 7699 7699 } 7700 7700 }, 7701 7701 "node_modules/vite-plugin-pwa": { 7702 - "version": "0.17.2", 7703 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", 7704 - "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", 7702 + "version": "0.17.3", 7703 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.3.tgz", 7704 + "integrity": "sha512-ilOs0mGxIxKQN3FZYX8pys5DmY/wI9A6oojlY5rrd7mAxCVcSbtjDVAhm62C+3Ww6KQrNr/jmiRUCplC8AsaBw==", 7705 7705 "dev": true, 7706 7706 "dependencies": { 7707 7707 "debug": "^4.3.4",
+2 -2
package.json
··· 51 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.4", 54 + "vite": "~5.0.5", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 - "vite-plugin-pwa": "~0.17.2", 57 + "vite-plugin-pwa": "~0.17.3", 58 58 "vite-plugin-remove-console": "~2.2.0", 59 59 "workbox-cacheable-response": "~7.0.0", 60 60 "workbox-expiration": "~7.0.0",