diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-26 16:27:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-26 16:28:49 +0000 |
commit | 7da829ca8e697f06ac95df6a6b506e4c59bb4f83 (patch) | |
tree | 127b3b2054e0c853cb684fa2eba3d5d9bd8aee63 /app | |
parent | Bump @tailwindcss/typography from 0.5.10 to 0.5.11 (diff) | |
download | trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.tar trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.tar.gz trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.tar.bz2 trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.tar.lz trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.tar.xz trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.tar.zst trinkets-7da829ca8e697f06ac95df6a6b506e4c59bb4f83.zip |
Bump vite-plugin-pwa from 0.19.6 to 0.19.7
Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.6 to 0.19.7.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.6...v0.19.7)
---
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>
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 76b5b21..bca3800 100644 --- a/app/package.json +++ b/app/package.json @@ -38,7 +38,7 @@ "tslib": "2.6.2", "typescript": "5.4.3", "vite": "5.2.6", - "vite-plugin-pwa": "0.19.6", + "vite-plugin-pwa": "0.19.7", "vite-plugin-tailwind-purgecss": "0.2.0" }, "private": true, |