Skip to content

Commit dfd7d8c

Browse files
authored
Merge pull request #210 from NativeScript/hristova/update-dependencies
chore: update dependencies for 6.1
2 parents e4da39a + e6a9d7c commit dfd7d8c

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

demo-angular/package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,33 @@
44
"nativescript": {
55
"id": "org.nativescript.demoangular",
66
"tns-ios": {
7-
"version": "6.0.1"
7+
"version": "6.1.0"
88
},
99
"tns-android": {
10-
"version": "6.0.0"
10+
"version": "6.1.0"
1111
}
1212
},
1313
"dependencies": {
14-
"@angular/common": "~8.0.0",
15-
"@angular/compiler": "~8.0.0",
16-
"@angular/core": "~8.0.0",
17-
"@angular/forms": "~8.0.0",
18-
"@angular/http": "8.0.0-beta.10",
19-
"@angular/platform-browser": "~8.0.0",
20-
"@angular/platform-browser-dynamic": "~8.0.0",
21-
"@angular/router": "~8.0.0",
22-
"nativescript-angular": "~8.0.0",
14+
"@angular/common": "~8.2.0",
15+
"@angular/compiler": "~8.2.0",
16+
"@angular/core": "~8.2.0",
17+
"@angular/forms": "~8.2.0",
18+
"@angular/platform-browser": "~8.2.0",
19+
"@angular/platform-browser-dynamic": "~8.2.0",
20+
"@angular/router": "~8.2.0",
21+
"nativescript-angular": "~8.2.0",
2322
"nativescript-facebook": "../src",
2423
"nativescript-theme-core": "^1.0.4",
2524
"nativescript-unit-test-runner": "0.7.0",
26-
"rxjs": "^6.3.3",
25+
"rxjs": "^6.4.0",
2726
"tns-core-modules": "^6.0.0",
2827
"zone.js": "^0.9.1"
2928
},
3029
"devDependencies": {
3130
"nativescript-css-loader": "~0.26.0",
32-
"nativescript-dev-webpack": "~1.0.1",
31+
"nativescript-dev-webpack": "^1.0.0",
3332
"tslint": "~5.11.0",
34-
"typescript": "~3.4.5",
33+
"typescript": "~3.5.3",
3534
"karma-webpack": "3.0.5"
3635
},
3736
"scripts": {

demo-vue/package.json

Lines changed: 5 additions & 5 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.0.0"
5+
"version": "6.1.0"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.1.0"
99
}
1010
},
1111
"description": "NativeScript Application",
@@ -14,15 +14,15 @@
1414
"dependencies": {
1515
"nativescript-facebook": "../src",
1616
"nativescript-theme-core": "~1.0.4",
17-
"nativescript-vue": "~2.3.0",
17+
"nativescript-vue": "~2.4.0",
1818
"tns-core-modules": "^6.0.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "~7.1.0",
2222
"@babel/preset-env": "~7.1.0",
2323
"babel-loader": "~8.0.0",
24-
"nativescript-dev-webpack": "~1.0.1",
25-
"nativescript-vue-template-compiler": "~2.3.0",
24+
"nativescript-dev-webpack": "^1.0.0",
25+
"nativescript-vue-template-compiler": "~2.4.0",
2626
"node-sass": "~4.12.0",
2727
"vue-loader": "~15.4.2",
2828
"typescript": "~3.4.5"

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "6.0.0"
5+
"version": "6.1.0"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.1.0"
99
}
1010
},
1111
"dependencies": {
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"nativescript-css-loader": "~0.26.1",
19-
"nativescript-dev-webpack": "~1.0.1",
19+
"nativescript-dev-webpack": "^1.0.0",
2020
"tslint": "~5.11.0",
2121
"typescript": "~3.4.5",
2222
"karma-webpack": "3.0.5"

0 commit comments

Comments
 (0)