Skip to content

Commit 7e5017a

Browse files
committed
chore: issues with some packages
1 parent caaf3eb commit 7e5017a

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

package-lock.json

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

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
5050
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5151
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
52-
"@types/babel__core": "^7.20.1",
52+
"@types/babel__core": "^7.20.5",
5353
"eslint": "^7.25.0",
5454
"prettier": "^2.8.8"
5555
}

packages/js-multiline-to-singleline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
44-
"@types/babel__core": "^7.1.18",
44+
"@types/babel__core": "^7.20.5",
4545
"eslint": "^7.25.0",
4646
"prettier": "^2.8.8"
4747
}

packages/node-runtime-worker-thread/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
"win-export-certificate-and-key": [
7171
"win32"
7272
],
73-
"get-console-process-list": [
74-
"win32"
75-
],
7673
"glibc-version": [
7774
"linux"
7875
]

packages/shell-api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"prettier": "^2.8.8",
7373
"semver": "^7.5.3",
7474
"@babel/core": "^7.26.10",
75-
"@babel/types": "^7.26.10"
75+
"@babel/types": "^7.26.10",
76+
"@types/babel__core": "^7.20.5"
7677
}
7778
}

0 commit comments

Comments
 (0)