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.4",
"@mui/material": "^7.3.4",
"@mui/x-date-pickers": "^8.17.0",
"@mui/x-date-pickers": "^8.18.0",
"@nozbe/microfuzz": "^1.0.0",
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
Expand Down
26 changes: 13 additions & 13 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^7.3.3, @mui/utils@npm:^7.3.5":
"@mui/utils@npm:^7.3.5":
version: 7.3.5
resolution: "@mui/utils@npm:7.3.5"
dependencies:
Expand All @@ -2943,13 +2943,13 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-date-pickers@npm:^8.17.0":
version: 8.17.0
resolution: "@mui/x-date-pickers@npm:8.17.0"
"@mui/x-date-pickers@npm:^8.18.0":
version: 8.18.0
resolution: "@mui/x-date-pickers@npm:8.18.0"
dependencies:
"@babel/runtime": "npm:^7.28.4"
"@mui/utils": "npm:^7.3.3"
"@mui/x-internals": "npm:8.17.0"
"@mui/utils": "npm:^7.3.5"
"@mui/x-internals": "npm:8.18.0"
"@types/react-transition-group": "npm:^4.4.12"
clsx: "npm:^2.1.1"
prop-types: "npm:^15.8.1"
Expand Down Expand Up @@ -2987,21 +2987,21 @@ __metadata:
optional: true
moment-jalaali:
optional: true
checksum: 10c0/cd512381f06a9e851696d88b4d2cb874895779774b21bc6d9f7b5bb407c82793db72b4ea606418dd8fde5efefa5a9564b8fe53b38953b38f9f9da6eb8dac1c53
checksum: 10c0/7b8e591467eeab4718c907321c28bc2da65a2fb684b965144b51f3f240529b107ae7788465a6fa55f1f38b782b4cb21b50fe92273bca21261dd295e8cc047d38
languageName: node
linkType: hard

"@mui/x-internals@npm:8.17.0":
version: 8.17.0
resolution: "@mui/x-internals@npm:8.17.0"
"@mui/x-internals@npm:8.18.0":
version: 8.18.0
resolution: "@mui/x-internals@npm:8.18.0"
dependencies:
"@babel/runtime": "npm:^7.28.4"
"@mui/utils": "npm:^7.3.3"
"@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/746290e5a3db2838ff4acd23a744c210b54bdc0722c49ab195f6c3e799ce71ff8d43dc30d7c91c1a3bb9c9fec33f915c01513c5c523d75e6279d7c39d0b3d30f
checksum: 10c0/3dba73b4df2b82259ade14a8c7413b8525bfd6148334ec7e2ad64d2c2a5b37468ee17b6deed93bb828afc7bd31e96bd3c1d22b8502cb3ec306488e9e01832188
languageName: node
linkType: hard

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