Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @mui/x-date-pickers to v6.20.2 #535

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/icons-material": "5.16.2",
"@mui/material": "5.16.2",
"@mui/system": "5.16.2",
"@mui/x-date-pickers": "6.19.0",
"@mui/x-date-pickers": "6.20.2",
"@reduxjs/toolkit": "2.5.0",
"@tanstack/react-query": "5.62.3",
"@tanstack/react-query-devtools": "5.62.3",
Expand Down
58 changes: 5 additions & 53 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1217,9 +1217,9 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-date-pickers@npm:6.19.0":
version: 6.19.0
resolution: "@mui/x-date-pickers@npm:6.19.0"
"@mui/x-date-pickers@npm:6.20.2":
version: 6.20.2
resolution: "@mui/x-date-pickers@npm:6.20.2"
dependencies:
"@babel/runtime": "npm:^7.23.2"
"@mui/base": "npm:^5.0.0-beta.22"
Expand Down Expand Up @@ -1261,55 +1261,7 @@ __metadata:
optional: true
moment-jalaali:
optional: true
checksum: 10c0/8f80d6bfbf261929043e374c1449ea20cf459c251590b5b38b49ea5548bdbe1a36120c92b0afd265aea91677146870ea911b1ce3802cd6ee7a9ce823f86ff1aa
languageName: node
linkType: hard

"@mui/x-date-pickers@patch:@mui/x-date-pickers@npm%3A6.19.0#./.yarn/patches/@mui-x-date-pickers-npm-6.19.0-d448743c52.patch::locator=operationsgateway%40workspace%3A.":
version: 6.19.0
resolution: "@mui/x-date-pickers@patch:@mui/x-date-pickers@npm%3A6.19.0#./.yarn/patches/@mui-x-date-pickers-npm-6.19.0-d448743c52.patch::version=6.19.0&hash=76320b&locator=operationsgateway%40workspace%3A."
dependencies:
"@babel/runtime": "npm:^7.23.2"
"@mui/base": "npm:^5.0.0-beta.22"
"@mui/utils": "npm:^5.14.16"
"@types/react-transition-group": "npm:^4.4.8"
clsx: "npm:^2.0.0"
prop-types: "npm:^15.8.1"
react-transition-group: "npm:^4.4.5"
peerDependencies:
"@emotion/react": ^11.9.0
"@emotion/styled": ^11.8.1
"@mui/material": ^5.8.6
"@mui/system": ^5.8.0
date-fns: ^2.25.0 || ^3.2.0
date-fns-jalali: ^2.13.0-0
dayjs: ^1.10.7
luxon: ^3.0.2
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.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
date-fns:
optional: true
date-fns-jalali:
optional: true
dayjs:
optional: true
luxon:
optional: true
moment:
optional: true
moment-hijri:
optional: true
moment-jalaali:
optional: true
checksum: 10c0/5f360e5cdf397d3c344e7ba77703e0d577c95688693919875a89d33b8ac9d4d015d7164087efa0985009850bdc546d00e1af3979a95a50ecd072d148c2031667
checksum: 10c0/1e1d414776564d9f6aed36ec61382a74f5002e829178af0fb1a308633a9acfe3f1a78d95bdbcd3f4b5d44c0194d940743dacb66074ee68c051f05fd0de56e239
languageName: node
linkType: hard

Expand Down Expand Up @@ -6695,7 +6647,7 @@ __metadata:
"@mui/icons-material": "npm:5.16.2"
"@mui/material": "npm:5.16.2"
"@mui/system": "npm:5.16.2"
"@mui/x-date-pickers": "npm:6.19.0"
"@mui/x-date-pickers": "npm:6.20.2"
"@playwright/test": "npm:1.49.0"
"@reduxjs/toolkit": "npm:2.5.0"
"@tanstack/eslint-plugin-query": "npm:5.62.1"
Expand Down
Loading