Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v12.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 12, 2021
1 parent bf0ac1f commit 818efd4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"author": "pubkey",
"license": "MIT",
"dependencies": {
"@angular/animations": "12.2.10",
"@angular/animations": "12.2.13",
"@angular/cdk": "12.2.12",
"@angular/common": "12.2.10",
"@angular/compiler": "12.2.10",
"@angular/core": "12.2.10",
"@angular/forms": "12.2.10",
"@angular/common": "12.2.13",
"@angular/compiler": "12.2.13",
"@angular/core": "12.2.13",
"@angular/forms": "12.2.13",
"@angular/material": "12.2.12",
"@angular/platform-browser": "12.2.10",
"@angular/platform-browser-dynamic": "12.2.10",
"@angular/platform-server": "12.2.10",
"@angular/platform-browser": "12.2.13",
"@angular/platform-browser-dynamic": "12.2.13",
"@angular/platform-server": "12.2.13",
"@angular/pwa": "12.2.13",
"@angular/router": "12.2.10",
"@angular/service-worker": "12.2.10",
"@angular/router": "12.2.13",
"@angular/service-worker": "12.2.13",
"@nguniversal/express-engine": "12.1.3",
"assert": "2.0.0",
"express": "4.17.1",
Expand All @@ -64,8 +64,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "12.2.13",
"@angular/cli": "12.2.13",
"@angular/compiler-cli": "12.2.10",
"@angular/language-service": "12.2.10",
"@angular/compiler-cli": "12.2.13",
"@angular/language-service": "12.2.13",
"@nguniversal/builders": "12.1.3",
"@types/express": "4.17.13",
"@types/mocha": "8.2.3",
Expand Down

0 comments on commit 818efd4

Please sign in to comment.