Skip to content

Commit

Permalink
Updated Angular dependencies to latest RC
Browse files Browse the repository at this point in the history
This also drops support for Angular < 8.0.0-rc.5.
  • Loading branch information
devoto13 committed May 28, 2019
1 parent 6ef1505 commit d51c7b4
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 103 deletions.
2 changes: 0 additions & 2 deletions browserslist
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ last 2 versions
Firefox ESR
not dead
# IE 9-11

Chrome 41 # Googlebot
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"homepage": "https://github.com/FortAwesome/angular-fontawesome",
"dependencies": {
"@angular/common": "~8.0.0-rc.2",
"@angular/compiler": "~8.0.0-rc.2",
"@angular/core": "~8.0.0-rc.2",
"@angular/platform-browser": "~8.0.0-rc.2",
"@angular/platform-browser-dynamic": "~8.0.0-rc.2",
"@angular/common": "~8.0.0-rc.5",
"@angular/compiler": "~8.0.0-rc.5",
"@angular/core": "~8.0.0-rc.5",
"@angular/platform-browser": "~8.0.0-rc.5",
"@angular/platform-browser-dynamic": "~8.0.0-rc.5",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-regular-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
Expand All @@ -55,10 +55,10 @@
"zone.js": "~0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.0-rc.2",
"@angular/cli": "~8.0.0-rc.2",
"@angular/compiler-cli": "~8.0.0-rc.2",
"@angular/language-service": "~8.0.0-rc.2",
"@angular-devkit/build-angular": "~0.800.0-rc.4",
"@angular/cli": "~8.0.0-rc.4",
"@angular/compiler-cli": "~8.0.0-rc.5",
"@angular/language-service": "~8.0.0-rc.5",
"@types/fs-extra": "^5.0.4",
"@types/jasmine": "~3.3.12",
"@types/node": "~11.13.9",
Expand Down Expand Up @@ -89,4 +89,4 @@
"icon",
"svg"
]
}
}
4 changes: 2 additions & 2 deletions src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
],
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0-rc.2",
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0-rc.2"
"@angular/common": "^8.0.0-rc.5",
"@angular/core": "^8.0.0-rc.5"
},
"ngPackage": {
"lib": {
Expand Down
Loading

0 comments on commit d51c7b4

Please sign in to comment.