Bump vite-plugin-pwa from 0.12.0 to 0.12.2

Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.12.0 to 0.12.2.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.12.0...v0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-01 10:37:49 +00:00 committed by Kavin
parent 7e6459d81b
commit 91b0d6e0b0
2 changed files with 10 additions and 10 deletions

View File

@ -38,7 +38,7 @@
"prettier": "^2.7.1", "prettier": "^2.7.1",
"vite": "^2.9.13", "vite": "^2.9.13",
"vite-plugin-eslint": "^1.6.1", "vite-plugin-eslint": "^1.6.1",
"vite-plugin-pwa": "^0.12.0", "vite-plugin-pwa": "^0.12.2",
"vite-plugin-windicss": "^1.8.6" "vite-plugin-windicss": "^1.8.6"
}, },
"eslintConfig": { "eslintConfig": {

View File

@ -2966,10 +2966,10 @@ rollup-plugin-terser@^7.0.0:
serialize-javascript "^4.0.0" serialize-javascript "^4.0.0"
terser "^5.0.0" terser "^5.0.0"
rollup@^2.43.1, rollup@^2.59.0, rollup@^2.70.2: rollup@^2.43.1, rollup@^2.59.0, rollup@^2.70.2, rollup@^2.75.5:
version "2.70.2" version "2.75.7"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.70.2.tgz#808d206a8851628a065097b7ba2053bd83ba0c0d" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9"
integrity sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg== integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
@ -3350,15 +3350,15 @@ vite-plugin-eslint@^1.6.1:
"@types/eslint" "^8.4.2" "@types/eslint" "^8.4.2"
rollup "^2.70.2" rollup "^2.70.2"
vite-plugin-pwa@^0.12.0: vite-plugin-pwa@^0.12.2:
version "0.12.0" version "0.12.2"
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.0.tgz#c0be71cf42452055bafca777b6c110f46d0feac7" resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.2.tgz#d0ec1cd3088260bdc5bf2b10ba753def0b8f3280"
integrity sha512-KYD+cnS5ExLF3T28NkfzBLZ53ehHlp+qMhHGFNh0zlVGpFHrJkL2v9wd4AMi7ZkBTffgeNatIFiv8rhCsMSxBQ== integrity sha512-XK2oi1YZkoc1J8fyerNYxyh/yfb+INdrdOW/mOOD5DBLq7jVPxHQuncIhqiREbGOMlY/xMe9CSE7QZ9xIAEf7A==
dependencies: dependencies:
debug "^4.3.4" debug "^4.3.4"
fast-glob "^3.2.11" fast-glob "^3.2.11"
pretty-bytes "^6.0.0" pretty-bytes "^6.0.0"
rollup "^2.70.2" rollup "^2.75.5"
workbox-build "^6.5.3" workbox-build "^6.5.3"
workbox-window "^6.5.3" workbox-window "^6.5.3"