From 2d27e64fe10dfe20f12287bdd7a74ea95f9b7c4b Mon Sep 17 00:00:00 2001 From: Glandos Date: Tue, 19 Jul 2022 13:56:13 +0200 Subject: [PATCH] Update vue to allow 2.7 In some projects this result in a mess with 2.6 and 2.7. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ed3f23..bc3a194 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "codecov": "3.7.1" }, "dependencies": { - "vue": "2.6.11", + "vue": "^2.6.11", "es6-object-assign": "1.1.0" }, "typings": "dist/lib/types/index.d.ts"