From 867428f6b2805f01a0aff632b2c3a8ca5c1b59f0 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 20 Sep 2020 10:33:11 +0200 Subject: [PATCH] chore: mark Vue 3 as peer dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 480cdd9c..cec87d0c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ } ], "peerDependencies": { - "vue": "^3.0.0-rc.9" + "vue": "^3.0.0" }, "vetur": { "tags": "vetur/tags.json", -- 2.47.3