Compare commits

..

No commits in common. "690a2cd9b436eb2e7e7e137d934c53f5e3ec230d" and "50568b381ff68149868130396a21224c7334d2e0" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1239,9 +1239,9 @@
} }
}, },
"@angular/core": { "@angular/core": {
"version": "14.2.2", "version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-14.2.2.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.7.tgz",
"integrity": "sha512-kG30b4RqjgWvaH9y4g95JRCzoROV+9/xgFH4hSRejFa/IcapMfvCmONJtJzwTjdsEUQAbiFohF/z9bx3QA/Yvw==", "integrity": "sha512-6J6C2ymIy+cZudock25BLEZFckhqFfXOSZw5YBIoAJuntV4hckLNfRTn/dxn5qmWF/Vw60NKdhV367YYejz6Gg==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -16,7 +16,7 @@
"@angular/cdk": "^13.2.6", "@angular/cdk": "^13.2.6",
"@angular/common": "~13.3.0", "@angular/common": "~13.3.0",
"@angular/compiler": "~14.2.0", "@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0", "@angular/core": "~13.2.0",
"@angular/forms": "~14.2.0", "@angular/forms": "~14.2.0",
"@angular/material": "^14.0.0", "@angular/material": "^14.0.0",
"@angular/platform-browser": "~14.2.0", "@angular/platform-browser": "~14.2.0",