Skip to content

Commit 30ca56a

Browse files
author
Elena Hristova
committed
chore: update to 6.2
1 parent 0ea2f58 commit 30ca56a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

demo-angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demo.angular",
88
"tns-android": {
9-
"version": "6.1.0"
9+
"version": "6.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "6.1.0"
12+
"version": "6.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -27,7 +27,7 @@
2727
"@angular/platform-browser": "~8.2.0",
2828
"@angular/platform-browser-dynamic": "~8.2.0",
2929
"@angular/router": "~8.2.0",
30-
"nativescript-angular": "~8.2.0",
30+
"nativescript-angular": "~8.20.0",
3131
"nativescript-camera": "../src",
3232
"nativescript-theme-core": "^1.0.4",
3333
"rxjs": "^6.4.0",
@@ -38,9 +38,9 @@
3838
"@angular/compiler-cli": "~8.2.0",
3939
"@ngtools/webpack": "~8.2.0",
4040
"nativescript-css-loader": "~0.26.0",
41-
"nativescript-dev-webpack": "^1.0.0",
41+
"nativescript-dev-webpack": "^1.3.0",
4242
"tns-platform-declarations": "^6.0.0",
4343
"tslint": "~5.11.0",
4444
"typescript": "~3.5.3"
4545
}
46-
}
46+
}

demo-vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demovue",
44
"tns-android": {
5-
"version": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"scripts": {
@@ -22,11 +22,11 @@
2222
"@babel/preset-env": "~7.1.0",
2323
"@types/node": "~10.12.18",
2424
"babel-loader": "~8.0.0",
25-
"nativescript-dev-webpack": "^1.0.0",
25+
"nativescript-dev-webpack": "^1.3.0",
2626
"nativescript-vue-template-compiler": "~2.4.0",
2727
"node-sass": "~4.12.0",
2828
"tslint": "~5.12.1",
2929
"vue-loader": "~15.4.0",
30-
"typescript": "~3.4.5"
30+
"typescript": "~3.5.3"
3131
}
3232
}

demo/package.json

Lines changed: 4 additions & 4 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": "6.1.0"
9+
"version": "6.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "6.1.0"
12+
"version": "6.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -26,9 +26,9 @@
2626
"devDependencies": {
2727
"@types/node": "~10.12.18",
2828
"nativescript-css-loader": "~0.26.1",
29-
"nativescript-dev-webpack": "^1.0.0",
29+
"nativescript-dev-webpack": "^1.3.0",
3030
"tns-platform-declarations": "^6.0.0",
3131
"tslint": "~5.11.0",
32-
"typescript": "~3.4.5"
32+
"typescript": "~3.5.3"
3333
}
3434
}

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"nativescript-permissions": "~1.3.0"
4747
},
4848
"devDependencies": {
49-
"tns-core-modules": "^5.0.0",
50-
"tns-platform-declarations": "^5.0.0",
51-
"typescript": "~3.1.6",
49+
"tns-core-modules": "^6.0.0",
50+
"tns-platform-declarations": "^6.0.0",
51+
"typescript": "~3.5.3",
5252
"prompt": "^1.0.0",
5353
"rimraf": "^2.6.2",
5454
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)