Skip to content

Commit

Permalink
build: update packages (#592)
Browse files Browse the repository at this point in the history
* build: update @nrwl/angular @nrwl/workspace

* build: update angular

* build: update fontawesome

* build: update firebase

* style: format
  • Loading branch information
TwoDCube authored Aug 21, 2019
1 parent 8a244bc commit 86e1604
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 271 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@
"private": true,
"dependencies": {
"@angular-mdc/web": "2.0.1",
"@angular/animations": "8.2.0",
"@angular/common": "8.2.0",
"@angular/compiler": "8.2.0",
"@angular/core": "8.2.0",
"@angular/animations": "8.2.2",
"@angular/common": "8.2.2",
"@angular/compiler": "8.2.2",
"@angular/core": "8.2.2",
"@angular/fire": "5.2.1",
"@angular/forms": "8.2.0",
"@angular/platform-browser": "8.2.0",
"@angular/platform-browser-dynamic": "8.2.0",
"@angular/router": "8.2.0",
"@angular/service-worker": "8.2.0",
"@fortawesome/angular-fontawesome": "0.4.0",
"@fortawesome/fontawesome-svg-core": "1.2.20",
"@fortawesome/free-brands-svg-icons": "5.10.0",
"@fortawesome/free-solid-svg-icons": "5.10.0",
"@angular/forms": "8.2.2",
"@angular/platform-browser": "8.2.2",
"@angular/platform-browser-dynamic": "8.2.2",
"@angular/router": "8.2.2",
"@angular/service-worker": "8.2.2",
"@fortawesome/angular-fontawesome": "0.5.0",
"@fortawesome/fontawesome-svg-core": "1.2.21",
"@fortawesome/free-brands-svg-icons": "5.10.1",
"@fortawesome/free-solid-svg-icons": "5.10.1",
"@ngrx/effects": "8.2.0",
"@ngrx/entity": "8.2.0",
"@ngrx/router-store": "8.2.0",
"@ngrx/store": "8.2.0",
"@ngx-loading-bar/core": "4.2.0",
"@ngx-loading-bar/http-client": "4.2.0",
"@ngx-loading-bar/router": "4.2.0",
"@nrwl/angular": "8.4.3",
"@nrwl/angular": "8.4.12",
"core-js": "2.6.9",
"date-fns": "1.30.1",
"firebase": "6.3.3",
"firebase": "6.4.0",
"hammerjs": "2.0.8",
"parse-color": "1.0.0",
"rxjs": "6.5.2",
Expand All @@ -67,13 +67,13 @@
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.802.0",
"@angular/cli": "8.2.0",
"@angular/compiler-cli": "8.2.0",
"@angular/language-service": "8.2.0",
"@angular-devkit/build-angular": "0.802.2",
"@angular/cli": "8.2.2",
"@angular/compiler-cli": "8.2.2",
"@angular/language-service": "8.2.2",
"@ngrx/schematics": "8.2.0",
"@ngrx/store-devtools": "8.2.0",
"@nrwl/workspace": "8.4.3",
"@nrwl/workspace": "8.4.12",
"@types/jasmine": "2.8.16",
"@types/jasminewd2": "2.0.6",
"@types/node": "12.6.8",
Expand Down
Loading

0 comments on commit 86e1604

Please sign in to comment.