From 974547c3a04261c008a38cb516bfeb3332754bd0 Mon Sep 17 00:00:00 2001 From: Dimitar Todorov Date: Fri, 22 Mar 2019 13:56:04 +0200 Subject: [PATCH] Update vue deps in demo-vue --- demo-vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-vue/package.json b/demo-vue/package.json index fd9c61d..bd2940f 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -15,7 +15,7 @@ "dependencies": { "nativescript-camera": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.0.0", + "nativescript-vue": "^2.0.0", "tns-core-modules": "~5.2.0" }, "devDependencies": { @@ -32,7 +32,7 @@ "nativescript-dev-appium": "4.0.9", "nativescript-dev-typescript": "~0.8.0", "nativescript-dev-webpack": "~0.20.0", - "nativescript-vue-template-compiler": "~2.0.0", + "nativescript-vue-template-compiler": "^2.0.0", "node-sass": "~4.9.0", "tslint": "~5.12.1", "vue-loader": "~15.4.0"