From 7dde9a9057fefb72fc0bacc12f167cc2710c4ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:17:06 +0000 Subject: [PATCH] build(deps): bump @mui/x-date-pickers from 6.4.0 to 6.18.1 Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.4.0 to 6.18.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v6.18.1/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4387c7991..bfcd40cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "5.14.17", "@mui/x-data-grid": "6.13.0", "@mui/x-data-grid-pro": "6.7.0", - "@mui/x-date-pickers": "6.4.0", + "@mui/x-date-pickers": "6.18.1", "@mui/x-license-pro": "6.10.2", "@mui/x-tree-view": "6.17.0" }, @@ -4881,14 +4881,15 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.4.0.tgz", - "integrity": "sha512-EdKj+TVaEvx+nIljsv1BlDOYYwcMWVYB+ZMRoOCStFojY5uuDzhttQAP6DbsAPPrpKt1lzyecIukLfmIfIGcsA==", + "version": "6.18.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.18.1.tgz", + "integrity": "sha512-22gWCzejBGG4Kycpk/yYhzV6Pj/xVBvaz5A1rQmCD/0DCXTDJvXPG8qvzrNlp1wj8q+rAQO82e/+conUGgYgYg==", "dependencies": { - "@babel/runtime": "^7.21.0", - "@mui/utils": "^5.12.3", - "@types/react-transition-group": "^4.4.5", - "clsx": "^1.2.1", + "@babel/runtime": "^7.23.2", + "@mui/base": "^5.0.0-beta.22", + "@mui/utils": "^5.14.16", + "@types/react-transition-group": "^4.4.8", + "clsx": "^2.0.0", "prop-types": "^15.8.1", "react-transition-group": "^4.4.5" }, @@ -4902,7 +4903,6 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/base": "^5.0.0-alpha.87", "@mui/material": "^5.8.6", "@mui/system": "^5.8.0", "date-fns": "^2.25.0", @@ -4912,8 +4912,8 @@ "moment": "^2.29.4", "moment-hijri": "^2.1.2", "moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0", - "react": "^17.0.2 || ^18.0.0", - "react-dom": "^17.0.2 || ^18.0.0" + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "@emotion/react": { @@ -4945,14 +4945,6 @@ } } }, - "node_modules/@mui/x-date-pickers/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" - } - }, "node_modules/@mui/x-license-pro": { "version": "6.10.2", "resolved": "https://registry.npmjs.org/@mui/x-license-pro/-/x-license-pro-6.10.2.tgz", diff --git a/package.json b/package.json index 4ad66b1a8..1363ff951 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@mui/material": "5.14.17", "@mui/x-data-grid": "6.13.0", "@mui/x-data-grid-pro": "6.7.0", - "@mui/x-date-pickers": "6.4.0", + "@mui/x-date-pickers": "6.18.1", "@mui/x-license-pro": "6.10.2", "@mui/x-tree-view": "6.17.0" },