Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 79a7907 commit 39069b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.11",
"@angular/common": "12.2.11",
"@angular/compiler": "12.2.11",
"@angular/core": "12.2.11",
"@angular/forms": "12.2.11",
"@angular/platform-browser": "12.2.11",
"@angular/platform-browser-dynamic": "12.2.11",
"@angular/router": "12.2.11",
"@angular/animations": "17.0.5",
"@angular/common": "17.0.5",
"@angular/compiler": "17.0.5",
"@angular/core": "17.0.5",
"@angular/forms": "17.0.5",
"@angular/platform-browser": "17.0.5",
"@angular/platform-browser-dynamic": "17.0.5",
"@angular/router": "17.0.5",
"rxjs": "6.6.7",
"tslib": "2.3.1",
"zone.js": "0.11.4"
Expand All @@ -39,8 +39,8 @@
"@angular-devkit/build-angular": "12.2.12",
"@angular-devkit/core": "12.2.12",
"@angular/cli": "12.2.12",
"@angular/compiler-cli": "12.2.11",
"@angular/language-service": "12.2.11",
"@angular/compiler-cli": "17.0.5",
"@angular/language-service": "17.0.5",
"@types/jasmine": "3.10.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "14.18.48",
Expand Down

0 comments on commit 39069b9

Please sign in to comment.