diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-22 04:20:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-22 04:20:41 +0000 |
commit | 46b32259e7ffb704911793cde66cc1f39035b984 (patch) | |
tree | 7d03db59c261c1dc4d3dce480e4ac9c98b76300e /clients/www | |
parent | Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.0.2 (diff) | |
download | zorascript-46b32259e7ffb704911793cde66cc1f39035b984.tar zorascript-46b32259e7ffb704911793cde66cc1f39035b984.tar.gz zorascript-46b32259e7ffb704911793cde66cc1f39035b984.tar.bz2 zorascript-46b32259e7ffb704911793cde66cc1f39035b984.tar.lz zorascript-46b32259e7ffb704911793cde66cc1f39035b984.tar.xz zorascript-46b32259e7ffb704911793cde66cc1f39035b984.tar.zst zorascript-46b32259e7ffb704911793cde66cc1f39035b984.zip |
Bump vite from 5.1.3 to 5.1.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4.
- [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/v5.1.4/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 961ef0b..6250c57 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -37,7 +37,7 @@ "tailwindcss": "3.4.1", "tslib": "^2.6.2", "typescript": "^5.3.3", - "vite": "^5.1.3", + "vite": "^5.1.4", "vite-plugin-tailwind-purgecss": "0.2.0" }, "type": "module" |