From 75c8bff550a513e47d04c1a587ffa8c38394c0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:30:33 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.11.1 to 7.12.0 in /dashboard Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.11.1 to 7.12.0. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.12.0/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 9e36fb7..a96bce2 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -14,7 +14,7 @@ "@fontsource/inter": "^5.0.19", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.5", - "@mui/x-data-grid": "^7.11.1", + "@mui/x-data-grid": "^7.12.0", "@mui/x-date-pickers": "^7.12.0", "dayjs": "^1.11.12", "react": "^18.3.1", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index e5e8446..db61458 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -226,7 +226,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.7" -"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.24.8", "@babel/runtime@^7.25.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": +"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": version "7.25.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb" integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw== @@ -692,15 +692,15 @@ prop-types "^15.8.1" react-is "^18.3.1" -"@mui/x-data-grid@^7.11.1": - version "7.11.1" - resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-7.11.1.tgz#8e78af88061c278606c8e860f0ff138e36a2a4e0" - integrity sha512-7D8fK4NZolU4vGIhKrI8FSFp6CwlpUwBXr944GsKjOTzvC1yASkqD6b2VAYPvvpb94BzqQsvePHT3if/JZylKA== +"@mui/x-data-grid@^7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-7.12.0.tgz#d19e3974d57f2cfb710d2a7c06cd1f915c5867aa" + integrity sha512-5cS/v0PFMfm2na6iC77eeM/63m+gu4YYQcFycvGY6i5qm6ZywHzdcyXxx13FENKPclY1p9i19f4t4iuYW2F9Eg== dependencies: - "@babel/runtime" "^7.24.8" + "@babel/runtime" "^7.25.0" "@mui/system" "^5.16.5" "@mui/utils" "^5.16.5" - "@mui/x-internals" "7.11.1" + "@mui/x-internals" "7.12.0" clsx "^2.1.1" prop-types "^15.8.1" reselect "^4.1.8" @@ -718,12 +718,12 @@ prop-types "^15.8.1" react-transition-group "^4.4.5" -"@mui/x-internals@7.11.1": - version "7.11.1" - resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.11.1.tgz#ab5f1155ba09665d9e53a9a461b4c52b89aaa43f" - integrity sha512-CN9HmtcyJ6/1fd8by5h1/R8WmFN4xyk6XYvYG9++oAaSF1ttX16oiE5vB+gGafl7St0epCWWjvOzl21h29k6WQ== +"@mui/x-internals@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.12.0.tgz#9154efbf97ed5745cbd3598afea08c785c13253e" + integrity sha512-zgu/JqSXBflSvtzfFN8lNi5Wxw79czBv6V/crOrXqCCOzxAIsrcup2FZlwvXlzetm3otS7o/Tzfo/O5dE68NkA== dependencies: - "@babel/runtime" "^7.24.8" + "@babel/runtime" "^7.25.0" "@mui/utils" "^5.16.5" "@popperjs/core@^2.11.8":