Upgrade vite-plugin-pwa

This commit is contained in:
Lim Chee Aun 2023-11-26 22:55:24 +08:00
parent 4f41646000
commit a579f27d55
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View file

@ -52,7 +52,7 @@
"vite": "~5.0.2",
"vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.17.0",
"vite-plugin-pwa": "~0.17.2",
"vite-plugin-remove-console": "~2.1.1",
"workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0",
@ -6718,9 +6718,10 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.17.0",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz",
"integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
"fast-glob": "^3.3.2",

View file

@ -54,7 +54,7 @@
"vite": "~5.0.2",
"vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.17.0",
"vite-plugin-pwa": "~0.17.2",
"vite-plugin-remove-console": "~2.1.1",
"workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0",