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 Jul 4, 2024
1 parent 5132fb9 commit 0edcd3e
Show file tree
Hide file tree
Showing 10 changed files with 508 additions and 466 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.5",
"@angular/material": "^18.0.5"
"@angular/cdk": "^18.0.6",
"@angular/material": "^18.0.6"
}
}
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.5":
version: 18.0.5
resolution: "@angular/cdk@npm:18.0.5"
"@angular/cdk@npm:^18.0.6":
version: 18.0.6
resolution: "@angular/cdk@npm:18.0.6"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
Expand All @@ -18,13 +18,13 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 10/a84399add5e4b9e467fd76d75a56805c6ae0b305b97b797daea2a1862cd874c9286c850031c6005ef2044408bf2bc3524128cca118e4a2315a75f82a8374ee84
checksum: 10/2b81558e740facce73dc5236dc2a40db5fe2e02afa4705d32143f4c3c043482d3c784f2898bb67650f906753f32272e724ca74c60c20d0dcffacb81c659b5013
languageName: node
linkType: hard

"@angular/material@npm:^18.0.5":
version: 18.0.5
resolution: "@angular/material@npm:18.0.5"
"@angular/material@npm:^18.0.6":
version: 18.0.6
resolution: "@angular/material@npm:18.0.6"
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.5
"@angular/cdk": 18.0.6
"@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/9814a7d2cdba2a6bfe13bc3229891c062b3f9da547baab355f1faebea0f06145251b27e507683e06c271a11ec961a49cb5d4ab8c9825b7c19411f9c16453139b
checksum: 10/2879380a17eef9669c07b77e6e123e123ad792c3e1a7c9135083ad58424a122b781e43ee2e54e72d45082f848f068f378b0785344d9a9383a7a5e5cd2313ceb4
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.5"
"@angular/material": "npm:^18.0.5"
"@angular/cdk": "npm:^18.0.6"
"@angular/material": "npm:^18.0.6"
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.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/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-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.6",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@angular-devkit/build-angular": "^18.0.7",
"@angular/cli": "^18.0.7",
"@angular/compiler-cli": "^18.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 0edcd3e

Please sign in to comment.