Skip to content

Commit

Permalink
fix(core): update nx version range base to latest (#3283)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Aug 8, 2022
1 parent 3706b0f commit 241cdde
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 49 deletions.
2 changes: 1 addition & 1 deletion core/lerna/package.json
Expand Up @@ -54,6 +54,6 @@
"@lerna/version": "file:../../commands/version",
"import-local": "^3.0.2",
"npmlog": "^6.0.2",
"nx": ">=14.4.3 < 16"
"nx": ">=14.5.4 < 16"
}
}
88 changes: 43 additions & 45 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -113,8 +113,8 @@
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
"@lerna-test/helpers": "file:helpers",
"@nrwl/devkit": "14.4.3",
"@nrwl/nx-cloud": "^14.2.0",
"@nrwl/devkit": "14.5.4",
"@nrwl/nx-cloud": "14.3.0",
"@types/fs-extra": "^9.0.13",
"@types/is-ci": "^2.0.0",
"@types/jest": "^28.1.4",
Expand All @@ -138,7 +138,7 @@
"node-jq": "^2.3.3",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"nx": "14.4.3",
"nx": "14.5.4",
"path-key": "^3.1.1",
"prettier": "^2.2.1",
"tacks": "1.2.6",
Expand Down

0 comments on commit 241cdde

Please sign in to comment.