diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-14 16:29:20 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-27 16:00:13 +0200 |
commit | 9aff616d5051a93f69a96fd567f0563982019d15 (patch) | |
tree | 45359766fa7d1aeb14407c1f959bc4e212c0b0ef /client/yarn.lock | |
parent | cedbdbfeabf14f5d6cd9d91190f0eebdf774bd72 (diff) | |
download | PeerTube-9aff616d5051a93f69a96fd567f0563982019d15.tar.gz PeerTube-9aff616d5051a93f69a96fd567f0563982019d15.tar.zst PeerTube-9aff616d5051a93f69a96fd567f0563982019d15.zip |
Update angular cdk
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index beeedefdb..7a92e12ec 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -128,12 +128,12 @@ | |||
128 | dependencies: | 128 | dependencies: |
129 | tslib "^2.1.0" | 129 | tslib "^2.1.0" |
130 | 130 | ||
131 | "@angular/cdk@^11.0.0": | 131 | "@angular/cdk@^12.0.0": |
132 | version "11.2.8" | 132 | version "12.0.0" |
133 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.2.8.tgz#2cf8be9bbdbe651e655ef15b38f3ec6fc78517d4" | 133 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-12.0.0.tgz#86064923870a7f1d6094d08dc7951e41d8972aaa" |
134 | integrity sha512-RLJnL4U8FXoaUptVkuYjPA5eo+L0O34NEPZECKQMYZhFAD934bo8/nk+DEBZGyM77GxPUL1seaFNMm+y1wox2g== | 134 | integrity sha512-Ij1wNlufbwH2R3zVwkiJgrI0Oc4+yuveEFWMnckcZ7t6E3drmeS1/YeHSbYlWau+fglWs7LtJWC4dEIpGymvzg== |
135 | dependencies: | 135 | dependencies: |
136 | tslib "^2.0.0" | 136 | tslib "^2.1.0" |
137 | optionalDependencies: | 137 | optionalDependencies: |
138 | parse5 "^5.0.0" | 138 | parse5 "^5.0.0" |
139 | 139 | ||