Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
perf(package): update Angular 6.0.6 to 6.1.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The upgrade to Angular and RXJS 6 will require those upgrades by anyone using this lib.
  • Loading branch information
joshuawilson committed Jul 26, 2018
1 parent e049222 commit 7398a0d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
},
"dependencies": {},
"peerDependencies": {
"@angular/core": "^6.0.6",
"@angular/http": "^6.0.6"
"@angular/core": "^6.1.0",
"@angular/http": "^6.1.0"
},
"devDependencies": {
"@angular/animations": "6.0.6",
"@angular/common": "6.0.6",
"@angular/compiler": "6.0.6",
"@angular/compiler-cli": "6.0.6",
"@angular/core": "6.0.6",
"@angular/http": "6.0.6",
"@angular/platform-browser": "6.0.6",
"@angular/platform-browser-dynamic": "6.0.6",
"@angular/platform-server": "6.0.6",
"@angular/router": "6.0.6",
"@angular/animations": "6.1.0",
"@angular/common": "6.1.0",
"@angular/compiler": "6.1.0",
"@angular/compiler-cli": "6.1.0",
"@angular/core": "6.1.0",
"@angular/http": "6.1.0",
"@angular/platform-browser": "6.1.0",
"@angular/platform-browser-dynamic": "6.1.0",
"@angular/platform-server": "6.1.0",
"@angular/router": "6.1.0",
"@krux/condition-jenkins": "1.0.1",
"@ngtools/webpack": "6.0.8",
"@types/core-js": "2.5.0",
Expand Down

0 comments on commit 7398a0d

Please sign in to comment.