Skip to content

Commit f477e8e

Browse files
authored
Merge pull request #951 from constructive-io/devin/1775079026-fix-smithy-dynamic-import
fix: pin @smithy/node-http-handler <4.5.0 to fix Jest VM dynamic import issue
2 parents 89d640e + 3ad5c40 commit f477e8e

2 files changed

Lines changed: 2599 additions & 7490 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"pnpm": {
5151
"overrides": {
5252
"@dataplan/json": "1.0.0",
53-
"graphql": "16.13.0"
53+
"graphql": "16.13.0",
54+
"@smithy/node-http-handler": "<4.5.0"
5455
},
5556
"publicHoistPattern": [
5657
"@jest/test-sequencer"

0 commit comments

Comments
 (0)