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

+11 -8
+10 -7
package-lock.json
··· 66 66 "vite": "~7.0.6", 67 67 "vite-plugin-generate-file": "~0.3.1", 68 68 "vite-plugin-html-config": "~2.0.2", 69 - "vite-plugin-pwa": "~1.0.2", 69 + "vite-plugin-pwa": "~1.0.3", 70 70 "vite-plugin-remove-console": "~2.2.0", 71 71 "vite-plugin-run": "~0.6.1", 72 72 "workbox-cacheable-response": "~7.3.0", ··· 9984 9984 } 9985 9985 }, 9986 9986 "node_modules/vite-plugin-pwa": { 9987 - "version": "1.0.2", 9988 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.2.tgz", 9989 - "integrity": "sha512-O3UwjsCnoDclgJANoOgzzqW7SFgwXE/th2OmUP/ILxHKwzWxxKDBu+B/Xa9Cv4IgSVSnj2HgRVIJ7F15+vQFkA==", 9987 + "version": "1.0.3", 9988 + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.3.tgz", 9989 + "integrity": "sha512-/OpqIpUldALGxcsEnv/ekQiQ5xHkQ53wcoN5ewX4jiIDNGs3W+eNcI1WYZeyOLmzoEjg09D7aX0O89YGjen1aw==", 9990 9990 "dev": true, 9991 9991 "license": "MIT", 9992 9992 "dependencies": { ··· 10089 10089 } 10090 10090 }, 10091 10091 "node_modules/vite/node_modules/fdir": { 10092 - "version": "6.4.6", 10093 - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", 10094 - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", 10092 + "version": "6.5.0", 10093 + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 10094 + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 10095 10095 "dev": true, 10096 10096 "license": "MIT", 10097 + "engines": { 10098 + "node": ">=12.0.0" 10099 + }, 10097 10100 "peerDependencies": { 10098 10101 "picomatch": "^3 || ^4" 10099 10102 },
+1 -1
package.json
··· 78 78 "vite": "~7.0.6", 79 79 "vite-plugin-generate-file": "~0.3.1", 80 80 "vite-plugin-html-config": "~2.0.2", 81 - "vite-plugin-pwa": "~1.0.2", 81 + "vite-plugin-pwa": "~1.0.3", 82 82 "vite-plugin-remove-console": "~2.2.0", 83 83 "vite-plugin-run": "~0.6.1", 84 84 "workbox-cacheable-response": "~7.3.0",