Skip to content

Commit ba93a57

Browse files
committed
chore: fix depalign, use script for runtime-support-nocov
1 parent 197e772 commit ba93a57

File tree

3 files changed

+3
-158
lines changed

3 files changed

+3
-158
lines changed

package-lock.json

Lines changed: 1 addition & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@mongodb-js/prettier-config-devtools": "^1.0.1",
3838
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
3939
"eslint": "^7.25.0",
40-
"mocha": "^10.2.0",
40+
"mocha": "^11.7.5",
4141
"prettier": "^2.8.8"
4242
},
4343
"dependencies": {

packages/shell-api/scripts/api-postprocess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as babel from '@babel/core';
22
import type * as BabelTypes from '@babel/types';
33
import { promises as fs } from 'fs';
44
import path from 'path';
5-
import { signatures } from '../lib';
5+
import { signatures } from '../src';
66
import enUs from '../../i18n/src/locales/en_US';
77

88
function applyAsyncRewriterChanges() {

0 commit comments

Comments
 (0)