Skip to content

Commit

Permalink
fix(mongodb-query-parser): missing bson peer dependency (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Sep 19, 2024
1 parent ca8aea2 commit 42c7f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/query-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"prettier": "^2.3.2",
"sinon": "^9.2.3",
"typescript": "^5.0.4"
},
"peerDependencies": {
"bson": "^4.6.3 || ^5 || ^6"
}
}

0 comments on commit 42c7f37

Please sign in to comment.