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 May 15, 2024
1 parent 03ee862 commit 643f8aa
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 127 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "11.1.0",
"@angular/animations": "17.3.9",
"@angular/cdk": "11.2.13",
"@angular/common": "11.1.0",
"@angular/compiler": "11.1.0",
"@angular/core": "11.1.0",
"@angular/common": "17.3.9",
"@angular/compiler": "17.3.9",
"@angular/core": "17.3.9",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "11.1.0",
"@angular/forms": "17.3.9",
"@angular/material": "11.2.13",
"@angular/platform-browser": "11.1.0",
"@angular/platform-browser-dynamic": "11.1.0",
"@angular/platform-browser": "17.3.9",
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/pwa": "0.1101.1",
"@angular/router": "11.1.0",
"@angular/service-worker": "11.1.0",
"@angular/router": "17.3.9",
"@angular/service-worker": "17.3.9",
"marked": "2.0.5",
"rxjs": "6.6.7",
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1101.1",
"@angular/cli": "11.1.1",
"@angular/compiler-cli": "11.1.0",
"@angular/language-service": "11.1.0",
"@angular/compiler-cli": "17.3.9",
"@angular/language-service": "17.3.9",
"@types/jest": "26.0.23",
"@types/marked": "2.0.3",
"@types/node": "14.17.1",
Expand Down
Loading

0 comments on commit 643f8aa

Please sign in to comment.