Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 4, 2020
1 parent 1bf9830 commit 905fca3
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 76 deletions.
217 changes: 150 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"url": "https://github.com/fivethree-team/ngxs-ionic-router-plugin/issues"
},
"dependencies": {
"@angular/common": "8.2.14",
"@angular/core": "8.2.14",
"@angular/forms": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"@angular/common": "9.0.5",
"@angular/core": "9.0.5",
"@angular/forms": "9.0.5",
"@angular/platform-browser": "9.0.5",
"@angular/platform-browser-dynamic": "9.0.5",
"@angular/router": "9.0.5",
"@ionic-native/core": "5.19.1",
"@ionic-native/splash-screen": "5.19.1",
"@ionic-native/status-bar": "5.19.1",
Expand All @@ -48,9 +48,9 @@
"@angular-devkit/core": "8.3.23",
"@angular-devkit/schematics": "8.3.23",
"@angular/cli": "8.3.23",
"@angular/compiler": "8.2.14",
"@angular/compiler-cli": "8.2.14",
"@angular/language-service": "8.2.14",
"@angular/compiler": "9.0.5",
"@angular/compiler-cli": "9.0.5",
"@angular/language-service": "9.0.5",
"@ionic/angular-toolkit": "2.1.2",
"@ngxs/devtools-plugin": "3.6.1",
"@types/jasmine": "3.3.15",
Expand Down

0 comments on commit 905fca3

Please sign in to comment.