Skip to content

Commit 4a71de1

Browse files
committed
Merge branch 'master' of github.com:devinit/charts
2 parents 6545244 + f136f45 commit 4a71de1

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"@storybook/addon-actions": "3.4.0",
10-
"@storybook/addon-info": "^3.4.0",
10+
"@storybook/addon-info": "3.4.0",
1111
"@storybook/addon-links": "3.4.0",
1212
"@storybook/addon-storyshots": "3.4.0",
1313
"@storybook/addons": "3.4.0",
@@ -17,8 +17,8 @@
1717
"@types/jest": "22.2.2",
1818
"@types/lodash": "4.14.106",
1919
"@types/object-hash": "1.2.0",
20-
"@types/react": "^16.3.5",
21-
"awesome-typescript-loader": "4.0.0",
20+
"@types/react": "16.3.5",
21+
"awesome-typescript-loader": "4.0.1",
2222
"css-loader": "0.28.11",
2323
"git-pre-hooks": "1.2.0",
2424
"jest": "22.4.3",
@@ -30,7 +30,7 @@
3030
"less": "3.0.1",
3131
"less-loader": "4.1.0",
3232
"node-dev": "3.1.3",
33-
"react-docgen-typescript-webpack-plugin": "^1.1.0",
33+
"react-docgen-typescript-webpack-plugin": "1.1.0",
3434
"ts-jest": "22.4.2",
3535
"release-it": "7.3.0",
3636
"react": "16.3.1",

packages/bar/src/tooltip/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ export default (container: HTMLElement, labeling: Labeling, orientation: string)
1818
.attr('r', 3)
1919
.attr('fill', 'transparent');
2020

21-
const placement = _orientation => {
21+
const placement = pOrientation => {
2222
return {
2323
'vertical': 'top',
2424
'horizontal': 'right',
2525
'inverted-vertical': 'bottom',
2626
'inverted-horizontal': 'left',
27-
}[_orientation];
27+
}[pOrientation];
2828
};
2929

3030
const tip = Tooltip(tooltipAnchor.node(), {

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"d3": "5.0.0",
1515
"lodash": "4.17.5",
1616
"plottable": "3.8.2",
17-
"react": "16.3.0",
18-
"react-dom": "16.3.0"
17+
"react": "16.3.1",
18+
"react-dom": "16.3.1"
1919
},
2020
"directories": {
2121
"lib": "./lib",

packages/core/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,18 +737,18 @@ [email protected]:
737737
version "0.25.0"
738738
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"
739739

740-
741-
version "16.3.0"
742-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.0.tgz#b318e52184188ecb5c3e81117420cca40618643e"
740+
741+
version "16.3.1"
742+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
743743
dependencies:
744744
fbjs "^0.8.16"
745745
loose-envify "^1.1.0"
746746
object-assign "^4.1.1"
747747
prop-types "^15.6.0"
748748

749-
750-
version "16.3.0"
751-
resolved "https://registry.yarnpkg.com/react/-/react-16.3.0.tgz#fc5a01c68f91e9b38e92cf83f7b795ebdca8ddff"
749+
750+
version "16.3.1"
751+
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
752752
dependencies:
753753
fbjs "^0.8.16"
754754
loose-envify "^1.1.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
react-inspector "^2.2.2"
7070
uuid "^3.2.1"
7171

72-
"@storybook/addon-info@^3.4.0":
72+
"@storybook/[email protected]":
7373
version "3.4.0"
7474
resolved "https://registry.yarnpkg.com/@storybook/addon-info/-/addon-info-3.4.0.tgz#26cb866c596208721642c7635fc87909f89c809c"
7575
dependencies:
@@ -486,7 +486,7 @@
486486
version "1.2.0"
487487
resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-1.2.0.tgz#d65904331bd0b05c7d5ece75f9ddfdbe82affd30"
488488

489-
"@types/react@^16.3.5":
489+
490490
version "16.3.5"
491491
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.5.tgz#bd3b21285602ea7cadb4b9e0d9711d96fd5692cc"
492492
dependencies:
@@ -916,9 +916,9 @@ autoprefixer@^7.2.6:
916916
postcss "^6.0.17"
917917
postcss-value-parser "^3.2.3"
918918

919-
920-
version "4.0.0"
921-
resolved "https://registry.yarnpkg.com/awesome-typescript-loader/-/awesome-typescript-loader-4.0.0.tgz#486479ec2efb6069d158420e9851a5b515a24a15"
919+
920+
version "4.0.1"
921+
resolved "https://registry.yarnpkg.com/awesome-typescript-loader/-/awesome-typescript-loader-4.0.1.tgz#bddae8183f06eb65184390d596e4342ca2089281"
922922
dependencies:
923923
chalk "^2.3.1"
924924
enhanced-resolve "3.3.0"
@@ -8487,7 +8487,7 @@ react-dev-utils@^5.0.0:
84878487
strip-ansi "3.0.1"
84888488
text-table "0.2.0"
84898489

8490-
react-docgen-typescript-webpack-plugin@^1.1.0:
8490+
84918491
version "1.1.0"
84928492
resolved "https://registry.yarnpkg.com/react-docgen-typescript-webpack-plugin/-/react-docgen-typescript-webpack-plugin-1.1.0.tgz#4bfb8c3312fce487083924842cf03f66177ab9df"
84938493
dependencies:

0 commit comments

Comments
 (0)