Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d47e803

Browse files
committedDec 6, 2018
chore: bump to angular 7.1.0
1 parent c016568 commit d47e803

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
 

‎nativescript-angular/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"nativescript": {
1616
"platforms": {
17-
"android": "3.0.0",
18-
"ios": "3.0.0"
17+
"android": "5.0.0",
18+
"ios": "5.0.0"
1919
}
2020
},
2121
"keywords": [
@@ -44,31 +44,31 @@
4444
"reflect-metadata": "^0.1.8"
4545
},
4646
"peerDependencies": {
47-
"@angular/platform-browser-dynamic": "~7.0.0",
48-
"@angular/common": "~7.0.0",
49-
"@angular/compiler": "~7.0.0",
50-
"@angular/core": "~7.0.0",
51-
"@angular/forms": "~7.0.0",
52-
"@angular/http": "~7.0.0",
53-
"@angular/platform-browser": "~7.0.0",
54-
"@angular/router": "~7.0.0",
47+
"@angular/platform-browser-dynamic": "~7.1.0",
48+
"@angular/common": "~7.1.0",
49+
"@angular/compiler": "~7.1.0",
50+
"@angular/core": "~7.1.0",
51+
"@angular/forms": "~7.1.0",
52+
"@angular/http": "~7.1.0",
53+
"@angular/platform-browser": "~7.1.0",
54+
"@angular/router": "~7.1.0",
5555
"rxjs": "^6.3.3",
5656
"tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
5757
"zone.js": "^0.8.26",
5858
"typescript": "~3.1.1"
5959
},
6060
"devDependencies": {
61-
"@angular/animations": "~7.0.0",
62-
"@angular/common": "~7.0.0",
63-
"@angular/compiler": "~7.0.0",
64-
"@angular/compiler-cli": "~7.0.0",
65-
"@angular/core": "~7.0.0",
66-
"@angular/forms": "~7.0.0",
67-
"@angular/http": "~7.0.0",
68-
"@angular/platform-browser": "~7.0.0",
69-
"@angular/platform-browser-dynamic": "~7.0.0",
70-
"@angular/router": "~7.0.0",
71-
"codelyzer": "^4.3.0",
61+
"@angular/animations": "~7.1.0",
62+
"@angular/common": "~7.1.0",
63+
"@angular/compiler": "~7.1.0",
64+
"@angular/compiler-cli": "~7.1.0",
65+
"@angular/core": "~7.1.0",
66+
"@angular/forms": "~7.1.0",
67+
"@angular/http": "~7.1.0",
68+
"@angular/platform-browser": "~7.1.0",
69+
"@angular/platform-browser-dynamic": "~7.1.0",
70+
"@angular/router": "~7.1.0",
71+
"codelyzer": "^4.5.0",
7272
"rxjs": "~6.3.3",
7373
"tns-core-modules": "next",
7474
"tslint": "^5.5.0",

0 commit comments

Comments
 (0)
Please sign in to comment.