From 617a0f5a72f427d3b4ff46f7e9e250b2d340f2a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:31:50 +0200 Subject: [PATCH] chore(deps): update devdependency vite to ^2.9.1 (#85) Co-authored-by: Renovate Bot --- 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 e370c46ecb..c1bb514ed2 100644 --- a/packages/ui-templates/package.json +++ b/packages/ui-templates/package.json @@ -35,7 +35,7 @@ "lodash.template": "^4.5.0", "scule": "^0.2.1", "upath": "^2.0.1", - "vite": "^2.9.0", + "vite": "^2.9.1", "vite-plugin-windicss": "^1.8.3", "windicss": "^3.5.1" },