Skip to content

Commit

Permalink
chore: harmonize dependencies (open-telemetry#1020)
Browse files Browse the repository at this point in the history
* chore: harmonize dependencies

Harmonize dependencies by using following rules:
* peer and dev depend on API ^1.0.0 (like in core repo)
* depend on SDK ^1.0.0 (don't limit user)
* dev-depend on latest SDK pinned (like other deps)
* pin dependencies within the lerna project (like in core repo)

* chore: re-add shimmer
  • Loading branch information
Flarna committed May 14, 2022
1 parent 2423132 commit ab718c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@opentelemetry/api": "1.0.2",
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.3",
"@types/node": "16.11.21",
"@types/webpack-env": "1.16.2",
Expand Down

0 comments on commit ab718c0

Please sign in to comment.