From c359a38db0fbb4135fc97114baec3cd557d4123a Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 2 Jun 2019 14:43:57 +0800 Subject: [PATCH] chore: update @vue/component-compiler-utils to v3 It's a rather small change that does not affect vue-loader. Updated to accommodate future bug fixes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e202dddc..55f021e3c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "webpack": "^4.1.0 || ^5.0.0-0" }, "dependencies": { - "@vue/component-compiler-utils": "^2.5.1", + "@vue/component-compiler-utils": "^3.0.0", "hash-sum": "^1.0.2", "loader-utils": "^1.1.0", "vue-hot-reload-api": "^2.3.0",