Bump vite-plugin-pwa from 0.21.2 to 1.0.0

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.21.2 to 1.0.0.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.21.2...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-05 08:13:59 +00:00
committed by GitHub
parent dd651eb324
commit ddca307001
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -65,7 +65,7 @@
"typescript": "^5.8.3", "typescript": "^5.8.3",
"typescript-eslint": "^8.29.0", "typescript-eslint": "^8.29.0",
"vite": "^6.2.5", "vite": "^6.2.5",
"vite-plugin-pwa": "^0.21.2", "vite-plugin-pwa": "^1.0.0",
"vitest": "^3.0.5" "vitest": "^3.0.5"
} }
}, },
@@ -9994,9 +9994,9 @@
} }
}, },
"node_modules/vite-plugin-pwa": { "node_modules/vite-plugin-pwa": {
"version": "0.21.2", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.2.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.0.tgz",
"integrity": "sha512-vFhH6Waw8itNu37hWUJxL50q+CBbNcMVzsKaYHQVrfxTt3ihk3PeLO22SbiP1UNWzcEPaTQv+YVxe4G0KOjAkg==", "integrity": "sha512-X77jo0AOd5OcxmWj3WnVti8n7Kw2tBgV1c8MCXFclrSlDV23ePzv2eTDIALXI2Qo6nJ5pZJeZAuX0AawvRfoeA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -10013,7 +10013,7 @@
"url": "https://github.com/sponsors/antfu" "url": "https://github.com/sponsors/antfu"
}, },
"peerDependencies": { "peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/assets-generator": "^1.0.0",
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", "vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"workbox-build": "^7.3.0", "workbox-build": "^7.3.0",
"workbox-window": "^7.3.0" "workbox-window": "^7.3.0"
@@ -17297,9 +17297,9 @@
} }
}, },
"vite-plugin-pwa": { "vite-plugin-pwa": {
"version": "0.21.2", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.2.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.0.tgz",
"integrity": "sha512-vFhH6Waw8itNu37hWUJxL50q+CBbNcMVzsKaYHQVrfxTt3ihk3PeLO22SbiP1UNWzcEPaTQv+YVxe4G0KOjAkg==", "integrity": "sha512-X77jo0AOd5OcxmWj3WnVti8n7Kw2tBgV1c8MCXFclrSlDV23ePzv2eTDIALXI2Qo6nJ5pZJeZAuX0AawvRfoeA==",
"dev": true, "dev": true,
"requires": { "requires": {
"debug": "^4.3.6", "debug": "^4.3.6",

View File

@@ -78,7 +78,7 @@
"typescript": "^5.8.3", "typescript": "^5.8.3",
"typescript-eslint": "^8.29.0", "typescript-eslint": "^8.29.0",
"vite": "^6.2.5", "vite": "^6.2.5",
"vite-plugin-pwa": "^0.21.2", "vite-plugin-pwa": "^1.0.0",
"vitest": "^3.0.5" "vitest": "^3.0.5"
}, },
"browserslist": [ "browserslist": [