diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-29 16:39:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-29 16:39:53 +0000 |
commit | 7415aad03342d95f6286d67e3d670914e3f9595d (patch) | |
tree | 6208e615460aef3eb8a6738eb8b454e85084182f /app | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.tar trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.tar.gz trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.tar.bz2 trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.tar.lz trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.tar.xz trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.tar.zst trinkets-7415aad03342d95f6286d67e3d670914e3f9595d.zip |
Bump vite-plugin-pwa from 0.20.1 to 0.20.2 in the node-deps group
Bumps the node-deps group with 1 update: [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa).
Updates `vite-plugin-pwa` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.20.1...v0.20.2)
---
updated-dependencies:
- dependency-name: vite-plugin-pwa
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index a75adbf..ade496b 100644 --- a/app/package.json +++ b/app/package.json @@ -37,7 +37,7 @@ "tslib": "2.7.0", "typescript": "5.5.4", "vite": "5.4.2", - "vite-plugin-pwa": "0.20.1", + "vite-plugin-pwa": "0.20.2", "vite-plugin-tailwind-purgecss": "0.3.3" }, "private": true, |