Skip to content

Commit d074901

Browse files
committed
chor: update dependencies in demo as well
1 parent 1a43da9 commit d074901

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

demo/package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demo",
88
"tns-android": {
9-
"version": "4.1.3"
9+
"version": "4.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "4.1.0"
12+
"version": "4.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -21,18 +21,14 @@
2121
},
2222
"dependencies": {
2323
"nativescript-camera": "../src",
24-
"tns-core-modules": "^4.1.0"
24+
"tns-core-modules": "^4.2.0"
2525
},
2626
"devDependencies": {
27-
"babel-traverse": "6.26.0",
28-
"babel-types": "6.26.0",
29-
"babylon": "6.18.0",
30-
"lazy": "1.0.11",
3127
"nativescript-css-loader": "~0.26.1",
3228
"nativescript-dev-appium": "3.2.0",
33-
"nativescript-dev-typescript": "^0.7.1",
34-
"nativescript-dev-webpack": "~0.14.0",
35-
"tslint": "^5.0.0",
36-
"typescript": "~2.7.2"
29+
"nativescript-dev-typescript": "^0.7.2",
30+
"nativescript-dev-webpack": "~0.15.1",
31+
"tslint": "^5.11.0",
32+
"typescript": "~2.8.2"
3733
}
3834
}

0 commit comments

Comments
 (0)