Skip to content

Commit

Permalink
fix: 📦 update angularmaterial monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 722f871 commit 52dfef9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^11.0.1",
"@angular/cdk": "^11.0.0",
"@angular/cdk": "^14.0.0",
"@angular/common": "^11.0.1",
"@angular/compiler": "^11.0.1",
"@angular/core": "^11.0.1",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "^11.0.1",
"@angular/material": "^11.0.0",
"@angular/material": "^14.0.0",
"@angular/platform-browser": "^11.0.1",
"@angular/platform-browser-dynamic": "^11.0.1",
"@angular/router": "^11.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@
dependencies:
tslib "^2.0.0"

"@angular/cdk@^11.0.0":
version "11.2.13"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.2.13.tgz#d54c9187e3b8cf3f8ba190b1edddc08ed2b740de"
integrity sha512-FkE4iCwoLbQxLDUOjV1I7M/6hmpyb7erAjEdWgch7nGRNxF1hqX5Bqf1lvLFKPNCbx5NRI5K7YVAdIUQUR8vug==
"@angular/cdk@^14.0.0":
version "14.0.2"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.0.2.tgz#49755c854c4fa3ab64d91d9855bcd1807f9945c5"
integrity sha512-751Sshu+HKYOqmnGRriHjd4ybMradgkLYOM9dBoX7YFpZce+IcEtojALGfLA4YDZwJF2RhBD6lFcJdWJPC9wCw==
dependencies:
tslib "^2.0.0"
tslib "^2.3.0"
optionalDependencies:
parse5 "^5.0.0"

Expand Down Expand Up @@ -242,12 +242,12 @@
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.2.14.tgz#452369cdffe76ac6d07836596fb47f9e69a6d119"
integrity sha512-3+0F0X4r1WeNOV6VmaMzYnJENPVmLX2/MX3/lugwZPNYKVXl/oGyh/4PB8ktntIj0tnxQuErzqRSeucNStNGRw==

"@angular/material@^11.0.0":
version "11.2.13"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-11.2.13.tgz#99960316d3ce58aac7497d7bb8b0c05468f502b9"
integrity sha512-FqFdGSkOtqsmeLyTSousodDGUy2NqbtxCIKv2rwbsIRwHNKB0KpR/UQhA2gMRuGa5hxhMJ0DW0Tf9neMRuLCTg==
"@angular/material@^14.0.0":
version "14.0.2"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.0.2.tgz#6a2b74d2b8767c69a58a3af520b3b979aea7e733"
integrity sha512-w1QHmQK02eF4mZZ6mixgKNaIp0cg71MQEDgoeZppUjrOij2TYkorHhT9Ma2XguV5Xi2wSGoGUzNKJ0OucB8hLA==
dependencies:
tslib "^2.0.0"
tslib "^2.3.0"

"@angular/platform-browser-dynamic@^11.0.1":
version "11.2.14"
Expand Down

0 comments on commit 52dfef9

Please sign in to comment.