fix(angular): add missing ts 4.8.2+ requirement to angular v15 update (#14934)
This commit is contained in:
parent
3f65438208
commit
c712949b7e
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user