Skip to content

Commit

Permalink
Merge b77cad0 into c25ac92
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 29, 2021
2 parents c25ac92 + b77cad0 commit 77a90e6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-api-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"ts-loader": "8.2.0",
"ts-mocha": "8.0.0",
"typescript": "4.3.2",
"webpack": "4.46.0"
"webpack": "5.41.1"
}
}
2 changes: 1 addition & 1 deletion packages/opentelemetry-context-zone-peer-dep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"zone.js": "0.11.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-context-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0"
"webpack": "5.41.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-instrumentation-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-instrumentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-propagator-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0"
"webpack": "5.41.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0"
"webpack": "5.41.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.3.2",
"webpack": "4.46.0",
"webpack": "5.41.1",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3"
},
Expand Down

0 comments on commit 77a90e6

Please sign in to comment.