Skip to content

Commit 112fcdd

Browse files
Merge pull request #182 from NativeScript/dtodorov/update-vue
Update vue deps in demo-vue
2 parents 867430f + 974547c commit 112fcdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"nativescript-camera": "../src",
1717
"nativescript-theme-core": "~1.0.4",
18-
"nativescript-vue": "~2.0.0",
18+
"nativescript-vue": "^2.0.0",
1919
"tns-core-modules": "~5.2.0"
2020
},
2121
"devDependencies": {
@@ -32,7 +32,7 @@
3232
"nativescript-dev-appium": "4.0.9",
3333
"nativescript-dev-typescript": "~0.8.0",
3434
"nativescript-dev-webpack": "~0.20.0",
35-
"nativescript-vue-template-compiler": "~2.0.0",
35+
"nativescript-vue-template-compiler": "^2.0.0",
3636
"node-sass": "~4.9.0",
3737
"tslint": "~5.12.1",
3838
"vue-loader": "~15.4.0"

0 commit comments

Comments
 (0)