Bump vite-plugin-pwa from 0.12.8 to 0.13.0 in /client

Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.12.8 to 0.13.0.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.12.8...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-20 21:58:26 +00:00
committed by GitHub
parent 99ec465f8a
commit c172961f48
2 changed files with 41 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
"react-dom": "^18.2.0",
"sass": "^1.54.9",
"vite": "^3.1.3",
"vite-plugin-pwa": "^0.12.8"
"vite-plugin-pwa": "^0.13.0"
},
"devDependencies": {
"@types/react": "^18.0.20",
@@ -4351,24 +4351,38 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.12.8",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.12.8.tgz",
"integrity": "sha512-pSiFHmnJGMQJJL8aJzQ8SaraZBSBPMGvGUkCNzheIq9UQCEk/eP3UmANNmS9eupuhIpTK8AdxTOHcaMcAqAbCA==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.13.0.tgz",
"integrity": "sha512-/oTQGbOvRI2Zew0Enc3dpNrt23U4G0QwkuobLN/oHgBKcK+sYylj8kW72N7natGIIoKEmmfMnrfk2SSW8OUsAw==",
"dependencies": {
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"pretty-bytes": "^6.0.0",
"rollup": "^2.75.7",
"workbox-build": "^6.5.3",
"workbox-window": "^6.5.3"
"rollup": "^2.79.0",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0-0",
"workbox-build": "^6.4.0",
"workbox-window": "^6.4.0"
"vite": "^3.1.0",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
}
},
"node_modules/vite-plugin-pwa/node_modules/rollup": {
"version": "2.79.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.0.tgz",
"integrity": "sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==",
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
"node": ">=10.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/webidl-conversions": {
@@ -7496,16 +7510,26 @@
}
},
"vite-plugin-pwa": {
"version": "0.12.8",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.12.8.tgz",
"integrity": "sha512-pSiFHmnJGMQJJL8aJzQ8SaraZBSBPMGvGUkCNzheIq9UQCEk/eP3UmANNmS9eupuhIpTK8AdxTOHcaMcAqAbCA==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.13.0.tgz",
"integrity": "sha512-/oTQGbOvRI2Zew0Enc3dpNrt23U4G0QwkuobLN/oHgBKcK+sYylj8kW72N7natGIIoKEmmfMnrfk2SSW8OUsAw==",
"requires": {
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"pretty-bytes": "^6.0.0",
"rollup": "^2.75.7",
"workbox-build": "^6.5.3",
"workbox-window": "^6.5.3"
"rollup": "^2.79.0",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
},
"dependencies": {
"rollup": {
"version": "2.79.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.0.tgz",
"integrity": "sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==",
"requires": {
"fsevents": "~2.3.2"
}
}
}
},
"webidl-conversions": {

View File

@@ -16,7 +16,7 @@
"react-dom": "^18.2.0",
"sass": "^1.54.9",
"vite": "^3.1.3",
"vite-plugin-pwa": "^0.12.8"
"vite-plugin-pwa": "^0.13.0"
},
"devDependencies": {
"@types/react": "^18.0.20",