From 4c01af1e666007e430f56ececfe613e9d31828f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:57:00 +0000 Subject: [PATCH] build(deps): bump @mui/lab from 6.0.0-beta.20 to 6.0.0-beta.21 (#3314) Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 6.0.0-beta.20 to 6.0.0-beta.21. - [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 | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32836c784..2a7e3cf96 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.20", + "@mui/lab": "^6.0.0-beta.21", "@mui/material": "^6.3.0", "@mui/x-data-grid": "^7.23.3", "@mui/x-date-pickers": "^7.23.3", @@ -3917,14 +3917,14 @@ ] }, "node_modules/@mui/base": { - "version": "5.0.0-beta.67", - "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.67.tgz", - "integrity": "sha512-pwjibXqBrSw1Z1fZEIhWJnMJHSvh3BLz0pZcrX/x01B/BVf6QUbFlGVV/k8KCsZ9sPzln1l8bBJ+ynIIE9LtjA==", + "version": "5.0.0-beta.68", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.68.tgz", + "integrity": "sha512-F1JMNeLS9Qhjj3wN86JUQYBtJoXyQvknxlzwNl6eS0ZABo1MiohMONj3/WQzYPSXIKC2bS/ZbyBzdHhi2GnEpA==", "dependencies": { "@babel/runtime": "^7.26.0", "@floating-ui/react-dom": "^2.1.1", "@mui/types": "^7.2.20", - "@mui/utils": "^6.2.1", + "@mui/utils": "^6.3.0", "@popperjs/core": "^2.11.8", "clsx": "^2.1.1", "prop-types": "^15.8.1" @@ -3957,15 +3957,15 @@ } }, "node_modules/@mui/lab": { - "version": "6.0.0-beta.20", - "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-6.0.0-beta.20.tgz", - "integrity": "sha512-Sg3aTrSSsfXcSHwKhnZbXmz7kUZzvXww3vO4p8U/DbMVSGJxll1GRpKNQkFLpZy2y7ZBTgKaZTbPYw4Q6UKrsA==", + "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==", "dependencies": { "@babel/runtime": "^7.26.0", - "@mui/base": "5.0.0-beta.67", - "@mui/system": "^6.2.1", + "@mui/base": "5.0.0-beta.68", + "@mui/system": "^6.3.0", "@mui/types": "^7.2.20", - "@mui/utils": "^6.2.1", + "@mui/utils": "^6.3.0", "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.2.1", - "@mui/material-pigment-css": "^6.2.1", + "@mui/material": "^6.3.0", + "@mui/material-pigment-css": "^6.3.0", "@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 52d6a015c..138e081cf 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.20", + "@mui/lab": "^6.0.0-beta.21", "@mui/material": "^6.3.0", "@mui/x-data-grid": "^7.23.3", "@mui/x-date-pickers": "^7.23.3",