Merge pull request #16758 from SnakeSVx/next

Update peer dependencies for angular 13 support
This commit is contained in:
Michael Shilman 2021-11-23 11:35:14 +08:00 committed by GitHub
commit 282e716e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@angular-devkit/architect": ">=0.8.9", "@angular-devkit/architect": ">=0.8.9",
"@angular-devkit/build-angular": ">=0.8.9", "@angular-devkit/build-angular": ">=0.8.9 || >= 12.0.0",
"@angular-devkit/core": "^0.6.1 || >=7.0.0", "@angular-devkit/core": "^0.6.1 || >=7.0.0",
"@angular/cli": ">=6.0.0", "@angular/cli": ">=6.0.0",
"@angular/common": ">=6.0.0", "@angular/common": ">=6.0.0",
@ -113,7 +113,7 @@
"@babel/core": "*", "@babel/core": "*",
"@nrwl/workspace": ">=11.1.0", "@nrwl/workspace": ">=11.1.0",
"@webcomponents/custom-elements": ">=1.4.3", "@webcomponents/custom-elements": ">=1.4.3",
"rxjs": "^6.0.0", "rxjs": "^6.0.0 || ^7.4.0",
"typescript": "^3.4.0 || >=4.0.0", "typescript": "^3.4.0 || >=4.0.0",
"zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0" "zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0"
}, },

View File

@ -7658,7 +7658,7 @@ __metadata:
webpack: 4 webpack: 4
peerDependencies: peerDependencies:
"@angular-devkit/architect": ">=0.8.9" "@angular-devkit/architect": ">=0.8.9"
"@angular-devkit/build-angular": ">=0.8.9" "@angular-devkit/build-angular": ">=0.8.9 || >= 12.0.0"
"@angular-devkit/core": ^0.6.1 || >=7.0.0 "@angular-devkit/core": ^0.6.1 || >=7.0.0
"@angular/cli": ">=6.0.0" "@angular/cli": ">=6.0.0"
"@angular/common": ">=6.0.0" "@angular/common": ">=6.0.0"
@ -7672,7 +7672,7 @@ __metadata:
"@babel/core": "*" "@babel/core": "*"
"@nrwl/workspace": ">=11.1.0" "@nrwl/workspace": ">=11.1.0"
"@webcomponents/custom-elements": ">=1.4.3" "@webcomponents/custom-elements": ">=1.4.3"
rxjs: ^6.0.0 rxjs: ^6.0.0 || ^7.4.0
typescript: ^3.4.0 || >=4.0.0 typescript: ^3.4.0 || >=4.0.0
zone.js: ^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0 zone.js: ^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0
peerDependenciesMeta: peerDependenciesMeta: