Skip to content

Commit

Permalink
chore: update core and api to 0.21.0 (open-telemetry#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Jun 12, 2021
1 parent 6265dcc commit 56adeef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"access": "public"
},
"peerDependencies": {
"@opentelemetry/api": "^0.20.0"
"@opentelemetry/api": "^0.21.0"
},
"devDependencies": {
"@opentelemetry/api": "0.20.0",
"@opentelemetry/api": "0.21.0",
"@types/mocha": "8.2.2",
"@types/node": "14.17.2",
"@types/webpack-env": "1.16.0",
Expand All @@ -71,6 +71,6 @@
"webpack": "4.46.0"
},
"dependencies": {
"@opentelemetry/core": "^0.20.0"
"@opentelemetry/core": "^0.21.0"
}
}

0 comments on commit 56adeef

Please sign in to comment.