diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-25 15:30:50 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-25 15:31:26 +0000 |
commit | 382f5ec0561296179368c2f7b9bc2292d72fba0d (patch) | |
tree | 2804d10f7fb23cfffce09636dde9465ef294039e /clients | |
parent | Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 in the gha-deps group (diff) | |
download | zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.tar zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.tar.gz zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.tar.bz2 zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.tar.lz zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.tar.xz zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.tar.zst zorascript-382f5ec0561296179368c2f7b9bc2292d72fba0d.zip |
Bump vite from 6.0.11 to 6.0.12 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.0.11 to 6.0.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.12/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 8282714..3a0d5fe 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.11", + "vite": "^6.0.12", "vite-plugin-pwa": "^0.21.1", "vite-plugin-tailwind-purgecss": "0.3.5" }, |