Skip to content

Commit

Permalink
feat(semver): bump @nx/devkit peer dependency to v17.0.0
Browse files Browse the repository at this point in the history
Fixes #740

BREAKING CHANGE: Minimal `@nx/devkit` version is now set to `^17.0.0`.
  • Loading branch information
edbzn committed Oct 20, 2023
1 parent d0c3360 commit 417e985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ Note that you might need to configure a [deploy key](https://docs.gitlab.com/ee/

## Compatibility overview with Nx

- v4.0.0 requires `@nx/devkit ^17.0.0`
- v3.0.0 requires `@nx/devkit ^16.0.0`
- v2.28.0 requires `@nrwl/devkit ^15.0.0`
- v2.23.0 requires `@nrwl/devkit ^14.0.0`
Expand Down
5 changes: 1 addition & 4 deletions packages/semver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@
"nx-migrations": {
"migrations": "./migrations.json"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"url": "https://github.com/jscutlery/semver"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0"
"@nx/devkit": "^17.0.0"
},
"dependencies": {
"chalk": "4.1.2",
Expand Down

0 comments on commit 417e985

Please sign in to comment.