Skip to content

Commit

Permalink
chore: bump core to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Mar 5, 2021
1 parent 060c977 commit b381381
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/node/opentelemetry-instrumentation-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"access": "public"
},
"devDependencies": {
"@opentelemetry/context-async-hooks": "0.17.0",
"@opentelemetry/node": "0.17.0",
"@opentelemetry/tracing": "0.17.0",
"@opentelemetry/context-async-hooks": "0.18.0",
"@opentelemetry/node": "0.18.0",
"@opentelemetry/tracing": "0.18.0",
"@types/mocha": "7.0.2",
"@types/mongodb": "3.5.25",
"@types/node": "14.0.27",
Expand All @@ -60,8 +60,8 @@
"typescript": "4.1.3"
},
"dependencies": {
"@opentelemetry/api": "^0.17.0",
"@opentelemetry/instrumentation": "^0.17.0",
"@opentelemetry/semantic-conventions": "^0.17.0"
"@opentelemetry/api": "^0.18.0",
"@opentelemetry/instrumentation": "^0.18.0",
"@opentelemetry/semantic-conventions": "^0.18.0"
}
}

0 comments on commit b381381

Please sign in to comment.