From 959711f9983de835ae8361e61a3cb8e62d1b004c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:44:51 +0000 Subject: [PATCH] build(deps): bump @mui/lab from 6.0.0-beta.21 to 6.0.0-beta.22 (#3323) Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 6.0.0-beta.21 to 6.0.0-beta.22. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 353b39f01..458160b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,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.21", + "@mui/lab": "^6.0.0-beta.22", "@mui/material": "^6.3.1", "@mui/x-data-grid": "^7.23.5", "@mui/x-date-pickers": "^7.23.3", @@ -3957,15 +3957,15 @@ } }, "node_modules/@mui/lab": { - "version": "6.0.0-beta.21", - "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-6.0.0-beta.21.tgz", - "integrity": "sha512-hiFZgTwBNhJMUlEhmqfW4+5wy3C8UF9KFuzSOux6x4kgc9hsC0l+motXcF1Vyh+jhJYGeZ6yUoImqCf9RWzEvw==", + "version": "6.0.0-beta.22", + "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-6.0.0-beta.22.tgz", + "integrity": "sha512-9nwUfBj+UzoQJOCbqV+JcCSJ74T+gGWrM1FMlXzkahtYUcMN+5Zmh2ArlttW3zv2dZyCzp7K5askcnKF0WzFQg==", "dependencies": { "@babel/runtime": "^7.26.0", "@mui/base": "5.0.0-beta.68", - "@mui/system": "^6.3.0", - "@mui/types": "^7.2.20", - "@mui/utils": "^6.3.0", + "@mui/system": "^6.3.1", + "@mui/types": "^7.2.21", + "@mui/utils": "^6.3.1", "clsx": "^2.1.1", "prop-types": "^15.8.1" }, @@ -3979,8 +3979,8 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material": "^6.3.0", - "@mui/material-pigment-css": "^6.3.0", + "@mui/material": "^6.3.1", + "@mui/material-pigment-css": "^6.3.1", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 1a1ff1291..8054fd052 100644 --- a/package.json +++ b/package.json @@ -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.21", + "@mui/lab": "^6.0.0-beta.22", "@mui/material": "^6.3.1", "@mui/x-data-grid": "^7.23.5", "@mui/x-date-pickers": "^7.23.3",