Skip to content

Commit

Permalink
fix(deps): update angular monorepo (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 8, 2020
1 parent f1c8c3d commit a96dcc7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
76 changes: 43 additions & 33 deletions examples/ng9/package-lock.json

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

22 changes: 11 additions & 11 deletions examples/ng9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "10.1.3",
"@angular/animations": "10.2.2",
"@angular/cdk": "10.2.2",
"@angular/common": "10.1.2",
"@angular/compiler": "10.1.3",
"@angular/core": "10.1.3",
"@angular/forms": "10.1.3",
"@angular/common": "10.2.2",
"@angular/compiler": "10.2.2",
"@angular/core": "10.2.2",
"@angular/forms": "10.2.2",
"@angular/material": "9.2.4",
"@angular/platform-browser": "10.1.3",
"@angular/platform-browser-dynamic": "10.1.3",
"@angular/router": "10.1.2",
"@angular/platform-browser": "10.2.2",
"@angular/platform-browser-dynamic": "10.2.2",
"@angular/router": "10.2.2",
"core-js": "3.6.5",
"primeng": "10.0.3",
"rxjs": "6.4.0",
"tslib": "1.13.0",
"zone.js": "0.10.3"
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1002.0",
"@angular/cli": "10.2.0",
"@angular/compiler-cli": "10.1.3",
"@angular/language-service": "10.1.3",
"@angular/compiler-cli": "10.2.2",
"@angular/language-service": "10.2.2",
"@cypress/webpack-preprocessor": "5.4.10",
"@types/node": "8.9.5",
"@types/cypress-image-snapshot": "3.1.2",
Expand Down

0 comments on commit a96dcc7

Please sign in to comment.