Skip to content

Commit

Permalink
chore: update nx minimum version to 15.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Dec 27, 2022
1 parent 7b217eb commit 0c93194
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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": ">=14.8.6 < 16",
"@nrwl/devkit": ">=15.4.1 < 16",
"chalk": "^4.1.0",
"dedent": "^0.7.0",
"load-json-file": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/lerna/commands/watch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const { Command } = require("@lerna/command");
const { getFilteredPackages } = require("@lerna/filter-options");
const { ValidationError } = require("@lerna/validation-error");
const { watch } = require("../../../../../nx/build/packages/nx/src/command-line/watch");
const { watch } = require("nx/src/command-line/watch");

module.exports = factory;

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": ">=14.8.6 < 16",
"@nrwl/devkit": ">=15.4.1 < 16",
"import-local": "^3.0.2",
"inquirer": "^8.2.4",
"npmlog": "^6.0.2",
"nx": ">=14.8.6 < 16",
"nx": ">=15.4.1 < 16",
"typescript": "^3 || ^4"
}
}
16 changes: 10 additions & 6 deletions package-lock.json

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

0 comments on commit 0c93194

Please sign in to comment.