Skip to content

Commit bfe1685

Browse files
author
Elena Hristova
committed
chore: update to 6.2
1 parent 7a69d5a commit bfe1685

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.demoangular",
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": {
@@ -25,7 +25,7 @@
2525
"@angular/platform-browser": "~8.2.0",
2626
"@angular/platform-browser-dynamic": "~8.2.0",
2727
"@angular/router": "~8.2.0",
28-
"nativescript-angular": "~8.2.0",
28+
"nativescript-angular": "~8.20.0",
2929
"nativescript-background-http": "../src",
3030
"nativescript-theme-core": "~1.0.4",
3131
"reflect-metadata": "~0.1.10",
@@ -34,9 +34,9 @@
3434
"zone.js": "^0.9.1"
3535
},
3636
"devDependencies": {
37-
"nativescript-dev-webpack": "^1.0.0",
37+
"nativescript-dev-webpack": "^1.3.0",
3838
"tslint": "~5.11.0",
3939
"tns-platform-declarations": "^6.0.0",
4040
"typescript": "~3.5.3"
4141
}
42-
}
42+
}

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
"description": "NativeScript Application",
@@ -24,11 +24,11 @@
2424
"@babel/core": "~7.1.0",
2525
"@babel/preset-env": "~7.1.0",
2626
"babel-loader": "~8.0.0",
27-
"nativescript-dev-webpack": "^1.0.0",
27+
"nativescript-dev-webpack": "^1.3.0",
2828
"nativescript-vue-template-compiler": "~2.4.0",
2929
"node-sass": "~4.12.0",
3030
"ts-loader": "^5.3.1",
3131
"vue-loader": "~15.4.0",
32-
"typescript": "~3.4.5"
32+
"typescript": "~3.5.3"
3333
}
3434
}

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": {
@@ -22,9 +22,9 @@
2222
"tns-core-modules": "^6.0.0"
2323
},
2424
"devDependencies": {
25-
"nativescript-dev-webpack": "^1.0.0",
25+
"nativescript-dev-webpack": "^1.3.0",
2626
"tslint": "~5.11.0",
2727
"tns-platform-declarations": "^6.0.0",
28-
"typescript": "~3.4.5"
28+
"typescript": "~3.5.3"
2929
}
3030
}

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"tns-core-modules": "^6.0.0",
5353
"tns-platform-declarations": "^6.0.0",
54-
"typescript": "~3.1.6",
54+
"typescript": "~3.5.3",
5555
"rimraf": "~2.6.2",
5656
"semver": "~5.6.0",
5757
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)