Skip to content

Commit

Permalink
Update dependency zipkin-transport-http to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 10, 2018
1 parent ee2b64e commit 68267ea
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 24 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-scripts": "1.1.4",
"zipkin": "0.10.1",
"zipkin-javascript-opentracing": "file:../..",
"zipkin-transport-http": "0.10.1"
"zipkin-transport-http": "0.15.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
8 changes: 4 additions & 4 deletions e2e-tests/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7191,11 +7191,11 @@ yauzl@2.8.0:
fd-slicer "~1.0.1"

"zipkin-javascript-opentracing@file:../..":
version "1.5.1"
version "2.0.0"

zipkin-transport-http@0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/zipkin-transport-http/-/zipkin-transport-http-0.10.1.tgz#615e2bbb3150b3ec0885caf98f6ad013a62ae5bb"
zipkin-transport-http@0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/zipkin-transport-http/-/zipkin-transport-http-0.15.0.tgz#8aa538107c2faeede094366fa9f5a33ae92e594b"
dependencies:
node-fetch "^1.5.3"

Expand Down
46 changes: 31 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"opentracing": "0.14.3",
"prettier": "1.12.0",
"zipkin": "0.10.1",
"zipkin-transport-http": "0.10.1"
"zipkin-transport-http": "0.15.0"
},
"lint-staged": {
"*.{js,css,md}": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4935,9 +4935,9 @@ yargs@~3.10.0:
decamelize "^1.0.0"
window-size "0.1.0"

zipkin-transport-http@0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/zipkin-transport-http/-/zipkin-transport-http-0.10.1.tgz#615e2bbb3150b3ec0885caf98f6ad013a62ae5bb"
zipkin-transport-http@0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/zipkin-transport-http/-/zipkin-transport-http-0.15.0.tgz#8aa538107c2faeede094366fa9f5a33ae92e594b"
dependencies:
node-fetch "^1.5.3"

Expand Down

0 comments on commit 68267ea

Please sign in to comment.