From 28f111d223bf4e0a39824d43457b1a1969f44618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:41:50 +0000 Subject: [PATCH] Bump @mui/x-date-pickers from 7.14.0 to 7.15.0 Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.14.0 to 7.15.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.15.0/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 | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c19033df9..665a8b1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.16.7", "@mui/x-data-grid": "^7.14.0", - "@mui/x-date-pickers": "^7.14.0", + "@mui/x-date-pickers": "^7.15.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.5", @@ -2207,10 +2207,9 @@ "license": "MIT" }, "node_modules/@babel/runtime": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", - "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", - "license": "MIT", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", + "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -4243,12 +4242,11 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.14.0.tgz", - "integrity": "sha512-3xI3xYVxqPU4//KfE4FcR+Zs7UT4kkDPvA+IDOcQdRUyVwmcXCjBuJZgKgJMqSCNK/KIJZQQrpmy5XGHOKTbdA==", + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.15.0.tgz", + "integrity": "sha512-YQEQICNxUEFYp/I/yP58cqihA8yhXaXSNZ1/N0JANu2IlCwoJ4Jzi+S0s4RN7RghpiDyoSMFijROBC5HfpTjiw==", "dependencies": { - "@babel/runtime": "^7.25.0", - "@mui/system": "^5.16.7", + "@babel/runtime": "^7.25.4", "@mui/utils": "^5.16.6", "@types/react-transition-group": "^4.4.11", "clsx": "^2.1.1", @@ -4265,7 +4263,8 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.14", + "@mui/material": "^5.15.14 || ^6.0.0", + "@mui/system": "^5.15.14 || ^6.0.0", "date-fns": "^2.25.0 || ^3.2.0", "date-fns-jalali": "^2.13.0-0 || ^3.2.0-0", "dayjs": "^1.10.7", diff --git a/package.json b/package.json index b9d7b3540..3943b80b4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.16.7", "@mui/x-data-grid": "^7.14.0", - "@mui/x-date-pickers": "^7.14.0", + "@mui/x-date-pickers": "^7.15.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.5",