Skip to content

Commit

Permalink
build(devtools): update angular-components to ~11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and mgechev committed Jan 24, 2021
1 parent 17899a5 commit 7a669c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#05133fb82a212254d7f5fb14d351d5ccc5616063",
"@angular/cdk": "~11.0.0",
"@angular/cdk": "~11.1.0",
"@angular/common": "github:angular/common-builds#7f488fd11a7b13a35f02486627ceb2d50f6f8757",
"@angular/compiler": "github:angular/compiler-builds#dc2ac02c99d83df81c3b4073e58603fe3ef981f0",
"@angular/core": "github:angular/core-builds#ce94febc8b327d0ff037dfa345293593b7c18cf9",
"@angular/forms": "github:angular/forms-builds#96db93e2acd4725003228437eda2c448cc6315e4",
"@angular/material": "~11.0.0",
"@angular/material": "~11.1.0",
"@angular/platform-browser": "github:angular/platform-browser-builds#b6d2fd701916308bd2f06b1f8f8e487f7523065c",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ebe6f0b0ccdaeb7a01b4b53af8c43ecf0748eadd",
"memo-decorator": "^2.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@
dependencies:
tslib "^2.0.0"

"@angular/cdk@~11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.0.0.tgz#7ec0fc8b5051c54f4a3910e61f1ee7d30796c2d2"
integrity sha512-kfgEE/LDYMZB4NICChzWn/nTEeoZ3wxrYsDDcy2Qj+57zUmJcxBLL1h+tawYCy3a1g7ypDLYX7yrbPEBE7/EXQ==
"@angular/cdk@~11.1.0":
version "11.1.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.1.0.tgz#35a5f60b79265cbd340c9ed1519b5c460ee5d6da"
integrity sha512-yFEHtdp0o/xGnYebrU/PQqWVIlB7SaP3cSviq/LTv/h2EINn3PzU/Zhdhg0k0fk09BrKoS+o8AVIddduIdDpYw==
dependencies:
tslib "^2.0.0"
optionalDependencies:
Expand Down Expand Up @@ -286,10 +286,10 @@
uid "3ec01104902f9c236a4f14a2622f4206833415a5"
resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/3ec01104902f9c236a4f14a2622f4206833415a5"

"@angular/material@~11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-11.0.0.tgz#6ef7048763e7415dabda54d32847b2821bf6413d"
integrity sha512-pTwYmBrRXbEzF5J/oayZF0ApA0tLN+CUl/2MaYFNLzvE/Kn6hIdDb7TonWAEBgeSHIzqzyTV8IUQuXwGaPds9A==
"@angular/material@~11.1.0":
version "11.1.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-11.1.0.tgz#2f68f55efc049fa9b036cb2bb3b4f4aae0f67fa2"
integrity sha512-k7KpU8T32mmi1vaU27SSZ/gwO2YpxEUCTSzAOZNK8YugAXC+A5xPYLcNU8dlzBP4EW7XBkeSSnUacpI199YcyQ==
dependencies:
tslib "^2.0.0"

Expand Down

0 comments on commit 7a669c9

Please sign in to comment.