diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-31 19:00:28 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-31 19:01:03 +0000 |
commit | 31304a8c4374e93cc3ed5a8fafea6be34154958b (patch) | |
tree | 21fdd84d9fc2b03627c73309cd47e322c409d622 /app | |
parent | Bump vite from 6.0.11 to 6.0.12 (diff) | |
download | trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.tar trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.tar.gz trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.tar.bz2 trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.tar.lz trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.tar.xz trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.tar.zst trinkets-31304a8c4374e93cc3ed5a8fafea6be34154958b.zip |
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.12 to 6.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.13/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-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 bcfe457..4ece145 100644 --- a/app/package.json +++ b/app/package.json @@ -37,7 +37,7 @@ "tailwindcss": "3.4.17", "tslib": "2.8.1", "typescript": "5.7.3", - "vite": "6.0.12", + "vite": "6.0.13", "vite-plugin-pwa": "0.21.1", "vite-plugin-tailwind-purgecss": "0.3.5" }, |