Skip to content

Commit

Permalink
Update dependency zipkin-transport-http to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 25, 2018
1 parent 3813f45 commit acf0a91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2",
"zipkin": "0.10.1",
"zipkin-javascript-opentracing": "file:../..",
"zipkin-transport-http": "0.10.1"
"zipkin-transport-http": "0.13.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions e2e-tests/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7186,9 +7186,9 @@ yauzl@2.8.0:
"zipkin-javascript-opentracing@file:../..":
version "1.5.1"

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.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/zipkin-transport-http/-/zipkin-transport-http-0.13.0.tgz#eaae906bcc420af6e9251e5ace7bff97ba181953"
dependencies:
node-fetch "^1.5.3"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"opentracing": "0.14.1",
"prettier": "1.12.0",
"zipkin": "0.10.1",
"zipkin-transport-http": "0.10.1"
"zipkin-transport-http": "0.13.0"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
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.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/zipkin-transport-http/-/zipkin-transport-http-0.13.0.tgz#eaae906bcc420af6e9251e5ace7bff97ba181953"
dependencies:
node-fetch "^1.5.3"

Expand Down

0 comments on commit acf0a91

Please sign in to comment.