Skip to content

Commit

Permalink
chore: update nx to 15.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj authored and JamesHenry committed Jan 1, 2023
1 parent ac263ca commit d0ff610
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion commands/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/temp-write": "file:../../utils/temp-write",
"@lerna/validation-error": "file:../../core/validation-error",
"@nrwl/devkit": ">=15.4.1 < 16",
"@nrwl/devkit": ">=15.4.2 < 16",
"chalk": "^4.1.0",
"dedent": "^0.7.0",
"load-json-file": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions core/lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"@lerna/run": "file:../../commands/run",
"@lerna/validation-error": "file:../validation-error",
"@lerna/version": "file:../../commands/version",
"@nrwl/devkit": ">=15.4.1 < 16",
"@nrwl/devkit": ">=15.4.2 < 16",
"import-local": "^3.0.2",
"inquirer": "^8.2.4",
"npmlog": "^6.0.2",
"nx": ">=15.4.1 < 16",
"nx": ">=15.4.2 < 16",
"typescript": "^3 || ^4"
}
}

0 comments on commit d0ff610

Please sign in to comment.