Skip to content

Commit

Permalink
Update angular monorepo to v18.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2024
1 parent 71c5507 commit 0a46c8b
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 186 deletions.
20 changes: 10 additions & 10 deletions apps/rotom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"build-api": "orval --config ./orval.config.ts"
},
"dependencies": {
"@angular/animations": "18.0.5",
"@angular/common": "18.0.5",
"@angular/compiler": "18.0.5",
"@angular/core": "18.0.5",
"@angular/forms": "18.0.5",
"@angular/platform-browser": "18.0.5",
"@angular/platform-browser-dynamic": "18.0.5",
"@angular/router": "18.0.5",
"@angular/service-worker": "18.0.5",
"@angular/animations": "18.0.6",
"@angular/common": "18.0.6",
"@angular/compiler": "18.0.6",
"@angular/core": "18.0.6",
"@angular/forms": "18.0.6",
"@angular/platform-browser": "18.0.6",
"@angular/platform-browser-dynamic": "18.0.6",
"@angular/router": "18.0.6",
"@angular/service-worker": "18.0.6",
"@natu/assets": "workspace:*",
"@natu/styles": "workspace:*",
"@natu/ui-angular": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular/cli": "18.0.6",
"@angular/compiler-cli": "18.0.5",
"@angular/compiler-cli": "18.0.6",
"@compodoc/compodoc": "1.1.25",
"@faker-js/faker": "8.4.1",
"@mswjs/data": "0.16.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@angular-devkit/build-angular": "18.0.6",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular/animations": "18.0.5",
"@angular/animations": "18.0.6",
"@angular/cdk": "18.0.5",
"@angular/cli": "18.0.6",
"@angular/common": "18.0.5",
"@angular/compiler": "18.0.5",
"@angular/compiler-cli": "18.0.5",
"@angular/core": "18.0.5",
"@angular/forms": "18.0.5",
"@angular/platform-browser": "18.0.5",
"@angular/platform-browser-dynamic": "18.0.5",
"@angular/router": "18.0.5",
"@angular/common": "18.0.6",
"@angular/compiler": "18.0.6",
"@angular/compiler-cli": "18.0.6",
"@angular/core": "18.0.6",
"@angular/forms": "18.0.6",
"@angular/platform-browser": "18.0.6",
"@angular/platform-browser-dynamic": "18.0.6",
"@angular/router": "18.0.6",
"@compodoc/compodoc": "1.1.25",
"@floating-ui/dom": "1.6.7",
"@natu/assets": "workspace:*",
Expand Down
Loading

0 comments on commit 0a46c8b

Please sign in to comment.