From b8b38ceb736674a0ad0af0e742b41612296ba706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:06:45 +0300 Subject: [PATCH] Bump vite-plugin-pwa from 0.16.4 to 0.16.5 (#184) Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.16.4 to 0.16.5. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.16.4...v0.16.5) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/pwa/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 32ccc36..90bbc7a 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -37,6 +37,6 @@ "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.2.2", "vite": "^4.4.9", - "vite-plugin-pwa": "^0.16.4" + "vite-plugin-pwa": "^0.16.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c86e756..183ead1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,8 +103,8 @@ importers: specifier: ^4.4.9 version: 4.4.9(@types/node@20.5.3) vite-plugin-pwa: - specifier: ^0.16.4 - version: 0.16.4(vite@4.4.9)(workbox-build@7.0.0)(workbox-window@7.0.0) + specifier: ^0.16.5 + version: 0.16.5(vite@4.4.9)(workbox-build@7.0.0)(workbox-window@7.0.0) packages/review-ui: dependencies: @@ -4341,8 +4341,8 @@ packages: punycode: 2.3.0 dev: true - /vite-plugin-pwa@0.16.4(vite@4.4.9)(workbox-build@7.0.0)(workbox-window@7.0.0): - resolution: {integrity: sha512-lmwHFIs9zI2H9bXJld/zVTbCqCQHZ9WrpyDMqosICDV0FVnCJwniX1NMDB79HGTIZzOQkY4gSZaVTJTw6maz/Q==} + /vite-plugin-pwa@0.16.5(vite@4.4.9)(workbox-build@7.0.0)(workbox-window@7.0.0): + resolution: {integrity: sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g==} engines: {node: '>=16.0.0'} peerDependencies: vite: ^3.1.0 || ^4.0.0