Bump vite-plugin-pwa from 0.18.1 to 0.19.0

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.1...v0.19.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-02-19 13:55:20 +00:00 committed by github-actions[bot]
parent 24bb3c3359
commit 6370d05410
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View file

@ -26,7 +26,7 @@
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-pwa": "^0.18.1",
"vite-plugin-pwa": "^0.19.0",
"vitest": "^1.2.2"
}
},
@ -6608,9 +6608,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.1.tgz",
"integrity": "sha512-2A3BF52l9F8hCkdPy/VP2C+hA+fmBvzJGynCZc9XS6mHTcMvo9046FKc2NqlnkKwTOGtQEwXLEIduML/+eYtdw==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz",
"integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",
@ -6626,9 +6626,15 @@
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
"optional": true
}
}
},
"node_modules/vite-plugin-pwa/node_modules/pretty-bytes": {
@ -11703,9 +11709,9 @@
}
},
"vite-plugin-pwa": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.1.tgz",
"integrity": "sha512-2A3BF52l9F8hCkdPy/VP2C+hA+fmBvzJGynCZc9XS6mHTcMvo9046FKc2NqlnkKwTOGtQEwXLEIduML/+eYtdw==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz",
"integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==",
"dev": true,
"requires": {
"debug": "^4.3.4",

View file

@ -32,7 +32,7 @@
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-pwa": "^0.18.1",
"vite-plugin-pwa": "^0.19.0",
"vitest": "^1.2.2"
},
"prettier": {