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 -5
+4 -4
package-lock.json
··· 61 61 "vite": "~5.4.2", 62 62 "vite-plugin-generate-file": "~0.2.0", 63 63 "vite-plugin-html-config": "~2.0.1", 64 - "vite-plugin-pwa": "~0.20.1", 64 + "vite-plugin-pwa": "~0.20.2", 65 65 "vite-plugin-remove-console": "~2.2.0", 66 66 "vite-plugin-run": "~0.5.2", 67 67 "workbox-cacheable-response": "~7.1.0", ··· 10642 10642 } 10643 10643 }, 10644 10644 "node_modules/vite-plugin-pwa": { 10645 - "version": "0.20.1", 10646 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.1.tgz", 10647 - "integrity": "sha512-M6Pk4b18i5ryrhKgiIF8Zud0HGphYiCbEfLsCdlvmwn/CEnS6noVwfIDG/+3V7r6yxpPV/gLiKw+rIlCCiCCoQ==", 10645 + "version": "0.20.2", 10646 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.2.tgz", 10647 + "integrity": "sha512-9wLqHt/NjP7YKj6CCEKS5+Fhffo6tHGrAa+wvoqCG59oZkmpX5lBBl38MVjLaO4ELrLqjdtUhILJDwZu+q/hGQ==", 10648 10648 "dev": true, 10649 10649 "dependencies": { 10650 10650 "debug": "^4.3.4",
+1 -1
package.json
··· 67 67 "vite": "~5.4.2", 68 68 "vite-plugin-generate-file": "~0.2.0", 69 69 "vite-plugin-html-config": "~2.0.1", 70 - "vite-plugin-pwa": "~0.20.1", 70 + "vite-plugin-pwa": "~0.20.2", 71 71 "vite-plugin-remove-console": "~2.2.0", 72 72 "vite-plugin-run": "~0.5.2", 73 73 "workbox-cacheable-response": "~7.1.0",