From 3ea94019207148e8c5844464129c4b361dbe3330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:45:43 +0000 Subject: [PATCH] feat(deps): bump @mui/x-date-pickers from 7.22.0 to 7.22.1 Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.22.0 to 7.22.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.22.1/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.22.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e76d36a91..016174d3f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^6.1.6", "@mui/lab": "^6.0.0-beta.14", "@mui/material": "^6.1.4", - "@mui/x-date-pickers": "^7.22.0", + "@mui/x-date-pickers": "^7.22.1", "@mui/x-tree-view": "^7.22.1", "@react-pdf/renderer": "^4.0.0", "@smakss/random-string": "^2.0.2", @@ -3368,9 +3368,9 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.22.0.tgz", - "integrity": "sha512-hopYo3ORP7ddYKnyBsqAtO2txEe2Zf6cehdikS5b1cqMTGOSL+18b11jfGVod9oipjb9L2JcT/WWkjoifs9Iww==", + "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==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index 1a1c102c47..bd447cd9c9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@mui/icons-material": "^6.1.6", "@mui/lab": "^6.0.0-beta.14", "@mui/material": "^6.1.4", - "@mui/x-date-pickers": "^7.22.0", + "@mui/x-date-pickers": "^7.22.1", "@mui/x-tree-view": "^7.22.1", "@react-pdf/renderer": "^4.0.0", "@smakss/random-string": "^2.0.2",