Skip to content

Commit

Permalink
Update dependency @types/d3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 14, 2019
1 parent 4a71de1 commit 90d0192
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@storybook/addon-storyshots": "3.4.0",
"@storybook/addons": "3.4.0",
"@storybook/react": "3.4.0",
"@types/d3": "5.0.0",
"@types/d3": "5.7.1",
"@types/d3-drag": "1.2.0",
"@types/jest": "22.2.2",
"@types/lodash": "4.14.106",
Expand Down
2 changes: 1 addition & 1 deletion packages/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@devinit/prelude": "^1.1.1",
"@devinit-charts/core": "1.0.0",
"d3": "5.0.0",
"d3": "5.9.2",
"lodash": "^4.17.5",
"plottable": "3.8.2",
"tooltip.js": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bubble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@devinit-charts/core": "1.0.0",
"@devinit/prelude": "^1.1.1",
"d3": "5.0.0",
"d3": "5.9.2",
"d3-drag": "^1.1.0",
"lodash": "^4.17.5",
"plottable": "3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@devinit/prelude": "1.1.1",
"d3": "5.0.0",
"d3": "5.9.2",
"lodash": "4.17.5",
"plottable": "3.8.2",
"react": "16.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,9 @@ d3-zoom@1, [email protected]:
d3-selection "1"
d3-transition "1"

d3@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.0.0.tgz#b373ce8ccc953cbe09cef4c1e7e2223b42441df9"
d3@5.9.2:
version "5.9.2"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.9.2.tgz#64e8a7e9c3d96d9e6e4999d2c8a2c829767e67f5"
dependencies:
d3-array "1"
d3-axis "1"
Expand Down
2 changes: 1 addition & 1 deletion packages/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@devinit/prelude": "^1.1.1",
"@devinit-charts/core": "1.0.0",
"d3": "5.0.0",
"d3": "5.9.2",
"lodash": "^4.17.5",
"plottable": "3.8.2",
"tooltip.js": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@devinit/prelude": "^1.1.1",
"@devinit-charts/core": "1.0.0",
"d3": "5.0.0",
"d3": "5.9.2",
"lodash": "^4.17.5",
"plottable": "3.8.2",
"tooltip.js": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@devinit-charts/core": "1.0.0",
"@devinit/prelude": "^1.1.1",
"d3": "5.0.0",
"d3": "5.9.2",
"d3-drag": "^1.1.0",
"lodash": "^4.17.5",
"plottable": "3.8.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@
"@types/d3-interpolate" "*"
"@types/d3-selection" "*"

"@types/d3@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-5.0.0.tgz#fec49f2aea0f0784f829eff38132926e92676d57"
"@types/d3@5.7.1":
version "5.7.1"
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-5.7.1.tgz#99e6b3a558816264a674947822600d3aba8b84b0"
dependencies:
"@types/d3-array" "*"
"@types/d3-axis" "*"
Expand Down

0 comments on commit 90d0192

Please sign in to comment.