From bf7c714ce1dbf38a89aaea3489f74c3d57b03456 Mon Sep 17 00:00:00 2001 From: Rene Vergara A Date: Wed, 13 Jul 2022 07:50:28 -0500 Subject: [PATCH] Commint after @angular/material update --- package-lock.json | 28 ++++++++++++++++------------ package.json | 2 +- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88b18fb..6976947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@angular/compiler": "^14.0.5", "@angular/core": "^14.0.5", "@angular/forms": "^14.0.5", - "@angular/material": "^12.2.8", + "@angular/material": "^13.3.9", "@angular/platform-browser": "^14.0.5", "@angular/platform-browser-dynamic": "^14.0.5", "@angular/router": "^14.0.5", @@ -488,18 +488,20 @@ } }, "node_modules/@angular/material": { - "version": "12.2.13", - "license": "MIT", + "version": "13.3.9", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.9.tgz", + "integrity": "sha512-FU8lcMgo+AL8ckd27B4V097ZPoIZNRHiCe3wpgkImT1qC0YwcyXZVn0MqQTTFSdC9a/aI8wPm3AbTClJEVw5Vw==", "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/animations": "^12.0.0 || ^13.0.0-0", - "@angular/cdk": "12.2.13", - "@angular/common": "^12.0.0 || ^13.0.0-0", - "@angular/core": "^12.0.0 || ^13.0.0-0", - "@angular/forms": "^12.0.0 || ^13.0.0-0", - "rxjs": "^6.5.3 || ^7.0.0" + "@angular/animations": "^13.0.0 || ^14.0.0-0", + "@angular/cdk": "13.3.9", + "@angular/common": "^13.0.0 || ^14.0.0-0", + "@angular/core": "^13.0.0 || ^14.0.0-0", + "@angular/forms": "^13.0.0 || ^14.0.0-0", + "@angular/platform-browser": "^13.0.0 || ^14.0.0-0", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/platform-browser": { @@ -12470,9 +12472,11 @@ } }, "@angular/material": { - "version": "12.2.13", + "version": "13.3.9", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.9.tgz", + "integrity": "sha512-FU8lcMgo+AL8ckd27B4V097ZPoIZNRHiCe3wpgkImT1qC0YwcyXZVn0MqQTTFSdC9a/aI8wPm3AbTClJEVw5Vw==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/platform-browser": { diff --git a/package.json b/package.json index 8c315c4..5451744 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@angular/compiler": "^14.0.5", "@angular/core": "^14.0.5", "@angular/forms": "^14.0.5", - "@angular/material": "^12.2.8", + "@angular/material": "^13.3.9", "@angular/platform-browser": "^14.0.5", "@angular/platform-browser-dynamic": "^14.0.5", "@angular/router": "^14.0.5",