From 48caf6a782266ba5a1c301233dd7d9d4230890f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:41:30 +0000 Subject: [PATCH] Bump @mui/x-date-pickers from 6.10.0 to 6.10.1 Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.10.0 to 6.10.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/v6.10.1/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f858a36c..d7fd05d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.14.1", "@mui/x-data-grid": "^6.10.1", - "@mui/x-date-pickers": "^6.10.0", + "@mui/x-date-pickers": "^6.10.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "bootstrap": "^5.3.0", @@ -4099,12 +4099,12 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.10.0.tgz", - "integrity": "sha512-tp0i65JqZarIRyyTyQy5OjOPgjJv5cO7oQAbOrAePIHn7UEYPXe3k4ISiUzEAjBBXy1HhwQxGRJslVp4BXe3MA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.10.1.tgz", + "integrity": "sha512-806zxZkLgK2FYTptzy+x880RVDkHi9TcjMq9fTQwqx9DujEZ/YuGIu0wE97mhzNeqdTO02gnH96yHSo3EWu2VQ==", "dependencies": { - "@babel/runtime": "^7.22.5", - "@mui/utils": "^5.13.6", + "@babel/runtime": "^7.22.6", + "@mui/utils": "^5.13.7", "@types/react-transition-group": "^4.4.6", "clsx": "^1.2.1", "prop-types": "^15.8.1", @@ -29891,12 +29891,12 @@ } }, "@mui/x-date-pickers": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.10.0.tgz", - "integrity": "sha512-tp0i65JqZarIRyyTyQy5OjOPgjJv5cO7oQAbOrAePIHn7UEYPXe3k4ISiUzEAjBBXy1HhwQxGRJslVp4BXe3MA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.10.1.tgz", + "integrity": "sha512-806zxZkLgK2FYTptzy+x880RVDkHi9TcjMq9fTQwqx9DujEZ/YuGIu0wE97mhzNeqdTO02gnH96yHSo3EWu2VQ==", "requires": { - "@babel/runtime": "^7.22.5", - "@mui/utils": "^5.13.6", + "@babel/runtime": "^7.22.6", + "@mui/utils": "^5.13.7", "@types/react-transition-group": "^4.4.6", "clsx": "^1.2.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index e4be2ff81..7166603b7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.14.1", "@mui/x-data-grid": "^6.10.1", - "@mui/x-date-pickers": "^6.10.0", + "@mui/x-date-pickers": "^6.10.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "bootstrap": "^5.3.0",