Skip to content

Commit 1b8027d

Browse files
committed
esbuild version
1 parent b355446 commit 1b8027d

3 files changed

Lines changed: 1245 additions & 1043 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ deploy: # Deploy the project artefact to the target environment @Pipeline
2424

2525
clean:: # Clean-up project resources (main) @Operations
2626
rm -f .version
27+
find . -type d -name 'node_modules' -prune -exec rm -rf {} +
2728
(cd sdk && make clean)
2829
# Take out for now - might add again in the future
2930
# (cd server && make clean)

lambdas/mi-updates-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@nhsdigital/nhs-notify-event-schemas-supplier-api": "*",
77
"aws-embedded-metrics": "^4.2.1",
88
"aws-lambda": "^1.0.6",
9-
"esbuild": "^0.24.2",
9+
"esbuild": "^0.27.3",
1010
"pino": "^10.1.0",
1111
"zod": "^4.1.13"
1212
},

0 commit comments

Comments
 (0)