Update dependency @angular/core to ~13.3.0

This commit is contained in:
Renovate Bot 2022-09-18 13:12:31 +02:00
parent f47e874b63
commit d5bfc38687
2 changed files with 4 additions and 4 deletions

View File

@ -1239,9 +1239,9 @@
}
},
"@angular/core": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.7.tgz",
"integrity": "sha512-6J6C2ymIy+cZudock25BLEZFckhqFfXOSZw5YBIoAJuntV4hckLNfRTn/dxn5qmWF/Vw60NKdhV367YYejz6Gg==",
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.11.tgz",
"integrity": "sha512-9BmE2CxyV0g+AkBeuc8IwjSOiJ8Y+kptXnqD/J8EAFT3B0/fLGVnjFdZC6Sev9L0SNZb6qdzebpfIOLqbUjReQ==",
"requires": {
"tslib": "^2.3.0"
}

View File

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