From 584e95539d9d3b20fe00d01c0a57a9280714293e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:11:12 +0000 Subject: [PATCH] chore(deps): update devdependency vite to v5 (#224) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/ui-templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-templates/package.json b/packages/ui-templates/package.json index 6093978972..f5339668d6 100644 --- a/packages/ui-templates/package.json +++ b/packages/ui-templates/package.json @@ -36,7 +36,7 @@ "lodash.template": "^4.5.0", "scule": "^1.1.1", "upath": "^2.0.1", - "vite": "^4.5.1", + "vite": "^5.0.5", "vite-plugin-windicss": "^1.9.2", "windicss": "^3.5.6" },