Skip to content

Commit 30c3ab1

Browse files
authored
Merge branch 'main' into compass-8322-sort-by-expired
2 parents bfffacd + 52bb21c commit 30c3ab1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package-lock.json

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

packages/query-parser/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "4.2.4",
16+
"version": "4.2.5",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -69,5 +69,8 @@
6969
"prettier": "^2.3.2",
7070
"sinon": "^9.2.3",
7171
"typescript": "^5.0.4"
72+
},
73+
"peerDependencies": {
74+
"bson": "^4.6.3 || ^5 || ^6"
7275
}
7376
}

0 commit comments

Comments
 (0)