Upgrade vite-plugin-pwa

This commit is contained in:
Lim Chee Aun 2024-08-31 00:25:48 +08:00
parent 32475dccf1
commit 34b49f40f5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -61,7 +61,7 @@
"vite": "~5.4.2",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-html-config": "~2.0.1",
"vite-plugin-pwa": "~0.20.1",
"vite-plugin-pwa": "~0.20.2",
"vite-plugin-remove-console": "~2.2.0",
"vite-plugin-run": "~0.5.2",
"workbox-cacheable-response": "~7.1.0",
@ -10642,9 +10642,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.1.tgz",
"integrity": "sha512-M6Pk4b18i5ryrhKgiIF8Zud0HGphYiCbEfLsCdlvmwn/CEnS6noVwfIDG/+3V7r6yxpPV/gLiKw+rIlCCiCCoQ==",
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.2.tgz",
"integrity": "sha512-9wLqHt/NjP7YKj6CCEKS5+Fhffo6tHGrAa+wvoqCG59oZkmpX5lBBl38MVjLaO4ELrLqjdtUhILJDwZu+q/hGQ==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",

View file

@ -67,7 +67,7 @@
"vite": "~5.4.2",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-html-config": "~2.0.1",
"vite-plugin-pwa": "~0.20.1",
"vite-plugin-pwa": "~0.20.2",
"vite-plugin-remove-console": "~2.2.0",
"vite-plugin-run": "~0.5.2",
"workbox-cacheable-response": "~7.1.0",