Skip to content

Commit e433c6d

Browse files
committed
chore: add nx group, and fix broken nx on mac
1 parent 232818d commit e433c6d

File tree

2 files changed

+240
-13
lines changed

2 files changed

+240
-13
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
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
},

lambdas/yarn.lock

Lines changed: 237 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,6 +3241,24 @@ __metadata:
32413241
languageName: node
32423242
linkType: hard
32433243

3244+
"@nx/devkit@npm:20.0.1":
3245+
version: 20.0.1
3246+
resolution: "@nx/devkit@npm:20.0.1"
3247+
dependencies:
3248+
ejs: "npm:^3.1.7"
3249+
enquirer: "npm:~2.3.6"
3250+
ignore: "npm:^5.0.4"
3251+
minimatch: "npm:9.0.3"
3252+
semver: "npm:^7.5.3"
3253+
tmp: "npm:~0.2.1"
3254+
tslib: "npm:^2.3.0"
3255+
yargs-parser: "npm:21.1.1"
3256+
peerDependencies:
3257+
nx: ">= 19 <= 21"
3258+
checksum: 10c0/40da61efd91f984cad564e6198b689492e666c85914ad37256c0e0617c2c4cd80c9c88eac3938dd448af4683ab969e8ebf1169d59e05580a82408bead75ffe33
3259+
languageName: node
3260+
linkType: hard
3261+
32443262
"@nx/devkit@npm:20.0.8":
32453263
version: 20.0.8
32463264
resolution: "@nx/devkit@npm:20.0.8"
@@ -3296,14 +3314,14 @@ __metadata:
32963314
languageName: node
32973315
linkType: hard
32983316

3299-
"@nx/jest@npm:20.1.2":
3300-
version: 20.1.2
3301-
resolution: "@nx/jest@npm:20.1.2"
3317+
"@nx/jest@npm:20.0.1":
3318+
version: 20.0.1
3319+
resolution: "@nx/jest@npm:20.0.1"
33023320
dependencies:
33033321
"@jest/reporters": "npm:^29.4.1"
33043322
"@jest/test-result": "npm:^29.4.1"
3305-
"@nx/devkit": "npm:20.1.2"
3306-
"@nx/js": "npm:20.1.2"
3323+
"@nx/devkit": "npm:20.0.1"
3324+
"@nx/js": "npm:20.0.1"
33073325
"@phenomnomnominal/tsquery": "npm:~5.0.1"
33083326
chalk: "npm:^4.1.0"
33093327
identity-obj-proxy: "npm:3.0.0"
@@ -3315,7 +3333,50 @@ __metadata:
33153333
semver: "npm:^7.5.3"
33163334
tslib: "npm:^2.3.0"
33173335
yargs-parser: "npm:21.1.1"
3318-
checksum: 10c0/a6552b264236b7a29d0fa6aad2c2da68b0d3af4f459be296539088f2ff09ce5afd2ee20547b8584f573fec5e5e6c524c2da7a0a83f1df6cdd8cdd694f79c4e94
3336+
checksum: 10c0/f96b96fe86520c09bfbe4db82a3dbe4f6e1b618dd5a28e20b59f416ef9a6b3ffa3a2290145798853fcbf674135a7e74db7ec469aa21362714e6d27379257552f
3337+
languageName: node
3338+
linkType: hard
3339+
3340+
"@nx/js@npm:20.0.1":
3341+
version: 20.0.1
3342+
resolution: "@nx/js@npm:20.0.1"
3343+
dependencies:
3344+
"@babel/core": "npm:^7.23.2"
3345+
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
3346+
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
3347+
"@babel/plugin-transform-runtime": "npm:^7.23.2"
3348+
"@babel/preset-env": "npm:^7.23.2"
3349+
"@babel/preset-typescript": "npm:^7.22.5"
3350+
"@babel/runtime": "npm:^7.22.6"
3351+
"@nx/devkit": "npm:20.0.1"
3352+
"@nx/workspace": "npm:20.0.1"
3353+
"@zkochan/js-yaml": "npm:0.0.7"
3354+
babel-plugin-const-enum: "npm:^1.0.1"
3355+
babel-plugin-macros: "npm:^2.8.0"
3356+
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
3357+
chalk: "npm:^4.1.0"
3358+
columnify: "npm:^1.6.0"
3359+
detect-port: "npm:^1.5.1"
3360+
enquirer: "npm:~2.3.6"
3361+
fast-glob: "npm:3.2.7"
3362+
ignore: "npm:^5.0.4"
3363+
js-tokens: "npm:^4.0.0"
3364+
jsonc-parser: "npm:3.2.0"
3365+
minimatch: "npm:9.0.3"
3366+
npm-package-arg: "npm:11.0.1"
3367+
npm-run-path: "npm:^4.0.1"
3368+
ora: "npm:5.3.0"
3369+
semver: "npm:^7.5.3"
3370+
source-map-support: "npm:0.5.19"
3371+
ts-node: "npm:10.9.1"
3372+
tsconfig-paths: "npm:^4.1.2"
3373+
tslib: "npm:^2.3.0"
3374+
peerDependencies:
3375+
verdaccio: ^5.0.4
3376+
peerDependenciesMeta:
3377+
verdaccio:
3378+
optional: true
3379+
checksum: 10c0/6b4b91d7e4bb60f969f6a5dea856fd3605e205573294aaf91a690d9fad9ba16b2374cde7bcd659c060d1365f08e495b20956cc48f55b4737579e9ce6eeb18627
33193380
languageName: node
33203381
linkType: hard
33213382

@@ -3362,7 +3423,7 @@ __metadata:
33623423
languageName: node
33633424
linkType: hard
33643425

3365-
"@nx/js@npm:20.1.2, @nx/js@npm:^20.1.2":
3426+
"@nx/js@npm:^20.0.1":
33663427
version: 20.1.2
33673428
resolution: "@nx/js@npm:20.1.2"
33683429
dependencies:
@@ -3405,6 +3466,13 @@ __metadata:
34053466
languageName: node
34063467
linkType: hard
34073468

3469+
"@nx/nx-darwin-arm64@npm:20.0.1":
3470+
version: 20.0.1
3471+
resolution: "@nx/nx-darwin-arm64@npm:20.0.1"
3472+
conditions: os=darwin & cpu=arm64
3473+
languageName: node
3474+
linkType: hard
3475+
34083476
"@nx/nx-darwin-arm64@npm:20.0.8":
34093477
version: 20.0.8
34103478
resolution: "@nx/nx-darwin-arm64@npm:20.0.8"
@@ -3419,6 +3487,13 @@ __metadata:
34193487
languageName: node
34203488
linkType: hard
34213489

3490+
"@nx/nx-darwin-x64@npm:20.0.1":
3491+
version: 20.0.1
3492+
resolution: "@nx/nx-darwin-x64@npm:20.0.1"
3493+
conditions: os=darwin & cpu=x64
3494+
languageName: node
3495+
linkType: hard
3496+
34223497
"@nx/nx-darwin-x64@npm:20.0.8":
34233498
version: 20.0.8
34243499
resolution: "@nx/nx-darwin-x64@npm:20.0.8"
@@ -3433,6 +3508,13 @@ __metadata:
34333508
languageName: node
34343509
linkType: hard
34353510

3511+
"@nx/nx-freebsd-x64@npm:20.0.1":
3512+
version: 20.0.1
3513+
resolution: "@nx/nx-freebsd-x64@npm:20.0.1"
3514+
conditions: os=freebsd & cpu=x64
3515+
languageName: node
3516+
linkType: hard
3517+
34363518
"@nx/nx-freebsd-x64@npm:20.0.8":
34373519
version: 20.0.8
34383520
resolution: "@nx/nx-freebsd-x64@npm:20.0.8"
@@ -3447,6 +3529,13 @@ __metadata:
34473529
languageName: node
34483530
linkType: hard
34493531

3532+
"@nx/nx-linux-arm-gnueabihf@npm:20.0.1":
3533+
version: 20.0.1
3534+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.0.1"
3535+
conditions: os=linux & cpu=arm
3536+
languageName: node
3537+
linkType: hard
3538+
34503539
"@nx/nx-linux-arm-gnueabihf@npm:20.0.8":
34513540
version: 20.0.8
34523541
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.0.8"
@@ -3461,6 +3550,13 @@ __metadata:
34613550
languageName: node
34623551
linkType: hard
34633552

3553+
"@nx/nx-linux-arm64-gnu@npm:20.0.1":
3554+
version: 20.0.1
3555+
resolution: "@nx/nx-linux-arm64-gnu@npm:20.0.1"
3556+
conditions: os=linux & cpu=arm64 & libc=glibc
3557+
languageName: node
3558+
linkType: hard
3559+
34643560
"@nx/nx-linux-arm64-gnu@npm:20.0.8":
34653561
version: 20.0.8
34663562
resolution: "@nx/nx-linux-arm64-gnu@npm:20.0.8"
@@ -3475,6 +3571,13 @@ __metadata:
34753571
languageName: node
34763572
linkType: hard
34773573

3574+
"@nx/nx-linux-arm64-musl@npm:20.0.1":
3575+
version: 20.0.1
3576+
resolution: "@nx/nx-linux-arm64-musl@npm:20.0.1"
3577+
conditions: os=linux & cpu=arm64 & libc=musl
3578+
languageName: node
3579+
linkType: hard
3580+
34783581
"@nx/nx-linux-arm64-musl@npm:20.0.8":
34793582
version: 20.0.8
34803583
resolution: "@nx/nx-linux-arm64-musl@npm:20.0.8"
@@ -3489,6 +3592,13 @@ __metadata:
34893592
languageName: node
34903593
linkType: hard
34913594

3595+
"@nx/nx-linux-x64-gnu@npm:20.0.1":
3596+
version: 20.0.1
3597+
resolution: "@nx/nx-linux-x64-gnu@npm:20.0.1"
3598+
conditions: os=linux & cpu=x64 & libc=glibc
3599+
languageName: node
3600+
linkType: hard
3601+
34923602
"@nx/nx-linux-x64-gnu@npm:20.0.8":
34933603
version: 20.0.8
34943604
resolution: "@nx/nx-linux-x64-gnu@npm:20.0.8"
@@ -3503,6 +3613,13 @@ __metadata:
35033613
languageName: node
35043614
linkType: hard
35053615

3616+
"@nx/nx-linux-x64-musl@npm:20.0.1":
3617+
version: 20.0.1
3618+
resolution: "@nx/nx-linux-x64-musl@npm:20.0.1"
3619+
conditions: os=linux & cpu=x64 & libc=musl
3620+
languageName: node
3621+
linkType: hard
3622+
35063623
"@nx/nx-linux-x64-musl@npm:20.0.8":
35073624
version: 20.0.8
35083625
resolution: "@nx/nx-linux-x64-musl@npm:20.0.8"
@@ -3517,6 +3634,13 @@ __metadata:
35173634
languageName: node
35183635
linkType: hard
35193636

3637+
"@nx/nx-win32-arm64-msvc@npm:20.0.1":
3638+
version: 20.0.1
3639+
resolution: "@nx/nx-win32-arm64-msvc@npm:20.0.1"
3640+
conditions: os=win32 & cpu=arm64
3641+
languageName: node
3642+
linkType: hard
3643+
35203644
"@nx/nx-win32-arm64-msvc@npm:20.0.8":
35213645
version: 20.0.8
35223646
resolution: "@nx/nx-win32-arm64-msvc@npm:20.0.8"
@@ -3531,6 +3655,13 @@ __metadata:
35313655
languageName: node
35323656
linkType: hard
35333657

3658+
"@nx/nx-win32-x64-msvc@npm:20.0.1":
3659+
version: 20.0.1
3660+
resolution: "@nx/nx-win32-x64-msvc@npm:20.0.1"
3661+
conditions: os=win32 & cpu=x64
3662+
languageName: node
3663+
linkType: hard
3664+
35343665
"@nx/nx-win32-x64-msvc@npm:20.0.8":
35353666
version: 20.0.8
35363667
resolution: "@nx/nx-win32-x64-msvc@npm:20.0.8"
@@ -3545,6 +3676,20 @@ __metadata:
35453676
languageName: node
35463677
linkType: hard
35473678

3679+
"@nx/workspace@npm:20.0.1":
3680+
version: 20.0.1
3681+
resolution: "@nx/workspace@npm:20.0.1"
3682+
dependencies:
3683+
"@nx/devkit": "npm:20.0.1"
3684+
chalk: "npm:^4.1.0"
3685+
enquirer: "npm:~2.3.6"
3686+
nx: "npm:20.0.1"
3687+
tslib: "npm:^2.3.0"
3688+
yargs-parser: "npm:21.1.1"
3689+
checksum: 10c0/662814e868de6f2964a15c47f5e3359d9d092cd68eda03ed6e31a17357dd8921385669888741f157700dfbeeaec0323604d55ed2bf5a9e036323357fb91c051a
3690+
languageName: node
3691+
linkType: hard
3692+
35483693
"@nx/workspace@npm:20.0.8":
35493694
version: 20.0.8
35503695
resolution: "@nx/workspace@npm:20.0.8"
@@ -8671,14 +8816,14 @@ __metadata:
86718816
resolution: "lambdas@workspace:."
86728817
dependencies:
86738818
"@nx/eslint": "npm:20.0.8"
8674-
"@nx/jest": "npm:20.1.2"
8675-
"@nx/js": "npm:^20.1.2"
8819+
"@nx/jest": "npm:20.0.1"
8820+
"@nx/js": "npm:^20.0.1"
86768821
"@swc-node/register": "npm:~1.10.9"
86778822
"@swc/core": "npm:~1.7.40"
86788823
"@swc/helpers": "npm:~0.5.15"
86798824
eslint: "npm:^8.57.0"
86808825
jest: "npm:^29.7.0"
8681-
nx: "npm:20.1.2"
8826+
nx: "npm:20.0.1"
86828827
prettier: "npm:^3.3.3"
86838828
typescript: "npm:^5.6.3"
86848829
languageName: unknown
@@ -9277,6 +9422,88 @@ __metadata:
92779422
languageName: node
92789423
linkType: hard
92799424

9425+
"nx@npm:20.0.1":
9426+
version: 20.0.1
9427+
resolution: "nx@npm:20.0.1"
9428+
dependencies:
9429+
"@napi-rs/wasm-runtime": "npm:0.2.4"
9430+
"@nx/nx-darwin-arm64": "npm:20.0.1"
9431+
"@nx/nx-darwin-x64": "npm:20.0.1"
9432+
"@nx/nx-freebsd-x64": "npm:20.0.1"
9433+
"@nx/nx-linux-arm-gnueabihf": "npm:20.0.1"
9434+
"@nx/nx-linux-arm64-gnu": "npm:20.0.1"
9435+
"@nx/nx-linux-arm64-musl": "npm:20.0.1"
9436+
"@nx/nx-linux-x64-gnu": "npm:20.0.1"
9437+
"@nx/nx-linux-x64-musl": "npm:20.0.1"
9438+
"@nx/nx-win32-arm64-msvc": "npm:20.0.1"
9439+
"@nx/nx-win32-x64-msvc": "npm:20.0.1"
9440+
"@yarnpkg/lockfile": "npm:^1.1.0"
9441+
"@yarnpkg/parsers": "npm:3.0.0-rc.46"
9442+
"@zkochan/js-yaml": "npm:0.0.7"
9443+
axios: "npm:^1.7.4"
9444+
chalk: "npm:^4.1.0"
9445+
cli-cursor: "npm:3.1.0"
9446+
cli-spinners: "npm:2.6.1"
9447+
cliui: "npm:^8.0.1"
9448+
dotenv: "npm:~16.4.5"
9449+
dotenv-expand: "npm:~11.0.6"
9450+
enquirer: "npm:~2.3.6"
9451+
figures: "npm:3.2.0"
9452+
flat: "npm:^5.0.2"
9453+
front-matter: "npm:^4.0.2"
9454+
ignore: "npm:^5.0.4"
9455+
jest-diff: "npm:^29.4.1"
9456+
jsonc-parser: "npm:3.2.0"
9457+
lines-and-columns: "npm:2.0.3"
9458+
minimatch: "npm:9.0.3"
9459+
node-machine-id: "npm:1.1.12"
9460+
npm-run-path: "npm:^4.0.1"
9461+
open: "npm:^8.4.0"
9462+
ora: "npm:5.3.0"
9463+
semver: "npm:^7.5.3"
9464+
string-width: "npm:^4.2.3"
9465+
tar-stream: "npm:~2.2.0"
9466+
tmp: "npm:~0.2.1"
9467+
tsconfig-paths: "npm:^4.1.2"
9468+
tslib: "npm:^2.3.0"
9469+
yargs: "npm:^17.6.2"
9470+
yargs-parser: "npm:21.1.1"
9471+
peerDependencies:
9472+
"@swc-node/register": ^1.8.0
9473+
"@swc/core": ^1.3.85
9474+
dependenciesMeta:
9475+
"@nx/nx-darwin-arm64":
9476+
optional: true
9477+
"@nx/nx-darwin-x64":
9478+
optional: true
9479+
"@nx/nx-freebsd-x64":
9480+
optional: true
9481+
"@nx/nx-linux-arm-gnueabihf":
9482+
optional: true
9483+
"@nx/nx-linux-arm64-gnu":
9484+
optional: true
9485+
"@nx/nx-linux-arm64-musl":
9486+
optional: true
9487+
"@nx/nx-linux-x64-gnu":
9488+
optional: true
9489+
"@nx/nx-linux-x64-musl":
9490+
optional: true
9491+
"@nx/nx-win32-arm64-msvc":
9492+
optional: true
9493+
"@nx/nx-win32-x64-msvc":
9494+
optional: true
9495+
peerDependenciesMeta:
9496+
"@swc-node/register":
9497+
optional: true
9498+
"@swc/core":
9499+
optional: true
9500+
bin:
9501+
nx: bin/nx.js
9502+
nx-cloud: bin/nx-cloud.js
9503+
checksum: 10c0/6a0fbe0b438b30a3bb0eefde685377bdc2a5547509e3273cf20d97d1acdde2aba190560739ccf419452f312e90dc4abeba9dcee01348aa6d6378d39137fc47e1
9504+
languageName: node
9505+
linkType: hard
9506+
92809507
"nx@npm:20.0.8":
92819508
version: 20.0.8
92829509
resolution: "nx@npm:20.0.8"

0 commit comments

Comments
 (0)