Skip to content

Commit

Permalink
build(deps): Update Angular packages to ^18.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Jun 13, 2024
1 parent cb614a2 commit c0e1a81
Show file tree
Hide file tree
Showing 10 changed files with 879 additions and 795 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.2",
"@angular/material": "^18.0.2"
"@angular/cdk": "^18.0.3",
"@angular/material": "^18.0.3"
}
}
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.2":
version: 18.0.2
resolution: "@angular/cdk@npm:18.0.2"
"@angular/cdk@npm:^18.0.3":
version: 18.0.3
resolution: "@angular/cdk@npm:18.0.3"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
Expand All @@ -18,13 +18,13 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 10/4ca4b538e8472d72ccf00619748acff604eeea0d8c418ead37eba222e58cfc66d922df9ca66850aceb1881a1e2f6e37b5de28a71965d5d16d6a58f2f10361f12
checksum: 10/6d55487e75aa9e556c9710fd90527b3dcc4e406a839499fac410fe40ccf484c2a82284170a436dfde2a0092a1e0617874b06221f8492f9eed7f73e9e4a3dfecd
languageName: node
linkType: hard

"@angular/material@npm:^18.0.2":
version: 18.0.2
resolution: "@angular/material@npm:18.0.2"
"@angular/material@npm:^18.0.3":
version: 18.0.3
resolution: "@angular/material@npm:18.0.3"
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.2
"@angular/cdk": 18.0.3
"@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/2ac7fa60d9f72f42fb0a7f1d40e245510732b39e7c1230c33c88d0e13da026e9791eecb6a87aa07b1c73ae0f6ca1b3b3ccdf0fcca5bc36c2d444c25ecfeda500
checksum: 10/bec8e02f2a0279e092bb666a5e6f7fedab6e0dce4411a870950593d2719696dd15eb458536f9f19e4fdb7c04402bd29df9c970a472633b80ed93b971dc1a0ea2
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.2"
"@angular/material": "npm:^18.0.2"
"@angular/cdk": "npm:^18.0.3"
"@angular/material": "npm:^18.0.3"
languageName: unknown
linkType: soft

Expand Down
18 changes: 9 additions & 9 deletions examples/example-app-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.2",
"@angular/common": "^18.0.2",
"@angular/compiler": "^18.0.2",
"@angular/core": "^18.0.2",
"@angular/forms": "^18.0.2",
"@angular/platform-browser": "^18.0.2",
"@angular/platform-browser-dynamic": "^18.0.2",
"@angular/router": "^18.0.2",
"@angular/animations": "^18.0.3",
"@angular/common": "^18.0.3",
"@angular/compiler": "^18.0.3",
"@angular/core": "^18.0.3",
"@angular/forms": "^18.0.3",
"@angular/platform-browser": "^18.0.3",
"@angular/platform-browser-dynamic": "^18.0.3",
"@angular/router": "^18.0.3",
"angular-in-memory-web-api": "^0.18.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.3",
"@angular/cli": "^18.0.3",
"@angular/compiler-cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit c0e1a81

Please sign in to comment.