Skip to content

Commit

Permalink
fix(semver): 🐞 set @nrwl/devkit as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed May 4, 2022
1 parent adaa5c5 commit 9e6447c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/semver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"requirements": {},
"migrations": "./migrations.json"
},
"peerDependencies": {
"@nrwl/devkit": "^14.0.0"
},
"dependencies": {
"@nrwl/devkit": "^14.0.5",
"inquirer": "8.2.4",
"rxjs": "7.5.5",
"standard-version": "9.3.2"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@
dependencies:
nx "14.1.1"

"@nrwl/[email protected]", "@nrwl/devkit@^14.0.5":
"@nrwl/[email protected]":
version "14.0.5"
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-14.0.5.tgz#708670d28ccca66dbde683de93470fae9a885219"
integrity sha512-2kGv3tquuf3xko9FVG+Q6gUMt+RsOigdieANZtvsPaNUAxJOD5DabxHA1pwkd8AUg6bewpv64cVLgvhUIBj1MQ==
Expand Down

0 comments on commit 9e6447c

Please sign in to comment.