Skip to content

Commit

Permalink
fix(nx-python): remove direct dependency on nx
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 22, 2024
1 parent 84e118e commit c3c8a4e
Show file tree
Hide file tree
Showing 3 changed files with 8,157 additions and 6,695 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
6 changes: 2 additions & 4 deletions packages/nx-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
"chalk": "^4.1.1",
"fs-extra": "^11.1.0",
"@iarna/toml": "^2.2.5",
"uuid": "^9.0.0",
"file-uri-to-path": "^2.0.0",
"cross-spawn": "^7.0.3",
"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"
"semver": "^7.5.3",
"nx": "20.1.2"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
Loading

0 comments on commit c3c8a4e

Please sign in to comment.