Skip to content

Commit 5829555

Browse files
chore: update angular material/cdk
1 parent 2cac5b3 commit 5829555

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"private": true,
2121
"dependencies": {
2222
"@angular/animations": "^17.3.0",
23-
"@angular/cdk": "16",
23+
"@angular/cdk": "17.3.0",
2424
"@angular/common": "^17.3.0",
2525
"@angular/compiler": "^17.3.0",
2626
"@angular/core": "^17.3.0",
2727
"@angular/forms": "^17.3.0",
28-
"@angular/material": "17.2.2",
28+
"@angular/material": "17.3.0",
2929
"@angular/platform-browser": "^17.3.0",
3030
"@angular/platform-browser-dynamic": "^17.3.0",
3131
"@angular/router": "^17.3.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@
194194
dependencies:
195195
tslib "^2.3.0"
196196

197-
"@angular/cdk@16":
198-
version "16.2.14"
199-
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-16.2.14.tgz#d26f8f1e7d2466b509e60489b6acf31bfe923acf"
200-
integrity sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==
197+
"@angular/cdk@17.3.0":
198+
version "17.3.0"
199+
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-17.3.0.tgz#c05d57d4c59a313d74d9aeaf09a44ca5dd3723fd"
200+
integrity sha512-/RIEzP7D3wCGgk2FEvSWTvcKMa+4L7djMF6ZnOKqU6CiJLX3Ksr3+RXqXuiVkdVZBoRXEWRofS/DYEai+nIW8A==
201201
dependencies:
202202
tslib "^2.3.0"
203203
optionalDependencies:
@@ -269,10 +269,10 @@
269269
dependencies:
270270
tslib "^2.3.0"
271271

272-
"@angular/material@17.2.2":
273-
version "17.2.2"
274-
resolved "https://registry.yarnpkg.com/@angular/material/-/material-17.2.2.tgz#33e3e11183030d9f4c713b56be3cf49fd1df1f0a"
275-
integrity sha512-ToUp8gARTvdze9L7jhEuKqdos221jUCMRD6qzhl07XZRlxVbf/5VXUq2Nn7ei9uN11Ii1UY5pC0GS2XtlyHp4A==
272+
"@angular/material@17.3.0":
273+
version "17.3.0"
274+
resolved "https://registry.yarnpkg.com/@angular/material/-/material-17.3.0.tgz#45b01eaebc6322f58b351d66b60e9953309559e2"
275+
integrity sha512-e9X/Gu4mVW9CZ83Hdlq2VUemPsoBbZcmsWKJ2FBl3E0v4puZK45OuUSx1VZl3Ct+CmVRlI6SJSWV1bFjRH8G3A==
276276
dependencies:
277277
"@material/animation" "15.0.0-canary.7f224ddd4.0"
278278
"@material/auto-init" "15.0.0-canary.7f224ddd4.0"

0 commit comments

Comments
 (0)