Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit ec51082

Browse files
authored
chore: add nx group, and fix broken nx on mac (#4275)
## Description For some reasn the nx build was borken on mac. Fixed by ensuring all nx dependency are aligned (yarn dedupe) and added a nx group for dependabot.
1 parent 232818d commit ec51082

File tree

2 files changed

+244
-52
lines changed

2 files changed

+244
-52
lines changed

Diff for: lambdas/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"devDependencies": {
2424
"@nx/eslint": "20.0.8",
25-
"@nx/jest": "20.1.2",
26-
"@nx/js": "^20.1.2",
25+
"@nx/jest": "20.0.1",
26+
"@nx/js": "^20.0.1",
2727
"@swc-node/register": "~1.10.9",
2828
"@swc/core": "~1.7.40",
2929
"@swc/helpers": "~0.5.15",
3030
"eslint": "^8.57.0",
3131
"jest": "^29.7.0",
32-
"nx": "20.1.2",
32+
"nx": "20.0.1",
3333
"prettier": "^3.3.3",
3434
"typescript": "^5.6.3"
3535
},

0 commit comments

Comments
 (0)