fix(angular): loosen package updates requirements (#17317)

This commit is contained in:
Leosvel Pérez Espinosa 2023-05-31 11:04:55 +01:00 committed by GitHub
parent adf598ac5e
commit 646f79f4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -709,8 +709,7 @@
"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": {
@ -842,8 +841,7 @@
"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": {
@ -908,8 +906,7 @@
"version": "15.8.0-beta.4", "version": "15.8.0-beta.4",
"x-prompt": "Do you want to update the Angular version to v15.2?", "x-prompt": "Do you want to update the Angular version to v15.2?",
"requires": { "requires": {
"@angular/core": ">=15.1.0 <15.2.0", "@angular/core": ">=15.1.0 <15.2.0"
"typescript": ">=4.8.2 <5.0"
}, },
"packages": { "packages": {
"@angular-devkit/architect": { "@angular-devkit/architect": {
@ -1034,8 +1031,7 @@
"version": "16.1.0-beta.1", "version": "16.1.0-beta.1",
"x-prompt": "Do you want to update the Angular version to v16?", "x-prompt": "Do you want to update the Angular version to v16?",
"requires": { "requires": {
"@angular/core": ">=15.2.0 <16.0.0", "@angular/core": ">=15.2.0 <16.0.0"
"typescript": ">=4.9.3 <5.1"
}, },
"packages": { "packages": {
"@angular/core": { "@angular/core": {