Update dependency @angular/core to v15 #520

Merged
H4CK3R-01 merged 1 commits from renovate/angular-core-15.x into main 2022-12-12 12:39:53 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 022b2928be - Show all commits

View File

@ -899,9 +899,9 @@
} }
}, },
"@angular/core": { "@angular/core": {
"version": "14.2.2", "version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-14.2.2.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.0.3.tgz",
"integrity": "sha512-kG30b4RqjgWvaH9y4g95JRCzoROV+9/xgFH4hSRejFa/IcapMfvCmONJtJzwTjdsEUQAbiFohF/z9bx3QA/Yvw==", "integrity": "sha512-tYQszxkk32RZkMA7Czv9l5apiDIsoqVO2taIuPKfesAcwsQ7z/x3JTu3JkwUnB9c9nq2c18wIzjzMs4iElxdVQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

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