From 3d7cdf5cd767449c51ddc18a603608bfa48d0592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 23:57:54 +0800 Subject: [PATCH] chore(deps): update devdependency vite to ^2.9.2 (#90) 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 15fa581376..abdda1d1fc 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.1", + "vite": "^2.9.2", "vite-plugin-windicss": "^1.8.4", "windicss": "^3.5.1" },