Skip to content

Commit 42c7f37

Browse files
authored
fix(mongodb-query-parser): missing bson peer dependency (#472)
1 parent ca8aea2 commit 42c7f37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/query-parser/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)