From 31e052c377a06d13e10a668c21f66c7f021a4170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:46:47 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 7.12.0 to 7.12.1 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.12.0 to 7.12.1. - [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.1/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1c2ab73..e7d4151b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@mui/x-data-grid": "^7.12.0", + "@mui/x-data-grid": "^7.12.1", "@reduxjs/toolkit": "^2.2.6", "@types/node": "^22.2.0", "@types/react": "^18.3.2", @@ -1265,9 +1265,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.12.0.tgz", - "integrity": "sha512-5cS/v0PFMfm2na6iC77eeM/63m+gu4YYQcFycvGY6i5qm6ZywHzdcyXxx13FENKPclY1p9i19f4t4iuYW2F9Eg==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.12.1.tgz", + "integrity": "sha512-/l9AslZKoHFfOultD2ehWIxRGuBI0RUwbhVbpAPwNP3ouDbTH0eyWfd5f6KCGhcUbG6xfceiOuTNr7uaPHqKiA==", "dependencies": { "@babel/runtime": "^7.25.0", "@mui/system": "^5.16.5", @@ -1285,9 +1285,19 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { + "@emotion/react": "^11.9.0", + "@emotion/styled": "^11.8.1", "@mui/material": "^5.15.14", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + } } }, "node_modules/@mui/x-internals": { diff --git a/package.json b/package.json index 176ab7c3..4dcb360d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@mui/x-data-grid": "^7.12.0", + "@mui/x-data-grid": "^7.12.1", "@reduxjs/toolkit": "^2.2.6", "@types/node": "^22.2.0", "@types/react": "^18.3.2",