From fd228d124bde36fcdcda798b3ae86ba235503989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:54:53 +0000 Subject: [PATCH] chore(deps): update @mui/lab requirement in /src Updates the requirements on [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 8a7f7838..6d02273e 100644 --- a/src/package.json +++ b/src/package.json @@ -7,7 +7,7 @@ "@mui/icons-material": "^5.14.18", "@mui/material": "5.14.14", "@mui/styles": "5.14.14", - "@mui/lab": "^5.0.0-alpha.153", + "@mui/lab": "^5.0.0-alpha.154", "@sentry/browser": "^7.81.0", "@sentry/integrations": "^7.81.0", "babel-eslint": "^10.1.0",