From 4fe361cd3365fcda7f67f152fc4cf57cd61b298c Mon Sep 17 00:00:00 2001 From: Jadurani Davalos Date: Sun, 4 Jun 2023 00:13:00 +0800 Subject: [PATCH] cdk upgrade to 16 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c35f4fbb..535c6b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "dependencies": { "@angular/animations": "^16.0.4", - "@angular/cdk": "^15.2.9", + "@angular/cdk": "^16.0.3", "@angular/common": "^16.0.4", "@angular/compiler": "^16.0.4", "@angular/core": "^16.0.4", @@ -687,9 +687,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.9.tgz", - "integrity": "sha512-koaM07N1AIQ5oHU27l0/FoQSSoYAwlAYwVZ4Di3bYrJsTBNCN2Xsby7wI8gZxdepMnV4Fe9si382BDBov+oO4Q==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.0.3.tgz", + "integrity": "sha512-KQCKWWNiHuYmzAVSiEyVs1P+859uhlvnmUH2azoL3qUHUcvdyB+iYqv9rTVRJl4N8nOpOYrj4JP3zmvNZLsI1Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -697,8 +697,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^16.0.0 || ^17.0.0", + "@angular/core": "^16.0.0 || ^17.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 64eeb0e7..e2bea1cd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "^16.0.4", - "@angular/cdk": "^15.2.9", + "@angular/cdk": "^16.0.3", "@angular/common": "^16.0.4", "@angular/compiler": "^16.0.4", "@angular/core": "^16.0.4",