Skip to content

Commit c00ea89

Browse files
committed
[Tests] override attw's typescript to the root version to fix bun npm ls
`@arethetypeswrong/core` hard-pins `typescript@5.6.1-rc`. Under bun, the single hoisted `typescript@next` (now a 6.0.0-dev nightly) is shared with attw, so the post-install `npm ls` flags it as invalid and every `bun i` matrix job fails. Pinning attw's `typescript` to `$typescript` dedupes both onto the root version, which `npm ls` accepts. Upstream: arethetypeswrong/arethetypeswrong.github.io#254
1 parent e741737 commit c00ea89

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
"android-browser/4.2"
113113
]
114114
},
115+
"overrides": {
116+
"@arethetypeswrong/core": {
117+
"typescript": "$typescript"
118+
}
119+
},
115120
"engines": {
116121
"node": ">= 0.4"
117122
},

0 commit comments

Comments
 (0)