From 2876f28d9a030873a7f33ab22b6b6e8a7f093b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 21:02:08 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-vue from 1.1.2 to 1.1.4 Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Commits](https://github.com/vitejs/vite/compare/plugin-vue@1.1.2...plugin-vue@1.1.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21b2c7c..4a62825 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "vue-router": "^4.0.3" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.1.2", + "@vitejs/plugin-vue": "^1.1.4", "@vue/compiler-sfc": "^3.0.5", "tailwindcss": "^1.9.6", "vite": "^2.0.0-beta.49" diff --git a/yarn.lock b/yarn.lock index db71dbf..ee9be1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,10 +29,10 @@ postcss "7.0.32" purgecss "^2.3.0" -"@vitejs/plugin-vue@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.1.2.tgz#64d1f0e0739675f5717015ffb4d861c53af8fe60" - integrity sha512-a5ORYuPsiAO4Kb2blA/x63mDiBQBxEJkbjhVtiv5IP/I7fGfpwXPPGHx9LHD4MedpXp8icngJYMKO0hOwahtmQ== +"@vitejs/plugin-vue@^1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.1.4.tgz#1dd388519b75439b7733601b55238ca691864796" + integrity sha512-cUDILd++9jdhdjpuhgJofQqOabOKe+kTWTE2HQY2PBHEUO2fgwTurLE0cJg9UcIo1x4lHfsp+59S9TBCHgTZkw== "@vue/compiler-core@3.0.5": version "3.0.5"