From b905e85dcae825f551972f00fe365241d602d708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:21:21 +0000 Subject: [PATCH] feat(deps): bump @mui/x-date-pickers from 7.22.1 to 7.22.2 Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.22.1 to 7.22.2. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.22.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.22.2/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c989a6940..2db37a7d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fontsource/roboto": "^5.1.0", "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", - "@mui/x-date-pickers": "^7.22.1", + "@mui/x-date-pickers": "^7.22.2", "@mui/x-tree-view": "^7.22.1", "@react-pdf/renderer": "^4.0.0", "@sws2apps/react-sw-helper": "^1.25.0", @@ -3541,9 +3541,9 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.22.1", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.22.1.tgz", - "integrity": "sha512-VBgicE+7PvJrdHSL6HyieHT6a/0dENH8RaMIM2VwUFrGoZzvik50WNwY5U+Hip1BwZLIEvlqtNRQIIj6kgBR6Q==", + "version": "7.22.2", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.22.2.tgz", + "integrity": "sha512-1KHSlIlnSoY3oHm820By8X344pIdGYqPvCCvfVHrEeeIQ/pHdxDD8tjZFWkFl4Jgm9oVFK90fMcqNZAzc+WaCw==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", @@ -3570,7 +3570,7 @@ "dayjs": "^1.10.7", "luxon": "^3.0.2", "moment": "^2.29.4", - "moment-hijri": "^2.1.2", + "moment-hijri": "^2.1.2 || ^3.0.0", "moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 1180001bfb..88d2e51ae1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@fontsource/roboto": "^5.1.0", "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", - "@mui/x-date-pickers": "^7.22.1", + "@mui/x-date-pickers": "^7.22.2", "@mui/x-tree-view": "^7.22.1", "@react-pdf/renderer": "^4.0.0", "@sws2apps/react-sw-helper": "^1.25.0",