diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-04 16:17:42 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-04-04 16:18:14 +0000 |
commit | 6da646db01c5865ea1f30679e97872af69d8d58b (patch) | |
tree | 5623162a54a64bf91cf657e56f54a12ecf3a0e46 /clients | |
parent | Bump vite from 6.0.12 to 6.0.13 in the npm_and_yarn group (diff) | |
download | zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.tar zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.tar.gz zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.tar.bz2 zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.tar.lz zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.tar.xz zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.tar.zst zorascript-6da646db01c5865ea1f30679e97872af69d8d58b.zip |
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.0.13 to 6.0.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.0.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.14/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.0.14
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 91b243a..f3fbd05 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -39,7 +39,7 @@ "tailwindcss": "3.4.17", "tslib": "^2.8.1", "typescript": "^5.7.3", - "vite": "^6.0.13", + "vite": "^6.0.14", "vite-plugin-pwa": "^0.21.1", "vite-plugin-tailwind-purgecss": "0.3.5" }, |