Compare commits

..

No commits in common. "b95e6a9303510b83ce05f8606f8ce0f25da1cb41" and "46c152ba5237f8c88a4e36276c75c7f2030a6b52" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -555,9 +555,9 @@
} }
}, },
"@angular/common": { "@angular/common": {
"version": "13.3.11", "version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.11.tgz", "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.7.tgz",
"integrity": "sha512-gPMwDYIAag1izXm2tRQ6EOIx9FVEUqLdr+qYtRVoQtoBmfkoTSLGcpeBXqqlPVxVPbA6Li1WZZT5wxLLlLAN+Q==", "integrity": "sha512-gSkv9aMz5q2ynIqSwgp5HEVVwlmpMYGVZFNZnEnezGY96Hza0eXlb/AYdqO7S3VQVvx+FXpvXP/eq/SsCw7rFA==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"@angular/animations": "~13.3.0", "@angular/animations": "~13.3.0",
"@angular/cdk": "^13.2.6", "@angular/cdk": "^13.2.6",
"@angular/common": "~13.3.0", "@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0", "@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0", "@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0", "@angular/forms": "~13.2.0",