Skip to content

Commit

Permalink
Merge pull request #559 from shlinkio/dependabot/npm_and_yarn/jsdom-2…
Browse files Browse the repository at this point in the history
…6.0.0

Bump jsdom from 25.0.1 to 26.0.0
  • Loading branch information
acelaya authored Jan 13, 2025
2 parents 728c794 + 76249e4 commit 2f4e810
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 57 deletions.
214 changes: 172 additions & 42 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 @@ -98,7 +98,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"history": "^5.3.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.83.1",
"stylelint": "^15.11.0",
Expand Down
6 changes: 3 additions & 3 deletions test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 1`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -202,7 +202,7 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 2`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -345,7 +345,7 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 3`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down
Loading

0 comments on commit 2f4e810

Please sign in to comment.