Skip to content

Commit

Permalink
fix: bump @angular-devkit/architect version range (#159)
Browse files Browse the repository at this point in the history
Fixes an issue where the package could not be installed due to a peer dependencies conflict on Angular v15
  • Loading branch information
EdricChan03 committed Nov 23, 2022
1 parent 968b88c commit 4359ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/angular-schule/angular-cli-ghpages/#readme",
"devDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1500",
"@angular-devkit/architect": ">= 0.900 < 0.1600",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@types/fs-extra": "^9.0.4",
Expand All @@ -71,7 +71,7 @@
"typescript": ">=4.2.3 <4.3.0"
},
"peerDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1500",
"@angular-devkit/architect": ">= 0.900 < 0.1600",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
},
Expand Down

0 comments on commit 4359ff7

Please sign in to comment.