Skip to content

Commit

Permalink
build(deps): Update Angular packages to ^14.0.3 (#1654)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 23, 2022
1 parent efd2f27 commit 222c82a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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": "^14.0.2",
"@angular/material": "^14.0.2"
"@angular/cdk": "^14.0.3",
"@angular/material": "^14.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: 6
cacheKey: 8

"@angular/cdk@npm:^14.0.2":
version: 14.0.2
resolution: "@angular/cdk@npm:14.0.2"
"@angular/cdk@npm:^14.0.3":
version: 14.0.3
resolution: "@angular/cdk@npm:14.0.3"
dependencies:
parse5: ^5.0.0
tslib: ^2.3.0
Expand All @@ -18,33 +18,33 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 6ae0b7da049cfc201351c7d2477ad3c261b1ffd34f25d82f4bf9c10afea372629208473b1933c92d0c8e583a4e312c337747acb7425562ce58c95ca30c23eb4d
checksum: f87ee93f9397e557edd72984bf71b5564b1c95514da842624bd8558ade53413f061edd21acf6bd8fd188c07607d38dd14dbeaf4edc78eed4553291dfe64b3677
languageName: node
linkType: hard

"@angular/material@npm:^14.0.2":
version: 14.0.2
resolution: "@angular/material@npm:14.0.2"
"@angular/material@npm:^14.0.3":
version: 14.0.3
resolution: "@angular/material@npm:14.0.3"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/animations": ^14.0.0 || ^15.0.0
"@angular/cdk": 14.0.2
"@angular/cdk": 14.0.3
"@angular/common": ^14.0.0 || ^15.0.0
"@angular/core": ^14.0.0 || ^15.0.0
"@angular/forms": ^14.0.0 || ^15.0.0
"@angular/platform-browser": ^14.0.0 || ^15.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 6279141d2b6c67cc500986181894b3aec7643468f61ad6deb082584912e80ba87f42c3a5a82d9048e63e2c0aedc981e572f450c355408e3430d546b9edd2748f
checksum: f416109d1c23d516d9b774f7ef7765d532e6af8019bf90980f93e780d577a39a605d1f8aa51050053e7e910f5024a54a958cb4a17adadc8a368f4a78d2e155f3
languageName: node
linkType: hard

"async@workspace:.":
version: 0.0.0-use.local
resolution: "async@workspace:."
dependencies:
"@angular/cdk": ^14.0.2
"@angular/material": ^14.0.2
"@angular/cdk": ^14.0.3
"@angular/material": ^14.0.3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 222c82a

Please sign in to comment.