Skip to content

Commit

Permalink
Bumped Angular versions and peerDependencies for Angular 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
wittlock committed Sep 3, 2019
1 parent 92a1d9f commit 678e2dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Angular
/compiled
*.metadata.json
*.ngsummary.json
package-lock.json

# Node
node_modules/*
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"@types/mousetrap": "^1.6.0"
},
"devDependencies": {
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/compiler-cli": "4.2.5",
"@angular/core": "4.2.5",
"@angular/common": "8.2.4",
"@angular/compiler": "8.2.4",
"@angular/compiler-cli": "8.2.4",
"@angular/core": "8.2.4",
"@types/core-js": "0.9.41",
"codelyzer": "~3.0.1",
"rxjs": "^5.5.0",
"tslint": "^3.15.1",
"typescript": "~2.3.3",
"zone.js": "^0.8.4"
"codelyzer": "^5.0.0",
"rxjs": "^6.5.2",
"tslint": "^5.0.0",
"typescript": "~3.5.3",
"zone.js": "^0.9.1"
},
"peerDependencies": {
"@angular/core": "^5.2.0 || ^6.0.0 || ^7.0.0",
"@angular/core": "^5.2.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"rxjs": "^5.5.0 || ^6.0.0"
},
"engines": {
Expand Down

0 comments on commit 678e2dd

Please sign in to comment.