Skip to content

Commit

Permalink
chore: add nx group, and fix broken nx on mac (#4275)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
npalm authored Nov 20, 2024
1 parent 232818d commit ec51082
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 52 deletions.
6 changes: 3 additions & 3 deletions lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"devDependencies": {
"@nx/eslint": "20.0.8",
"@nx/jest": "20.1.2",
"@nx/js": "^20.1.2",
"@nx/jest": "20.0.1",
"@nx/js": "^20.0.1",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.40",
"@swc/helpers": "~0.5.15",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nx": "20.1.2",
"nx": "20.0.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit ec51082

Please sign in to comment.