diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-21 05:03:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-10-21 05:04:35 +0000 |
commit | 0855b40ca29458cfe596b1892145d5cce9d81124 (patch) | |
tree | e4af57b3a2ffe8ca0025b382cc9495b26d9b53b4 /clients/www | |
parent | Bump actions/setup-node from 5 to 6 in the gha-deps group (diff) | |
download | zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.tar zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.tar.gz zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.tar.bz2 zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.tar.lz zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.tar.xz zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.tar.zst zorascript-0855b40ca29458cfe596b1892145d5cce9d81124.zip |
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.3.6 to 6.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.4.1
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-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 db3c2b5..c0d6997 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.3.6", + "vite": "^6.4.1", "vite-plugin-pwa": "^0.21.1", "vite-plugin-tailwind-purgecss": "0.3.5" }, |