Skip to content

Commit

Permalink
chore: pin @types/bson version in mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
kobi-co committed Feb 6, 2023
1 parent 5ee18ab commit 6293719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"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 @@ -61,6 +61,7 @@
"mocha": "7.2.0",
"mongodb": "3.6.11",
"@types/mongodb": "3.6.20",
"@types/bson": "4.0.5",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"test-all-versions": "5.0.1",
Expand All @@ -71,8 +72,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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".",
"outDir": "build"
"outDir": "build",
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit 6293719

Please sign in to comment.