Skip to content

Commit 88dfcb3

Browse files
authored
Merge pull request #255 from shlinkio/dependabot/npm_and_yarn/recharts-2.12.0
Bump recharts from 2.11.0 to 2.12.0
2 parents efdfca1 + 96643c8 commit 88dfcb3

5 files changed

+14
-59
lines changed

package-lock.json

+13-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react-leaflet": "^4.2.1",
7474
"react-swipeable": "^7.0.1",
7575
"react-tag-autocomplete": "^7.1.0",
76-
"recharts": "^2.11.0"
76+
"recharts": "^2.12.0"
7777
},
7878
"devDependencies": {
7979
"@shlinkio/eslint-config-js-coding-standard": "~2.3.0",

test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap

-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 1`] = `
5959
</svg>
6060
<div
6161
class="recharts-tooltip-wrapper"
62-
role="dialog"
6362
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
6463
tabindex="-1"
6564
>
@@ -200,7 +199,6 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 2`] = `
200199
</svg>
201200
<div
202201
class="recharts-tooltip-wrapper"
203-
role="dialog"
204202
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
205203
tabindex="-1"
206204
>
@@ -345,7 +343,6 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 3`] = `
345343
</svg>
346344
<div
347345
class="recharts-tooltip-wrapper"
348-
role="dialog"
349346
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
350347
tabindex="-1"
351348
>

test/visits/charts/__snapshots__/HorizontalBarChart.test.tsx.snap

-6
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 1`] = `
479479
</svg>
480480
<div
481481
class="recharts-tooltip-wrapper"
482-
role="dialog"
483482
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
484483
tabindex="-1"
485484
>
@@ -994,7 +993,6 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 2`] = `
994993
</svg>
995994
<div
996995
class="recharts-tooltip-wrapper"
997-
role="dialog"
998996
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
999997
tabindex="-1"
1000998
>
@@ -1566,7 +1564,6 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 3`] = `
15661564
</svg>
15671565
<div
15681566
class="recharts-tooltip-wrapper"
1569-
role="dialog"
15701567
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
15711568
tabindex="-1"
15721569
>
@@ -2138,7 +2135,6 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 4`] = `
21382135
</svg>
21392136
<div
21402137
class="recharts-tooltip-wrapper"
2141-
role="dialog"
21422138
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
21432139
tabindex="-1"
21442140
>
@@ -2731,7 +2727,6 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 5`] = `
27312727
</svg>
27322728
<div
27332729
class="recharts-tooltip-wrapper"
2734-
role="dialog"
27352730
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
27362731
tabindex="-1"
27372732
>
@@ -3303,7 +3298,6 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 6`] = `
33033298
</svg>
33043299
<div
33053300
class="recharts-tooltip-wrapper"
3306-
role="dialog"
33073301
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
33083302
tabindex="-1"
33093303
>

test/visits/charts/__snapshots__/LineChartCard.test.tsx.snap

-5
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ exports[`<LineChartCard /> > renders chart with expected data 1`] = `
163163
</svg>
164164
<div
165165
class="recharts-tooltip-wrapper"
166-
role="dialog"
167166
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
168167
tabindex="-1"
169168
>
@@ -346,7 +345,6 @@ exports[`<LineChartCard /> > renders chart with expected data 2`] = `
346345
</svg>
347346
<div
348347
class="recharts-tooltip-wrapper"
349-
role="dialog"
350348
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
351349
tabindex="-1"
352350
>
@@ -924,7 +922,6 @@ exports[`<LineChartCard /> > renders chart with expected data 3`] = `
924922
</svg>
925923
<div
926924
class="recharts-tooltip-wrapper"
927-
role="dialog"
928925
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
929926
tabindex="-1"
930927
>
@@ -1516,7 +1513,6 @@ exports[`<LineChartCard /> > renders chart with expected data 4`] = `
15161513
</svg>
15171514
<div
15181515
class="recharts-tooltip-wrapper"
1519-
role="dialog"
15201516
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
15211517
tabindex="-1"
15221518
>
@@ -9177,7 +9173,6 @@ exports[`<LineChartCard /> > renders chart with expected data 5`] = `
91779173
</svg>
91789174
<div
91799175
class="recharts-tooltip-wrapper"
9180-
role="dialog"
91819176
style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;"
91829177
tabindex="-1"
91839178
>

0 commit comments

Comments
 (0)