Build(deps-dev): Bump vite-plugin-pwa from 1.0.3 to 1.1.0 in /page

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  dependency-version: 1.1.0
  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]
2025-11-01 05:50:09 +00:00
committed by GitHub
parent d00a2a294c
commit 5d33b29f6c
2 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-plugin-pwa": "^1.0.3"
"vite-plugin-pwa": "^1.1.0"
}
},
"node_modules/@babel/code-frame": {
@@ -9437,9 +9437,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.3.tgz",
"integrity": "sha512-/OpqIpUldALGxcsEnv/ekQiQ5xHkQ53wcoN5ewX4jiIDNGs3W+eNcI1WYZeyOLmzoEjg09D7aX0O89YGjen1aw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.1.0.tgz",
"integrity": "sha512-VsSpdubPzXhHWVINcSx6uHRMpOHVHQcHsef1QgkOlEoaIDAlssFEW88LBq1a59BuokAhsh2kUDJbaX1bZv4Bjw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -62,6 +62,6 @@
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-plugin-pwa": "^1.0.3"
"vite-plugin-pwa": "^1.1.0"
}
}