Bump vite-plugin-pwa from 0.19.8 to 0.20.0

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.8 to 0.20.0.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.8...v0.20.0)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-06 13:58:55 +00:00 committed by William Brawner
parent c32545950c
commit 748fc28e7f
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View file

@ -25,7 +25,7 @@
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.10", "vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8", "vite-plugin-pwa": "^0.20.0",
"vitest": "^1.5.2" "vitest": "^1.5.2"
} }
}, },
@ -6927,16 +6927,16 @@
} }
}, },
"node_modules/vite-plugin-pwa": { "node_modules/vite-plugin-pwa": {
"version": "0.19.8", "version": "0.20.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.8.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.0.tgz",
"integrity": "sha512-e1oK0dfhzhDhY3VBuML6c0h8Xfx6EkOVYqolj7g+u8eRfdauZe5RLteCIA/c5gH0CBQ0CNFAuv/AFTx4Z7IXTw==", "integrity": "sha512-/kDZyqF8KqoXRpMUQtR5Atri/7BWayW8Gp7Kz/4bfstsV6zSFTxjREbXZYL7zSuRL40HGA+o2hvUAFRmC+bL7g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"pretty-bytes": "^6.1.1", "pretty-bytes": "^6.1.1",
"workbox-build": "^7.0.0", "workbox-build": "^7.1.0",
"workbox-window": "^7.0.0" "workbox-window": "^7.1.0"
}, },
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"
@ -6947,8 +6947,8 @@
"peerDependencies": { "peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4", "@vite-pwa/assets-generator": "^0.2.4",
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0", "vite": "^3.1.0 || ^4.0.0 || ^5.0.0",
"workbox-build": "^7.0.0", "workbox-build": "^7.1.0",
"workbox-window": "^7.0.0" "workbox-window": "^7.1.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@vite-pwa/assets-generator": { "@vite-pwa/assets-generator": {
@ -12246,16 +12246,16 @@
} }
}, },
"vite-plugin-pwa": { "vite-plugin-pwa": {
"version": "0.19.8", "version": "0.20.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.8.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.0.tgz",
"integrity": "sha512-e1oK0dfhzhDhY3VBuML6c0h8Xfx6EkOVYqolj7g+u8eRfdauZe5RLteCIA/c5gH0CBQ0CNFAuv/AFTx4Z7IXTw==", "integrity": "sha512-/kDZyqF8KqoXRpMUQtR5Atri/7BWayW8Gp7Kz/4bfstsV6zSFTxjREbXZYL7zSuRL40HGA+o2hvUAFRmC+bL7g==",
"dev": true, "dev": true,
"requires": { "requires": {
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"pretty-bytes": "^6.1.1", "pretty-bytes": "^6.1.1",
"workbox-build": "^7.0.0", "workbox-build": "^7.1.0",
"workbox-window": "^7.0.0" "workbox-window": "^7.1.0"
}, },
"dependencies": { "dependencies": {
"pretty-bytes": { "pretty-bytes": {

View file

@ -31,7 +31,7 @@
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.10", "vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8", "vite-plugin-pwa": "^0.20.0",
"vitest": "^1.5.2" "vitest": "^1.5.2"
}, },
"prettier": { "prettier": {