Skip to content

Commit

Permalink
fix(plugin-eslint,plugin-coverage): future-proof version range of nx …
Browse files Browse the repository at this point in the history
…peer deps
  • Loading branch information
matejchalk committed Nov 7, 2024
1 parent d61a19d commit 52afea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/plugin-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/jest": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/vite": "^17.0.0 || ^18.0.0 || ^19.0.0"
"@nx/devkit": ">=17.0.0",
"@nx/jest": ">=17.0.0",
"@nx/vite": ">=17.0.0"
},
"peerDependenciesMeta": {
"@nx/devkit": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0"
"@nx/devkit": ">=17.0.0"
},
"peerDependenciesMeta": {
"@nx/devkit": {
Expand Down

0 comments on commit 52afea5

Please sign in to comment.