Skip to content

Commit 83ad7e4

Browse files
authored
chore(deps): bump mongosh and related deps to latest COMPASS-8922 (#6682)
* chore(deps): bump mongosh and related deps to latest COMPASS-8922 * fixup: use node10 resolution in compass-e2e-tests * fixup: account for new durationMs field in tests * fixup: changed spelling in mongodb-log-writer@2 * fixup: compute shell version via evaluate("version()")
1 parent 89eb2f2 commit 83ad7e4

File tree

21 files changed

+515
-490
lines changed

21 files changed

+515
-490
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
33
"compilerOptions": {
4-
"removeComments": false
4+
"removeComments": false,
5+
"moduleResolution": "node16"
56
}
67
}

0 commit comments

Comments
 (0)