Skip to content

Commit e5ce864

Browse files
authored
Merge pull request #182 from NativeScript/hristova/update-to-5.3
chore: update dependencies for 5.3
2 parents a36ef15 + 752df66 commit e5ce864

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

demo-angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"nativescript": {
55
"id": "org.nativescript.demoangular",
66
"tns-ios": {
7-
"version": "5.2.0"
7+
"version": "5.3.0"
88
},
99
"tns-android": {
10-
"version": "5.2.0"
10+
"version": "5.3.0"
1111
}
1212
},
1313
"dependencies": {
@@ -19,12 +19,12 @@
1919
"@angular/platform-browser": "~7.2.0",
2020
"@angular/platform-browser-dynamic": "~7.2.0",
2121
"@angular/router": "~7.2.0",
22-
"nativescript-angular": "~7.2.1",
22+
"nativescript-angular": "~7.2.0",
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.2.0",
27+
"tns-core-modules": "^5.0.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.8.0",
37-
"nativescript-dev-webpack": "~0.20.0",
36+
"nativescript-dev-typescript": "~0.9.0",
37+
"nativescript-dev-webpack": "~0.21.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.2.0"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.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.2.0"
18+
"tns-core-modules": "^5.0.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "~7.1.0",
@@ -33,8 +33,8 @@
3333
"mocha-multi": "^1.0.1",
3434
"mochawesome": "^3.1.1",
3535
"nativescript-dev-appium": "5.0.0",
36-
"nativescript-dev-typescript": "~0.8.0",
37-
"nativescript-dev-webpack": "~0.20.0",
36+
"nativescript-dev-typescript": "~0.9.0",
37+
"nativescript-dev-webpack": "~0.21.0",
3838
"nativescript-vue-template-compiler": "^2.0.2",
3939
"node-sass": "~4.9.0",
4040
"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.2.0"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.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.2.0"
15+
"tns-core-modules": "^5.0.0"
1616
},
1717
"devDependencies": {
1818
"chai": "~4.1.2",
@@ -27,8 +27,8 @@
2727
"mochawesome": "^3.1.1",
2828
"nativescript-css-loader": "~0.26.1",
2929
"nativescript-dev-appium": "5.0.0",
30-
"nativescript-dev-typescript": "~0.8.0",
31-
"nativescript-dev-webpack": "~0.20.0",
30+
"nativescript-dev-typescript": "~0.9.0",
31+
"nativescript-dev-webpack": "~0.21.0",
3232
"tslint": "~5.11.0",
3333
"wd": "~1.7.0",
3434
"@types/chai": "^4.1.3",

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4444
"readmeFilename": "README.md",
4545
"devDependencies": {
46-
"tns-core-modules": "^5.2.0",
47-
"tns-platform-declarations": "^5.2.0",
46+
"tns-core-modules": "^5.0.0",
47+
"tns-platform-declarations": "^5.0.0",
4848
"typescript": "~3.1.6",
49-
"nativescript-angular": "~7.2.1",
49+
"nativescript-angular": "~7.2.0",
5050
"nativescript-vue": "^2.0.2",
5151
"@angular/core": "~7.2.0",
5252
"@angular/common": "~7.2.0",

0 commit comments

Comments
 (0)