From 7910b7160b6c26161c7a32d54c36f189c61ee711 Mon Sep 17 00:00:00 2001 From: Rene Vergara A Date: Wed, 13 Jul 2022 07:14:31 -0500 Subject: [PATCH] Commint after @ngular/cdk update --- package-lock.json | 21 ++++++++++++--------- package.json | 4 ++-- src/custom-theme.scss | 2 +- src/styles.css | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f956b3d..1fc6d3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.2", "dependencies": { "@angular/animations": "~13.0.2", - "@angular/cdk": "^12.2.8", + "@angular/cdk": "^13.3.9", "@angular/common": "~13.0.2", "@angular/compiler": "~13.0.2", "@angular/core": "~13.0.2", @@ -265,18 +265,19 @@ } }, "node_modules/@angular/cdk": { - "version": "12.2.13", - "license": "MIT", + "version": "13.3.9", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz", + "integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==", "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "optionalDependencies": { "parse5": "^5.0.0" }, "peerDependencies": { - "@angular/common": "^12.0.0 || ^13.0.0-0", - "@angular/core": "^12.0.0 || ^13.0.0-0", - "rxjs": "^6.5.3 || ^7.0.0" + "@angular/common": "^13.0.0 || ^14.0.0-0", + "@angular/core": "^13.0.0 || ^14.0.0-0", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/cli": { @@ -11771,10 +11772,12 @@ } }, "@angular/cdk": { - "version": "12.2.13", + "version": "13.3.9", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz", + "integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==", "requires": { "parse5": "^5.0.0", - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/cli": { diff --git a/package.json b/package.json index 78e9f98..ae5cb8a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": true, "dependencies": { "@angular/animations": "~13.0.2", - "@angular/cdk": "^12.2.8", + "@angular/cdk": "^13.3.9", "@angular/common": "~13.0.2", "@angular/compiler": "~13.0.2", "@angular/core": "~13.0.2", @@ -56,4 +56,4 @@ "karma-jasmine-html-reporter": "~1.7.0", "typescript": "~4.4.4" } -} +} \ No newline at end of file diff --git a/src/custom-theme.scss b/src/custom-theme.scss index b7b94eb..8ae2dc2 100644 --- a/src/custom-theme.scss +++ b/src/custom-theme.scss @@ -1,4 +1,4 @@ -@import "~@angular/material/_theming.scss"; +@import "@angular/material/_theming"; @include mat-core(); diff --git a/src/styles.css b/src/styles.css index 4108399..8c7b963 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2,7 +2,7 @@ /*@import '@angular/material/prebuilt-themes/indigo-pink.css';*/ -/*@use '~@angular/material' as mat;*/ +/*@use '@angular/material' as mat;*/ /*@include mat.core();*/