diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 04:30:50 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-13 04:31:26 +0000 |
commit | f17a890c9efe0b7a8e63f3f36368ca712c7a4876 (patch) | |
tree | b8213256d24797196d3c224f2b9d8fe82506c546 /clients/www | |
parent | Bump @types/node from 20.11.25 to 20.11.26 (diff) | |
download | zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.tar zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.tar.gz zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.tar.bz2 zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.tar.lz zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.tar.xz zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.tar.zst zorascript-f17a890c9efe0b7a8e63f3f36368ca712c7a4876.zip |
Bump vite from 5.1.5 to 5.1.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.5 to 5.1.6.
- [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.6/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 'clients/www')
-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 ee554ef..0e3fb76 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.4.2", - "vite": "^5.1.5", + "vite": "^5.1.6", "vite-plugin-tailwind-purgecss": "0.2.0" }, "type": "module" |