Angular updated to v14

This commit is contained in:
Rene V. Vergara A. 2022-10-07 17:52:44 -05:00
parent 21b1866a09
commit 9f2afbbff9
2 changed files with 27 additions and 27 deletions

48
package-lock.json generated
View file

@ -1,20 +1,20 @@
{ {
"name": "zgo", "name": "zgo",
"version": "1.2.2", "version": "1.3.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "zgo", "name": "zgo",
"version": "1.2.2", "version": "1.3.0",
"dependencies": { "dependencies": {
"@angular/animations": "^14.0.5", "@angular/animations": "^14.0.5",
"@angular/cdk": "^13.3.9", "@angular/cdk": "^14.2.4",
"@angular/common": "^14.0.5", "@angular/common": "^14.0.5",
"@angular/compiler": "^14.0.5", "@angular/compiler": "^14.0.5",
"@angular/core": "^14.0.5", "@angular/core": "^14.0.5",
"@angular/forms": "^14.0.5", "@angular/forms": "^14.0.5",
"@angular/material": "^13.3.9", "@angular/material": "^14.2.4",
"@angular/platform-browser": "^14.0.5", "@angular/platform-browser": "^14.0.5",
"@angular/platform-browser-dynamic": "^14.0.5", "@angular/platform-browser-dynamic": "^14.0.5",
"@angular/router": "^14.0.5", "@angular/router": "^14.0.5",
@ -339,9 +339,9 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "13.3.9", "version": "14.2.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.4.tgz",
"integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==", "integrity": "sha512-5jngZcOyC2n9pRYec/D0iCw72QSnCkGYjtfgIlOK/FZYGhpOa34GMGObPuv4F0u7J2TEtbO6xIFsCFaK0FLIWQ==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@ -349,8 +349,8 @@
"parse5": "^5.0.0" "parse5": "^5.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^13.0.0 || ^14.0.0-0", "@angular/common": "^14.0.0 || ^15.0.0",
"@angular/core": "^13.0.0 || ^14.0.0-0", "@angular/core": "^14.0.0 || ^15.0.0",
"rxjs": "^6.5.3 || ^7.4.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },
@ -528,19 +528,19 @@
} }
}, },
"node_modules/@angular/material": { "node_modules/@angular/material": {
"version": "13.3.9", "version": "14.2.4",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.9.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.4.tgz",
"integrity": "sha512-FU8lcMgo+AL8ckd27B4V097ZPoIZNRHiCe3wpgkImT1qC0YwcyXZVn0MqQTTFSdC9a/aI8wPm3AbTClJEVw5Vw==", "integrity": "sha512-vS7dyrnr2YpZPjFFmnSZ9W0dFpBQ5cWf4CH5AI0/KfbCGC+2ybkFZ61oMNBf1xXdoyf4Ob16Dm3xerKWFwJ4sQ==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^13.0.0 || ^14.0.0-0", "@angular/animations": "^14.0.0 || ^15.0.0",
"@angular/cdk": "13.3.9", "@angular/cdk": "14.2.4",
"@angular/common": "^13.0.0 || ^14.0.0-0", "@angular/common": "^14.0.0 || ^15.0.0",
"@angular/core": "^13.0.0 || ^14.0.0-0", "@angular/core": "^14.0.0 || ^15.0.0",
"@angular/forms": "^13.0.0 || ^14.0.0-0", "@angular/forms": "^14.0.0 || ^15.0.0",
"@angular/platform-browser": "^13.0.0 || ^14.0.0-0", "@angular/platform-browser": "^14.0.0 || ^15.0.0",
"rxjs": "^6.5.3 || ^7.4.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },
@ -13191,9 +13191,9 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "13.3.9", "version": "14.2.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.4.tgz",
"integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==", "integrity": "sha512-5jngZcOyC2n9pRYec/D0iCw72QSnCkGYjtfgIlOK/FZYGhpOa34GMGObPuv4F0u7J2TEtbO6xIFsCFaK0FLIWQ==",
"requires": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -13303,9 +13303,9 @@
} }
}, },
"@angular/material": { "@angular/material": {
"version": "13.3.9", "version": "14.2.4",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.9.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.4.tgz",
"integrity": "sha512-FU8lcMgo+AL8ckd27B4V097ZPoIZNRHiCe3wpgkImT1qC0YwcyXZVn0MqQTTFSdC9a/aI8wPm3AbTClJEVw5Vw==", "integrity": "sha512-vS7dyrnr2YpZPjFFmnSZ9W0dFpBQ5cWf4CH5AI0/KfbCGC+2ybkFZ61oMNBf1xXdoyf4Ob16Dm3xerKWFwJ4sQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View file

@ -11,12 +11,12 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^14.0.5", "@angular/animations": "^14.0.5",
"@angular/cdk": "^13.3.9", "@angular/cdk": "^14.2.4",
"@angular/common": "^14.0.5", "@angular/common": "^14.0.5",
"@angular/compiler": "^14.0.5", "@angular/compiler": "^14.0.5",
"@angular/core": "^14.0.5", "@angular/core": "^14.0.5",
"@angular/forms": "^14.0.5", "@angular/forms": "^14.0.5",
"@angular/material": "^13.3.9", "@angular/material": "^14.2.4",
"@angular/platform-browser": "^14.0.5", "@angular/platform-browser": "^14.0.5",
"@angular/platform-browser-dynamic": "^14.0.5", "@angular/platform-browser-dynamic": "^14.0.5",
"@angular/router": "^14.0.5", "@angular/router": "^14.0.5",