Skip to content

Commit

Permalink
fix(nx-python): remove direct dependency on nx (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Nov 25, 2024
1 parent 84e118e commit 762db7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/nx-python/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": ["vite.config.ts", "**/*.spec.ts", "**/*.mock.ts"]
"ignoredFiles": ["vite.config.ts", "**/*.spec.ts", "**/*.mock.ts"],
"ignoredDependencies": ["nx"]
}
]
}
Expand Down
1 change: 0 additions & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"command-exists": "^1.2.9",
"lodash": "^4.17.21",
"@nx/devkit": "^20.0.0",
"nx": "20.1.2",
"ora": "5.3.0",
"semver": "^7.5.3"
},
Expand Down

0 comments on commit 762db7d

Please sign in to comment.