Skip to content

Commit 0d5aeb5

Browse files
committed
chore: fix check
1 parent fafa0ed commit 0d5aeb5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

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

packages/arg-parser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
5757
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5858
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
59+
"@types/yargs-parser": "^21.0.3",
5960
"depcheck": "^1.4.7",
6061
"eslint": "^7.25.0",
6162
"mongodb": "^6.19.0",

packages/cli-repl/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@
9292
"pretty-repl": "^4.0.1",
9393
"semver": "^7.5.4",
9494
"strip-ansi": "^6.0.0",
95-
"text-table": "^0.2.0",
96-
"glibc-version": "^1.0.0"
95+
"text-table": "^0.2.0"
9796
},
9897
"devDependencies": {
9998
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
@@ -106,7 +105,6 @@
106105
"@types/node": "^22.15.30",
107106
"@types/numeral": "^2.0.2",
108107
"@types/text-table": "^0.2.1",
109-
"@types/yargs-parser": "^15.0.0",
110108
"chai-as-promised": "^8.0.2",
111109
"depcheck": "^1.4.7",
112110
"eslint": "^7.25.0",

0 commit comments

Comments
 (0)