Skip to content

Commit

Permalink
Update esbuild to 0.20.2 (#372)
Browse files Browse the repository at this point in the history
- Also add deps for edge-to-origin package
  • Loading branch information
huntharo authored Apr 26, 2024
1 parent eb105a7 commit 4c6b077
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"axios": "1.6.0",
"constructs": "10.0.5",
"cross-env": "7.0.3",
"esbuild": "0.17.11",
"esbuild": "0.20.2",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-node": "0.3.7",
Expand Down
2 changes: 2 additions & 0 deletions packages/microapps-edge-to-origin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"@aws-sdk/signature-v4": "3.78.0",
"@aws-sdk/protocol-http": "3.78.0",
"@aws-sdk/node-http-handler": "3.78.0",
"@pwrdrvr/microapps-datalib": "*",
"@pwrdrvr/microapps-router-lib": "*",
"convict": "^6.1.0",
"convict-format-with-validator": "^6.0.1",
"fs-extra": "^9.1.0",
Expand Down
18 changes: 17 additions & 1 deletion packages/microapps-edge-to-origin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"paths": {
"@pwrdrvr/microapps-datalib": [
"../microapps-datalib/*"
],
"@pwrdrvr/microapps-router-lib": [
"../microapps-router-lib/*"
]
},
},
"exclude": ["dist"]
"exclude": ["dist"],
"references": [
{
"path": "../microapps-datalib"
},
{
"path": "../microapps-router-lib"
}
]
}
Loading

0 comments on commit 4c6b077

Please sign in to comment.