Skip to content

Commit a6a3a80

Browse files
Merge pull request #17 from reload/dependabot/npm_and_yarn/multi-21d9ab333b
2 parents a467353 + 683ab84 commit a6a3a80

File tree

3 files changed

+41
-55
lines changed

3 files changed

+41
-55
lines changed

package-lock.json

Lines changed: 38 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"devDependencies": {
5858
"@types/node": "^24.3.0",
5959
"@types/supports-color": "^10.0.0",
60-
"@types/tape": "^5.6.4",
60+
"@types/tape": "^5.8.1",
6161
"@types/yargs": "^17.0.33",
6262
"@typescript-eslint/eslint-plugin": "^5.62.0",
6363
"@typescript-eslint/parser": "^5.62.0",
6464
"eslint": "^8.13.0",
6565
"eslint-plugin-prettier": "^4.2.5",
6666
"prettier": "^2.6.2",
6767
"tap-spec": "^5.0.0",
68-
"tape": "^5.8.1",
68+
"tape": "^5.9.0",
6969
"ts-node": "^10.9.2",
7070
"typescript": "^5.9.2"
7171
},

test/utils/tsc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import util from "util";
33
const exec = util.promisify(require("child_process").exec);
44

55
export async function typecheck(pathToIndex: string) {
6-
await exec(`tsc ${pathToIndex} --noEmit`, {
6+
await exec(`tsc ${pathToIndex} --noEmit --esModuleInterop`, {
77
env: process.env,
88
});
99
}

0 commit comments

Comments
 (0)