Skip to content

Commit

Permalink
fix(deps): update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent d80fb1e commit b5bf61d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~18.0.5",
"@angular/animations": "~18.2.0",
"@angular/cdk": "^18.0.5",
"@angular/common": "~18.0.5",
"@angular/compiler": "~18.0.5",
"@angular/core": "~18.0.5",
"@angular/forms": "~18.0.5",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/forms": "~18.2.0",
"@angular/material": "^18.0.5",
"@angular/platform-browser": "~18.0.5",
"@angular/platform-browser-dynamic": "~18.0.5",
"@angular/platform-server": "~18.0.5",
"@angular/router": "~18.0.5",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/platform-server": "~18.2.0",
"@angular/router": "~18.2.0",
"@angular/ssr": "~18.0.6",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
Expand All @@ -31,7 +31,7 @@
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.6",
Expand All @@ -41,8 +41,8 @@
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.6",
"@angular/compiler-cli": "~18.0.5",
"@angular/language-service": "~18.0.5",
"@angular/compiler-cli": "~18.2.0",
"@angular/language-service": "~18.2.0",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.9",
"@nx/devkit": "19.3.2",
Expand Down

0 comments on commit b5bf61d

Please sign in to comment.