Skip to content

Commit

Permalink
fix(deps): remove peer dep on devkit/architect
Browse files Browse the repository at this point in the history
@angular-devkit/architect does not follow semver correctly. Switching peer deps to use
build-angular, which provides architect already

ref #460
  • Loading branch information
mhartington committed Nov 4, 2021
1 parent a0bb11f commit eb46e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"typescript-eslint-language-service": "^4.1.3"
},
"peerDependencies": {
"@angular-devkit/architect": "^0.1201.1",
"@angular-devkit/build-angular": "^12.0.0",
"@angular-devkit/schematics": "^12.0.0"
},
"builders": "./builders.json",
Expand Down

0 comments on commit eb46e23

Please sign in to comment.