diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-31 19:16:03 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-31 19:16:35 +0000 |
commit | 578212efd32de28f236d1995ed3e714b840a77a2 (patch) | |
tree | ba62523bfb8a5127503a7aa706614c175f30c59e /clients | |
parent | Bump vite from 6.0.11 to 6.0.12 in the npm_and_yarn group (diff) | |
download | zorascript-master.tar zorascript-master.tar.gz zorascript-master.tar.bz2 zorascript-master.tar.lz zorascript-master.tar.xz zorascript-master.tar.zst zorascript-master.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.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
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 3a0d5fe..91b243a 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.12", + "vite": "^6.0.13", "vite-plugin-pwa": "^0.21.1", "vite-plugin-tailwind-purgecss": "0.3.5" }, |