Skip to content

Commit

Permalink
build(deps): Update Angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Jun 27, 2024
1 parent 4e81ed6 commit 15d4c8c
Show file tree
Hide file tree
Showing 10 changed files with 460 additions and 460 deletions.
4 changes: 2 additions & 2 deletions e2e/async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "async",
"devDependencies": {
"@angular/cdk": "^18.0.4",
"@angular/material": "^18.0.4"
"@angular/cdk": "^18.0.5",
"@angular/material": "^18.0.5"
}
}
22 changes: 11 additions & 11 deletions e2e/async/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ __metadata:
version: 8
cacheKey: 10

"@angular/cdk@npm:^18.0.4":
version: 18.0.4
resolution: "@angular/cdk@npm:18.0.4"
"@angular/cdk@npm:^18.0.5":
version: 18.0.5
resolution: "@angular/cdk@npm:18.0.5"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
Expand All @@ -18,13 +18,13 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 10/4f87db90b91fdae80bb6293c6fb79645cdc3a9a9172987682afb7f33fb04bb9b630980cdd2111409679506edfb32c9de07b03b7e3256fc166f5d733929ca3e78
checksum: 10/a84399add5e4b9e467fd76d75a56805c6ae0b305b97b797daea2a1862cd874c9286c850031c6005ef2044408bf2bc3524128cca118e4a2315a75f82a8374ee84
languageName: node
linkType: hard

"@angular/material@npm:^18.0.4":
version: 18.0.4
resolution: "@angular/material@npm:18.0.4"
"@angular/material@npm:^18.0.5":
version: 18.0.5
resolution: "@angular/material@npm:18.0.5"
dependencies:
"@material/animation": "npm:15.0.0-canary.7f224ddd4.0"
"@material/auto-init": "npm:15.0.0-canary.7f224ddd4.0"
Expand Down Expand Up @@ -77,13 +77,13 @@ __metadata:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": ^18.0.0 || ^19.0.0
"@angular/cdk": 18.0.4
"@angular/cdk": 18.0.5
"@angular/common": ^18.0.0 || ^19.0.0
"@angular/core": ^18.0.0 || ^19.0.0
"@angular/forms": ^18.0.0 || ^19.0.0
"@angular/platform-browser": ^18.0.0 || ^19.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/1672f208e64dce884646635f1d6833d8ad17c28d19a1698c8ab24f6185932b6d7cf6905f5f4b5e99f27ba7a464827c2cb623ea16e170754750551348190dc2a5
checksum: 10/9814a7d2cdba2a6bfe13bc3229891c062b3f9da547baab355f1faebea0f06145251b27e507683e06c271a11ec961a49cb5d4ab8c9825b7c19411f9c16453139b
languageName: node
linkType: hard

Expand Down Expand Up @@ -893,8 +893,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "async@workspace:."
dependencies:
"@angular/cdk": "npm:^18.0.4"
"@angular/material": "npm:^18.0.4"
"@angular/cdk": "npm:^18.0.5"
"@angular/material": "npm:^18.0.5"
languageName: unknown
linkType: soft

Expand Down
22 changes: 11 additions & 11 deletions examples/example-app-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.4",
"@angular/common": "^18.0.4",
"@angular/compiler": "^18.0.4",
"@angular/core": "^18.0.4",
"@angular/forms": "^18.0.4",
"@angular/platform-browser": "^18.0.4",
"@angular/platform-browser-dynamic": "^18.0.4",
"@angular/router": "^18.0.4",
"@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-in-memory-web-api": "^0.18.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.5",
"@angular/cli": "^18.0.5",
"@angular/compiler-cli": "^18.0.4",
"@angular-devkit/build-angular": "^18.0.6",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 15d4c8c

Please sign in to comment.