Skip to content

Commit 0667cb5

Browse files
committed
chore: update to non-esm version
1 parent 4d911d1 commit 0667cb5

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

package-lock.json

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

packages/compass-e2e-tests/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
mochaGlobalTeardown,
1717
} from './helpers/test-runner-global-fixtures';
1818
import { mochaRootHooks } from './helpers/insert-data';
19+
// @ts-expect-error no types for this package
1920
import logRunning from 'why-is-node-running';
2021

2122
const debug = Debug('compass-e2e-tests');

packages/compass-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"tree-kill": "^1.2.2",
7373
"ts-node": "^10.9.1",
7474
"webdriverio": "^8.40.0",
75-
"why-is-node-running": "^3.2.0",
75+
"why-is-node-running": "^2.3.0",
7676
"xvfb-maybe": "^0.2.1"
7777
}
7878
}

0 commit comments

Comments
 (0)