Skip to content

Commit

Permalink
chore: update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Aug 31, 2022
1 parent 1b18dbe commit a3165c1
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 64 deletions.
2 changes: 1 addition & 1 deletion core/lerna/package.json
Expand Up @@ -54,7 +54,7 @@
"@lerna/version": "file:../../commands/version",
"import-local": "^3.0.2",
"npmlog": "^6.0.2",
"nx": ">=14.5.4 < 16",
"nx": ">=14.6.1 < 16",
"typescript": "^3 || ^4"
}
}
149 changes: 89 additions & 60 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -112,8 +112,8 @@
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
"@lerna-test/helpers": "file:helpers",
"@nrwl/devkit": "14.5.4",
"@nrwl/nx-cloud": "14.3.0",
"@nrwl/devkit": "14.6.1",
"@nrwl/nx-cloud": "14.6.0",
"@types/fs-extra": "^9.0.13",
"@types/is-ci": "^2.0.0",
"@types/jest": "^28.1.4",
Expand All @@ -139,7 +139,7 @@
"node-jq": "^2.3.3",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"nx": "14.5.4",
"nx": "14.6.1",
"path-key": "^3.1.1",
"prettier": "^2.2.1",
"tacks": "1.2.6",
Expand All @@ -152,3 +152,4 @@
"verdaccio": "^5.13.3"
}
}

0 comments on commit a3165c1

Please sign in to comment.