Skip to content

Commit f845536

Browse files
authored
fix(deps): use the new autocomplete with bundled types MONGOSH-2350 (#2494)
use the new autocomplete with bundled types
1 parent de879a5 commit f845536

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 10 additions & 10 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
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
4747
"@mongosh/shell-api": "^3.16.2",
48-
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.1",
48+
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
4949
"semver": "^7.5.4"
5050
}
5151
}

packages/browser-runtime-core/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-
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.1",
44+
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
4545
"@mongosh/types": "3.8.2",
4646
"bson": "^6.10.3",
4747
"depcheck": "^1.4.7",

packages/shell-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@microsoft/api-extractor": "^7.39.3",
6666
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
67-
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.1",
67+
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
6868
"@mongodb-js/prettier-config-devtools": "^1.0.1",
6969
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
7070
"@mongosh/types": "3.8.2",

0 commit comments

Comments
 (0)