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-tree-view from v7.16.0 to v7.17.0 #3151

Merged
merged 1 commit into from
Sep 13, 2024
Merged
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 packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mui/icons-material": "6.1.0",
"@mui/material": "6.1.0",
"@mui/system": "6.1.0",
"@mui/x-tree-view": "7.16.0",
"@mui/x-tree-view": "7.17.0",
"@tanstack/react-query": "5.56.2",
"@visx/axis": "3.10.1",
"@visx/curve": "3.3.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3951,25 +3951,25 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-internals@npm:7.16.0":
version: 7.16.0
resolution: "@mui/x-internals@npm:7.16.0"
"@mui/x-internals@npm:7.17.0":
version: 7.17.0
resolution: "@mui/x-internals@npm:7.17.0"
dependencies:
"@babel/runtime": "npm:^7.25.6"
"@mui/utils": "npm:^5.16.6"
peerDependencies:
react: ^17.0.0 || ^18.0.0
checksum: 10/87b7143da63e165ed7724588a71a504a33a86e39801ff3b80f9586d20cafd5588571b18d1abe90ddb95ed17a53ee0fd7a9239e7662f173364949cf6801a1b522
checksum: 10/92b912d955bb6c983e4aa8440581812fa42869a211530e67f00681152a9c7f29bc21fa71c746d3a5f67beb75343923b5cc9bac3c927aa530f2bf81a78df86fc0
languageName: node
linkType: hard

"@mui/x-tree-view@npm:7.16.0":
version: 7.16.0
resolution: "@mui/x-tree-view@npm:7.16.0"
"@mui/x-tree-view@npm:7.17.0":
version: 7.17.0
resolution: "@mui/x-tree-view@npm:7.17.0"
dependencies:
"@babel/runtime": "npm:^7.25.6"
"@mui/utils": "npm:^5.16.6"
"@mui/x-internals": "npm:7.16.0"
"@mui/x-internals": "npm:7.17.0"
"@types/react-transition-group": "npm:^4.4.11"
clsx: "npm:^2.1.1"
prop-types: "npm:^15.8.1"
Expand All @@ -3986,7 +3986,7 @@ __metadata:
optional: true
"@emotion/styled":
optional: true
checksum: 10/91b33891c1b3f9f54cb1f7c2416464b6963ce3100efcdd147a52dee7ee41ec84948c3b2f4da68bd2f6da0e9a6b8e1b8887b777f924df86f6beec98e4a8a5d62a
checksum: 10/2e12ef23f67613d45775e76018d436c3558152595b1aca3a38d215a3278222092441afe45c8d22e0fc58c995e5b1f0da934ec0182d02f74a4ae37c33f469e679
languageName: node
linkType: hard

Expand Down Expand Up @@ -20190,7 +20190,7 @@ __metadata:
"@mui/icons-material": "npm:6.1.0"
"@mui/material": "npm:6.1.0"
"@mui/system": "npm:6.1.0"
"@mui/x-tree-view": "npm:7.16.0"
"@mui/x-tree-view": "npm:7.17.0"
"@tanstack/react-query": "npm:5.56.2"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.5.0"
Expand Down
Loading