Skip to content

Commit 149ed98

Browse files
authored
chore(mongodb-ts-autocomplete): bump shell-api to 3.13.0 and make the peer dep optional (#547)
1 parent e77027a commit 149ed98

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package-lock.json

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

packages/mongodb-ts-autocomplete/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@
4848
"extract-types": "ts-node scripts/extract-types.ts"
4949
},
5050
"peerDependencies": {
51-
"@mongosh/shell-api": "^3.11.0"
51+
"@mongosh/shell-api": "^3.13.0"
52+
},
53+
"peerDependenciesMeta": {
54+
"@mongosh/shell-api": {
55+
"optional": true
56+
}
5257
},
5358
"dependencies": {
5459
"@mongodb-js/ts-autocomplete": "^0.3.2",
@@ -61,7 +66,7 @@
6166
"@mongodb-js/mocha-config-devtools": "^1.0.5",
6267
"@mongodb-js/prettier-config-devtools": "^1.0.2",
6368
"@mongodb-js/tsconfig-devtools": "^1.0.3",
64-
"@mongosh/shell-api": "^3.11.0",
69+
"@mongosh/shell-api": "^3.13.0",
6570
"@types/chai": "^4.2.21",
6671
"@types/mocha": "^9.1.1",
6772
"@types/node": "^22.15.30",

0 commit comments

Comments
 (0)