diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 04:28:23 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-04 04:29:04 +0000 |
commit | 06d350f439a60f5259060eb57c9837e466733557 (patch) | |
tree | a523b9dabfb50bc6adab27b6e67bc82bef088332 /clients | |
parent | Bump typescript from 5.5.2 to 5.5.3 (diff) | |
download | zorascript-06d350f439a60f5259060eb57c9837e466733557.tar zorascript-06d350f439a60f5259060eb57c9837e466733557.tar.gz zorascript-06d350f439a60f5259060eb57c9837e466733557.tar.bz2 zorascript-06d350f439a60f5259060eb57c9837e466733557.tar.lz zorascript-06d350f439a60f5259060eb57c9837e466733557.tar.xz zorascript-06d350f439a60f5259060eb57c9837e466733557.tar.zst zorascript-06d350f439a60f5259060eb57c9837e466733557.zip |
Bump vite from 5.3.2 to 5.3.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.2 to 5.3.3.
- [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.3.3/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')
-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 4805737..6b06230 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -39,7 +39,7 @@ "tailwindcss": "3.4.4", "tslib": "^2.6.3", "typescript": "^5.5.3", - "vite": "^5.3.2", + "vite": "^5.3.3", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |