Skip to content

Commit 504270d

Browse files
authored
Merge pull request #137 from NativeScript/lini/update-5-1
chor: update dependencies for 5.1 release
2 parents 1b3edb0 + 5b482ba commit 504270d

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

demo-angular/package.json

Lines changed: 12 additions & 12 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.0.0"
7+
"version": "5.1.0"
88
},
99
"tns-android": {
10-
"version": "5.0.0"
10+
"version": "5.1.0"
1111
}
1212
},
1313
"dependencies": {
14-
"@angular/common": "~7.0.0",
15-
"@angular/compiler": "~7.0.0",
16-
"@angular/core": "~7.0.0",
17-
"@angular/forms": "~7.0.0",
18-
"@angular/http": "~7.0.0",
19-
"@angular/platform-browser": "~7.0.0",
20-
"@angular/platform-browser-dynamic": "~7.0.0",
21-
"@angular/router": "~7.0.0",
22-
"nativescript-angular": "~7.0.0",
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",
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.0.0",
27+
"tns-core-modules": "^5.1.0",
2828
"zone.js": "^0.8.4"
2929
},
3030
"devDependencies": {

demo/package.json

Lines changed: 3 additions & 3 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.0.0"
5+
"version": "5.1.0"
66
},
77
"tns-ios": {
8-
"version": "5.0.0"
8+
"version": "5.1.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.0.0"
15+
"tns-core-modules": "^5.1.0"
1616
},
1717
"devDependencies": {
1818
"chai": "~4.1.2",

src/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4242
"readmeFilename": "README.md",
4343
"devDependencies": {
44-
"tns-core-modules": "^5.0.0",
45-
"tns-platform-declarations": "^5.0.0",
44+
"tns-core-modules": "^5.1.0",
45+
"tns-platform-declarations": "^5.1.0",
4646
"typescript": "~3.1.6",
47-
"nativescript-angular": "~7.0.0",
48-
"@angular/core": "~7.0.0",
49-
"@angular/common": "~7.0.0",
50-
"@angular/compiler": "~7.0.0",
51-
"@angular/compiler-cli": "~7.0.0",
47+
"nativescript-angular": "~7.1.0",
48+
"@angular/core": "~7.1.0",
49+
"@angular/common": "~7.1.0",
50+
"@angular/compiler": "~7.1.0",
51+
"@angular/compiler-cli": "~7.1.0",
5252
"rxjs": "^6.3.3",
5353
"zone.js": "~0.8.26",
5454
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)