Skip to content

Commit

Permalink
chore: bump Angular versions to 5.2.0 (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 committed Jan 15, 2018
1 parent b97b8bb commit faa6900
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions nativescript-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,30 @@
"reflect-metadata": "^0.1.8"
},
"peerDependencies": {
"@angular/platform-browser-dynamic": "~5.1.0",
"@angular/common": "~5.1.0",
"@angular/compiler": "~5.1.0",
"@angular/core": "~5.1.0",
"@angular/forms": "~5.1.0",
"@angular/http": "~5.1.0",
"@angular/platform-browser": "~5.1.0",
"@angular/router": "~5.1.0",
"@angular/platform-browser-dynamic": "~5.2.0",
"@angular/common": "~5.2.0",
"@angular/compiler": "~5.2.0",
"@angular/core": "~5.2.0",
"@angular/forms": "~5.2.0",
"@angular/http": "~5.2.0",
"@angular/platform-browser": "~5.2.0",
"@angular/router": "~5.2.0",
"rxjs": "^5.5.0",
"tns-core-modules": "^3.1.0 || >3.4.0-",
"zone.js": "^0.8.4",
"typescript": "~2.4.2"
},
"devDependencies": {
"@angular/platform-browser-dynamic": "~5.1.0",
"@angular/animations": "~5.1.0",
"@angular/common": "~5.1.0",
"@angular/compiler": "~5.1.0",
"@angular/compiler-cli": "~5.1.0",
"@angular/core": "~5.1.0",
"@angular/forms": "~5.1.0",
"@angular/http": "~5.1.0",
"@angular/platform-browser": "~5.1.0",
"@angular/router": "~5.1.0",
"@angular/platform-browser-dynamic": "~5.2.0",
"@angular/animations": "~5.2.0",
"@angular/common": "~5.2.0",
"@angular/compiler": "~5.2.0",
"@angular/compiler-cli": "~5.2.0",
"@angular/core": "~5.2.0",
"@angular/forms": "~5.2.0",
"@angular/http": "~5.2.0",
"@angular/platform-browser": "~5.2.0",
"@angular/router": "~5.2.0",
"codelyzer": "^4.0.0",
"rxjs": "^5.5.0",
"tns-core-modules": "next",
Expand Down

0 comments on commit faa6900

Please sign in to comment.