Skip to content
Closed
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@fortawesome/fontawesome-free": "latest",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.4",
"@mui/x-date-pickers": "^8.21.0",
"@mui/x-date-pickers": "^8.22.0",
"@nozbe/microfuzz": "^1.0.0",
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
Expand Down
20 changes: 10 additions & 10 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2920,13 +2920,13 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-date-pickers@npm:^8.21.0":
version: 8.21.0
resolution: "@mui/x-date-pickers@npm:8.21.0"
"@mui/x-date-pickers@npm:^8.22.0":
version: 8.22.0
resolution: "@mui/x-date-pickers@npm:8.22.0"
dependencies:
"@babel/runtime": "npm:^7.28.4"
"@mui/utils": "npm:^7.3.5"
"@mui/x-internals": "npm:8.21.0"
"@mui/x-internals": "npm:8.22.0"
"@types/react-transition-group": "npm:^4.4.12"
clsx: "npm:^2.1.1"
prop-types: "npm:^15.8.1"
Expand Down Expand Up @@ -2964,21 +2964,21 @@ __metadata:
optional: true
moment-jalaali:
optional: true
checksum: 10c0/75aac401ba6b2f2b789617f367ece35f410d963319942a16d24fcc259fdc1f6b1bd9842c81e79a66f81825f3054b7f35e46e9272b0dc353341d14dc4ae58b9f4
checksum: 10c0/18ee82181f602c6e6f948b3c8bbc2adad28eb820a6181da33a321de03695331676a3f4a846c51288e538151d2f1aba546484ad8a47e07f71f42f452525131fa8
languageName: node
linkType: hard

"@mui/x-internals@npm:8.21.0":
version: 8.21.0
resolution: "@mui/x-internals@npm:8.21.0"
"@mui/x-internals@npm:8.22.0":
version: 8.22.0
resolution: "@mui/x-internals@npm:8.22.0"
dependencies:
"@babel/runtime": "npm:^7.28.4"
"@mui/utils": "npm:^7.3.5"
reselect: "npm:^5.1.1"
use-sync-external-store: "npm:^1.6.0"
peerDependencies:
react: ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/722c24fe51fddd49f12230a9a01d778d0f1d2c52eb963e41e196c0abd79f5763b02ca183bf6efd3c11ba2f9e24d517e6c82466e99881ef7384473111e8a3ded3
checksum: 10c0/a7579eab633ece2d168f2aab2623914ce1a72db48733315cc25dd43e3187cdbc19f6a559c956dd30962ab2849c9650a3fd6b321f0a0f3b08d90313cdbd62b541
languageName: node
linkType: hard

Expand Down Expand Up @@ -12816,7 +12816,7 @@ __metadata:
"@fortawesome/fontawesome-free": "npm:latest"
"@mui/icons-material": "npm:^7.3.6"
"@mui/material": "npm:^7.3.4"
"@mui/x-date-pickers": "npm:^8.21.0"
"@mui/x-date-pickers": "npm:^8.22.0"
"@nozbe/microfuzz": "npm:^1.0.0"
"@projectstorm/react-diagrams": "npm:^7.0.4"
"@simonwep/pickr": "npm:^1.5.1"
Expand Down
Loading