Skip to content

Commit

Permalink
build(deps): bump @mui/lab from 6.0.0-beta.19 to 6.0.0-beta.20 (adopt…
Browse files Browse the repository at this point in the history
…ium#3302)

* build(deps): bump @mui/lab from 6.0.0-beta.19 to 6.0.0-beta.20

Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 6.0.0-beta.19 to 6.0.0-beta.20.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab)

---
updated-dependencies:
- dependency-name: "@mui/lab"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update snapshots

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier FACQ <[email protected]>
  • Loading branch information
dependabot[bot] and xavierfacq authored Dec 19, 2024
1 parent f4dfa49 commit ad72ef0
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 70 deletions.
119 changes: 53 additions & 66 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 @@ -11,7 +11,7 @@
"@fortawesome/fontawesome-free": "^6.7.2",
"@gatsbyjs/reach-router": "^2.0.1",
"@mdx-js/react": "^2.3.0",
"@mui/lab": "^6.0.0-beta.19",
"@mui/lab": "^6.0.0-beta.20",
"@mui/material": "^6.1.7",
"@mui/x-data-grid": "^7.23.2",
"@mui/x-date-pickers": "^7.23.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ exports[`TemurinArchiveTable component > renders correctly - Without checksum 1`
</li>
<li>
<button
aria-current="true"
aria-current="page"
aria-label="page 1"
class="MuiButtonBase-root MuiPaginationItem-root MuiPaginationItem-sizeMedium MuiPaginationItem-text MuiPaginationItem-circular Mui-selected MuiPaginationItem-page css-1l5xwdx-MuiButtonBase-root-MuiPaginationItem-root"
tabindex="0"
Expand Down Expand Up @@ -801,7 +801,7 @@ exports[`TemurinArchiveTable component > renders correctly 1`] = `
</li>
<li>
<button
aria-current="true"
aria-current="page"
aria-label="page 1"
class="MuiButtonBase-root MuiPaginationItem-root MuiPaginationItem-sizeMedium MuiPaginationItem-text MuiPaginationItem-circular Mui-selected MuiPaginationItem-page css-1l5xwdx-MuiButtonBase-root-MuiPaginationItem-root"
tabindex="0"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/__tests__/__snapshots__/news.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ exports[`News page > renders correctly 1`] = `
</li>
<li>
<button
aria-current="true"
aria-current="page"
aria-label="page 1"
class="MuiButtonBase-root MuiPaginationItem-root MuiPaginationItem-sizeMedium MuiPaginationItem-text MuiPaginationItem-circular Mui-selected MuiPaginationItem-page css-1l5xwdx-MuiButtonBase-root-MuiPaginationItem-root"
tabindex="0"
Expand Down

0 comments on commit ad72ef0

Please sign in to comment.