Skip to content

Commit

Permalink
chore: pin @types/bson version in monorepo root for lerna hoisting
Browse files Browse the repository at this point in the history
  • Loading branch information
kobi-co committed Feb 6, 2023
1 parent a2eb787 commit cb362b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"lerna-changelog": "2.2.0",
"typescript": "4.3.5"
},
"overrides":{
"@types/bson": "4.0.5"
},
"changelog": {
"labels": {
"breaking": ":boom: Breaking Change",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,5 @@
"@opentelemetry/instrumentation": "^0.35.1",
"@opentelemetry/semantic-conventions": "^1.0.0"
},
"overrides":{
"@types/bson": "4.0.5"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb#readme"
}

0 comments on commit cb362b0

Please sign in to comment.