Skip to content

Commit 141d456

Browse files
Merge pull request #259 from NativeScript/dtodorov/update-vue-demo
Update vue deps in demo-vue
2 parents 6dc6a3f + 606d0d3 commit 141d456

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
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"nativescript-imagepicker": "../src",
1313
"nativescript-theme-core": "~1.0.4",
14-
"nativescript-vue": "~2.0.0",
14+
"nativescript-vue": "^2.0.0",
1515
"tns-core-modules": "^5.2.0"
1616
},
1717
"devDependencies": {
@@ -30,7 +30,7 @@
3030
"nativescript-dev-appium": "^4.0.9",
3131
"nativescript-dev-webpack": "~0.20.0",
3232
"nativescript-dev-typescript": "~0.8.0",
33-
"nativescript-vue-template-compiler": "~2.0.0",
33+
"nativescript-vue-template-compiler": "^2.0.0",
3434
"node-sass": "~4.9.0",
3535
"vue-loader": "~15.4.0"
3636
},

0 commit comments

Comments
 (0)