this repo has no description
0
fork

Configure Feed

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

Upgrade vite-plugin-pwa

+5 -4
+4 -3
package-lock.json
··· 52 52 "vite": "~5.0.2", 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 - "vite-plugin-pwa": "~0.17.0", 55 + "vite-plugin-pwa": "~0.17.2", 56 56 "vite-plugin-remove-console": "~2.1.1", 57 57 "workbox-cacheable-response": "~7.0.0", 58 58 "workbox-expiration": "~7.0.0", ··· 6718 6718 } 6719 6719 }, 6720 6720 "node_modules/vite-plugin-pwa": { 6721 - "version": "0.17.0", 6721 + "version": "0.17.2", 6722 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", 6723 + "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", 6722 6724 "dev": true, 6723 - "license": "MIT", 6724 6725 "dependencies": { 6725 6726 "debug": "^4.3.4", 6726 6727 "fast-glob": "^3.3.2",
+1 -1
package.json
··· 54 54 "vite": "~5.0.2", 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 - "vite-plugin-pwa": "~0.17.0", 57 + "vite-plugin-pwa": "~0.17.2", 58 58 "vite-plugin-remove-console": "~2.1.1", 59 59 "workbox-cacheable-response": "~7.0.0", 60 60 "workbox-expiration": "~7.0.0",