Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent 7a51e8f commit 75d4026
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 125 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/animations": "^15.0.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular/service-worker": "^14.2.12",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.1",
"webpack": "^5.75.0",
Expand All @@ -37,7 +37,7 @@
"@angular-eslint/schematics": "~14.4.0",
"@angular-eslint/template-parser": "~14.4.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^14.2.12",
"@angular/compiler-cli": "^15.0.0",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "~5.47.0",
Expand Down
Loading

0 comments on commit 75d4026

Please sign in to comment.