fix(angular): add missing ts 4.8.2+ requirement to angular v15 update (#14934)

This commit is contained in:
Leosvel Pérez Espinosa 2023-02-13 09:05:52 +00:00 committed by GitHub
parent 3f65438208
commit c712949b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1642,7 +1642,8 @@
"version": "15.2.0-beta.0", "version": "15.2.0-beta.0",
"x-prompt": "Do you want to update the Angular version to v15?", "x-prompt": "Do you want to update the Angular version to v15?",
"requires": { "requires": {
"@angular/core": "^14.2.0" "@angular/core": "^14.2.0",
"typescript": ">=4.8.2 <5.0"
}, },
"packages": { "packages": {
"@angular-devkit/architect": { "@angular-devkit/architect": {
@ -1774,7 +1775,8 @@
"version": "15.5.0-beta.0", "version": "15.5.0-beta.0",
"x-prompt": "Do you want to update the Angular version to v15.1?", "x-prompt": "Do you want to update the Angular version to v15.1?",
"requires": { "requires": {
"@angular/core": ">=15.0.0 <15.1.0" "@angular/core": ">=15.0.0 <15.1.0",
"typescript": ">=4.8.2 <5.0"
}, },
"packages": { "packages": {
"@angular-devkit/architect": { "@angular-devkit/architect": {