Skip to content

Commit 459acd0

Browse files
Merge pull request #162 from NativeScript/hristova/update-to-5.2
chore: update dependencies for 5.2.0
2 parents 82026df + 24a100e commit 459acd0

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

demo-angular/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
"nativescript": {
55
"id": "org.nativescript.demoangular",
66
"tns-ios": {
7-
"version": "5.1.0"
7+
"version": "5.2.0"
88
},
99
"tns-android": {
10-
"version": "5.1.0"
10+
"version": "5.2.0"
1111
}
1212
},
1313
"dependencies": {
14-
"@angular/common": "~7.1.0",
15-
"@angular/compiler": "~7.1.0",
16-
"@angular/core": "~7.1.0",
17-
"@angular/forms": "~7.1.0",
18-
"@angular/http": "~7.1.0",
19-
"@angular/platform-browser": "~7.1.0",
20-
"@angular/platform-browser-dynamic": "~7.1.0",
21-
"@angular/router": "~7.1.0",
22-
"nativescript-angular": "~7.1.0",
14+
"@angular/common": "~7.2.0",
15+
"@angular/compiler": "~7.2.0",
16+
"@angular/core": "~7.2.0",
17+
"@angular/forms": "~7.2.0",
18+
"@angular/http": "~7.2.0",
19+
"@angular/platform-browser": "~7.2.0",
20+
"@angular/platform-browser-dynamic": "~7.2.0",
21+
"@angular/router": "~7.2.0",
22+
"nativescript-angular": "~7.2.1",
2323
"nativescript-facebook": "../src",
2424
"nativescript-theme-core": "^1.0.4",
2525
"nativescript-unit-test-runner": "^0.3.4",
2626
"rxjs": "^6.3.3",
27-
"tns-core-modules": "^5.1.0",
27+
"tns-core-modules": "^5.2.0",
2828
"zone.js": "^0.8.4"
2929
},
3030
"devDependencies": {
@@ -33,8 +33,8 @@
3333
"karma-jasmine": "^1.0.2",
3434
"karma-nativescript-launcher": "^0.4.0",
3535
"nativescript-css-loader": "~0.26.0",
36-
"nativescript-dev-typescript": "~0.7.0",
37-
"nativescript-dev-webpack": "~0.18.0",
36+
"nativescript-dev-typescript": "~0.8.0",
37+
"nativescript-dev-webpack": "~0.20.0",
3838
"tslint": "~5.11.0"
3939
},
4040
"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": "5.1.0"
5+
"version": "5.2.0"
66
},
77
"tns-ios": {
8-
"version": "5.1.0"
8+
"version": "5.2.0"
99
}
1010
},
1111
"description": "NativeScript Application",
@@ -15,7 +15,7 @@
1515
"nativescript-facebook": "../src",
1616
"nativescript-theme-core": "~1.0.4",
1717
"nativescript-vue": "~2.0.0",
18-
"tns-core-modules": "~5.1.0"
18+
"tns-core-modules": "~5.2.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "~7.1.0",
@@ -30,8 +30,8 @@
3030
"karma-nativescript-launcher": "^0.4.0",
3131
"mocha": "~5.2.0",
3232
"nativescript-dev-appium": "^4.0.9",
33-
"nativescript-dev-typescript": "~0.7.0",
34-
"nativescript-dev-webpack": "~0.19.0",
33+
"nativescript-dev-typescript": "~0.8.0",
34+
"nativescript-dev-webpack": "~0.20.0",
3535
"nativescript-vue-template-compiler": "~2.0.2",
3636
"node-sass": "~4.9.0",
3737
"vue-loader": "~15.4.2"

demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "5.1.0"
5+
"version": "5.2.0"
66
},
77
"tns-ios": {
8-
"version": "5.1.0"
8+
"version": "5.2.0"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-facebook": "../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "^5.1.0"
15+
"tns-core-modules": "^5.2.0"
1616
},
1717
"devDependencies": {
1818
"chai": "~4.1.2",
@@ -24,8 +24,8 @@
2424
"mocha": "~5.2.0",
2525
"nativescript-css-loader": "~0.26.1",
2626
"nativescript-dev-appium": "4.0.9",
27-
"nativescript-dev-typescript": "~0.7.0",
28-
"nativescript-dev-webpack": "~0.18.0",
27+
"nativescript-dev-typescript": "~0.8.0",
28+
"nativescript-dev-webpack": "~0.20.0",
2929
"tslint": "~5.11.0",
3030
"wd": "~1.7.0",
3131
"@types/chai": "^4.1.3",

src/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4444
"readmeFilename": "README.md",
4545
"devDependencies": {
46-
"tns-core-modules": "^5.1.0",
47-
"tns-platform-declarations": "^5.1.0",
46+
"tns-core-modules": "^5.2.0",
47+
"tns-platform-declarations": "^5.2.0",
4848
"typescript": "~3.1.6",
49-
"nativescript-angular": "~7.1.0",
49+
"nativescript-angular": "~7.2.1",
5050
"nativescript-vue": "~2.0.2",
51-
"@angular/core": "~7.1.0",
52-
"@angular/common": "~7.1.0",
53-
"@angular/compiler": "~7.1.0",
54-
"@angular/compiler-cli": "~7.1.0",
51+
"@angular/core": "~7.2.0",
52+
"@angular/common": "~7.2.0",
53+
"@angular/compiler": "~7.2.0",
54+
"@angular/compiler-cli": "~7.2.0",
5555
"rxjs": "^6.3.3",
5656
"zone.js": "~0.8.26",
5757
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)