Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Nx 23 defaults to Node's native TypeScript stripping, whose strict ESM
# resolution rejects the directory/extensionless imports used by the custom
# @raeffs/docker-compose executors (e.g. `import ... from '../../utils'`).
# Opt back into the swc/ts-node loader so the executors load and run.
NX_PREFER_NODE_STRIP_TYPES=false
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"restore-volumes": "nx restore-volumes"
},
"devDependencies": {
"@nx/devkit": "22.7.6",
"@nx/eslint-plugin": "22.7.6",
"@nx/jest": "22.7.6",
"@nx/js": "22.7.6",
"@nx/plugin": "22.7.6",
"@nx/webpack": "22.7.6",
"@nx/workspace": "22.7.6",
"@nx/devkit": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/jest": "23.0.1",
"@nx/js": "23.0.1",
"@nx/plugin": "23.0.1",
"@nx/webpack": "23.0.1",
"@nx/workspace": "23.0.1",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.43",
Expand All @@ -33,12 +33,12 @@
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"jsonc-eslint-parser": "3.1.0",
"nx": "22.7.6",
"nx": "23.0.1",
"prettier": "3.9.4",
"tslib": "2.8.1",
"typescript-eslint": "8.63.0",
"typescript": "6.0.3",
"@nx/eslint": "22.7.6"
"@nx/eslint": "23.0.1"
},
"volta": {
"node": "24.18.0",
Expand Down
Loading
Loading