Skip to content

Commit

Permalink
chore(): Support Angular 7 without peer dependency warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Oct 19, 2018
1 parent db31f31 commit ed92c45
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 77 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/angular/angularfire2#readme",
"dependencies": {
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/common": ">=6.0.0 <8",
"@angular/compiler": ">=6.0.0 <8",
"@angular/core": ">=6.0.0 <8",
"@angular/platform-browser": ">=6.0.0 <8",
"@angular/platform-browser-dynamic": ">=6.0.0 <8",
"firebase": "^5.5.0",
"rxjs": "^6.0.0",
"ws": "^3.3.2",
Expand All @@ -46,8 +46,9 @@
"utf-8-validate": "~4.0.0"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@angular/compiler-cli": ">=6.0.0 <8",
"@angular/platform-server": ">=6.0.0 <8",
"@angular/animations": ">=6.0.0 <8",
"@types/jasmine": "^2.5.36",
"@types/request": "0.0.30",
"concurrently": "^2.2.0",
Expand Down Expand Up @@ -82,7 +83,7 @@
"systemjs": "^0.19.16",
"systemjs-builder": "^0.15.7",
"traceur": "0.0.96",
"typescript": ">=2.7.2 <2.8.0"
"typescript": ">=2.7.2 <2.8.0, >=3.1.1 <3.2"
},
"typings": "index.d.ts"
}
Loading

0 comments on commit ed92c45

Please sign in to comment.