From d28ebe3f7bdb67e890c548dbe99caf24eaef1d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 03:05:32 +0000 Subject: [PATCH] Update vite requirement from ^2.1.0 to ^2.1.2 Updates the requirements on [vite](https://github.com/vitejs/vite) to permit the latest version. - [Release notes](https://github.com/vitejs/vite/releases) - [Commits](https://github.com/vitejs/vite/compare/v2.1.0...v2.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 906dd43..c0ad126 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "@vue/compiler-sfc": "^3.0.7", "autoprefixer": "^10.2.5", "tailwindcss": "^2.0.3", - "vite": "^2.1.0" + "vite": "^2.1.2" } }