Commint after @ngular/cdk update

This commit is contained in:
Rene V. Vergara A. 2022-07-13 07:14:31 -05:00
parent 31aa39335a
commit 7910b7160b
4 changed files with 16 additions and 13 deletions

21
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.1.2", "version": "1.1.2",
"dependencies": { "dependencies": {
"@angular/animations": "~13.0.2", "@angular/animations": "~13.0.2",
"@angular/cdk": "^12.2.8", "@angular/cdk": "^13.3.9",
"@angular/common": "~13.0.2", "@angular/common": "~13.0.2",
"@angular/compiler": "~13.0.2", "@angular/compiler": "~13.0.2",
"@angular/core": "~13.0.2", "@angular/core": "~13.0.2",
@ -265,18 +265,19 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "12.2.13", "version": "13.3.9",
"license": "MIT", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz",
"integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==",
"dependencies": { "dependencies": {
"tslib": "^2.2.0" "tslib": "^2.3.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"parse5": "^5.0.0" "parse5": "^5.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0-0", "@angular/common": "^13.0.0 || ^14.0.0-0",
"@angular/core": "^12.0.0 || ^13.0.0-0", "@angular/core": "^13.0.0 || ^14.0.0-0",
"rxjs": "^6.5.3 || ^7.0.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },
"node_modules/@angular/cli": { "node_modules/@angular/cli": {
@ -11771,10 +11772,12 @@
} }
}, },
"@angular/cdk": { "@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": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.2.0" "tslib": "^2.3.0"
} }
}, },
"@angular/cli": { "@angular/cli": {

View File

@ -11,7 +11,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.0.2", "@angular/animations": "~13.0.2",
"@angular/cdk": "^12.2.8", "@angular/cdk": "^13.3.9",
"@angular/common": "~13.0.2", "@angular/common": "~13.0.2",
"@angular/compiler": "~13.0.2", "@angular/compiler": "~13.0.2",
"@angular/core": "~13.0.2", "@angular/core": "~13.0.2",
@ -56,4 +56,4 @@
"karma-jasmine-html-reporter": "~1.7.0", "karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.4.4" "typescript": "~4.4.4"
} }
} }

View File

@ -1,4 +1,4 @@
@import "~@angular/material/_theming.scss"; @import "@angular/material/_theming";
@include mat-core(); @include mat-core();

View File

@ -2,7 +2,7 @@
/*@import '@angular/material/prebuilt-themes/indigo-pink.css';*/ /*@import '@angular/material/prebuilt-themes/indigo-pink.css';*/
/*@use '~@angular/material' as mat;*/ /*@use '@angular/material' as mat;*/
/*@include mat.core();*/ /*@include mat.core();*/