Skip to content

Commit 83d5998

Browse files
chore(deps): bump @mui/x-data-grid from 6.20.4 to 7.12.1
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 6.20.4 to 7.12.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.12.1/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28feb27 commit 83d5998

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@fontsource/roboto": "^5.0.8",
3838
"@mui/icons-material": "^5.11.11",
3939
"@mui/material": "^5.14.5",
40-
"@mui/x-data-grid": "^6.6.0",
40+
"@mui/x-data-grid": "^7.12.1",
4141
"@toast-ui/react-editor": "^3.2.2",
4242
"firebase": "^9.15.0",
4343
"html-to-image": "^1.11.11",

yarn.lock

Lines changed: 49 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@
10571057
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
10581058
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
10591059

1060-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1060+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
10611061
version "7.25.0"
10621062
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
10631063
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
@@ -2403,7 +2403,7 @@
24032403
csstype "^3.1.3"
24042404
prop-types "^15.8.1"
24052405

2406-
"@mui/system@^5.16.7":
2406+
"@mui/system@^5.16.5", "@mui/system@^5.16.7":
24072407
version "5.16.7"
24082408
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.16.7.tgz#4583ca5bf3b38942e02c15a1e622ba869ac51393"
24092409
integrity sha512-Jncvs/r/d/itkxh7O7opOunTqbbSSzMTHzZkNLM+FjAOg+cYAZHrPDlYe1ZGKUYORwwb2XexlWnpZp0kZ4AHuA==
@@ -2422,7 +2422,7 @@
24222422
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.15.tgz#dadd232fe9a70be0d526630675dff3b110f30b53"
24232423
integrity sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==
24242424

2425-
"@mui/utils@^5.14.16", "@mui/utils@^5.16.6":
2425+
"@mui/utils@^5.16.5", "@mui/utils@^5.16.6":
24262426
version "5.16.6"
24272427
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.16.6.tgz#905875bbc58d3dcc24531c3314a6807aba22a711"
24282428
integrity sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==
@@ -2434,17 +2434,27 @@
24342434
prop-types "^15.8.1"
24352435
react-is "^18.3.1"
24362436

2437-
"@mui/x-data-grid@^6.6.0":
2438-
version "6.20.4"
2439-
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-6.20.4.tgz#51120757078764dc8cccef50bc1257c2407e103d"
2440-
integrity sha512-I0JhinVV4e25hD2dB+R6biPBtpGeFrXf8RwlMPQbr9gUggPmPmNtWKo8Kk2PtBBMlGtdMAgHWe7PqhmucUxU1w==
2437+
"@mui/x-data-grid@^7.12.1":
2438+
version "7.12.1"
2439+
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-7.12.1.tgz#70ac9c6d8f3c3a2de0e0ff7dcff5edbb83c6c24a"
2440+
integrity sha512-/l9AslZKoHFfOultD2ehWIxRGuBI0RUwbhVbpAPwNP3ouDbTH0eyWfd5f6KCGhcUbG6xfceiOuTNr7uaPHqKiA==
24412441
dependencies:
2442-
"@babel/runtime" "^7.23.2"
2443-
"@mui/utils" "^5.14.16"
2444-
clsx "^2.0.0"
2442+
"@babel/runtime" "^7.25.0"
2443+
"@mui/system" "^5.16.5"
2444+
"@mui/utils" "^5.16.5"
2445+
"@mui/x-internals" "7.12.0"
2446+
clsx "^2.1.1"
24452447
prop-types "^15.8.1"
24462448
reselect "^4.1.8"
24472449

2450+
"@mui/x-internals@7.12.0":
2451+
version "7.12.0"
2452+
resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.12.0.tgz#9154efbf97ed5745cbd3598afea08c785c13253e"
2453+
integrity sha512-zgu/JqSXBflSvtzfFN8lNi5Wxw79czBv6V/crOrXqCCOzxAIsrcup2FZlwvXlzetm3otS7o/Tzfo/O5dE68NkA==
2454+
dependencies:
2455+
"@babel/runtime" "^7.25.0"
2456+
"@mui/utils" "^5.16.5"
2457+
24482458
"@ndelangen/get-tarball@^3.0.7":
24492459
version "3.0.9"
24502460
resolved "https://registry.yarnpkg.com/@ndelangen/get-tarball/-/get-tarball-3.0.9.tgz#727ff4454e65f34707e742a59e5e6b1f525d8964"
@@ -5707,7 +5717,7 @@ clone@^1.0.2:
57075717
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
57085718
integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
57095719

5710-
clsx@^2.0.0, clsx@^2.1.0, clsx@^2.1.1:
5720+
clsx@^2.1.0, clsx@^2.1.1:
57115721
version "2.1.1"
57125722
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
57135723
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
@@ -12814,7 +12824,16 @@ string-length@^4.0.1:
1281412824
char-regex "^1.0.2"
1281512825
strip-ansi "^6.0.0"
1281612826

12817-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
12827+
"string-width-cjs@npm:string-width@^4.2.0":
12828+
version "4.2.3"
12829+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12830+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12831+
dependencies:
12832+
emoji-regex "^8.0.0"
12833+
is-fullwidth-code-point "^3.0.0"
12834+
strip-ansi "^6.0.1"
12835+
12836+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1281812837
version "4.2.3"
1281912838
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1282012839
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -12922,7 +12941,14 @@ string_decoder@~1.1.1:
1292212941
dependencies:
1292312942
safe-buffer "~5.1.0"
1292412943

12925-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12944+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
12945+
version "6.0.1"
12946+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
12947+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
12948+
dependencies:
12949+
ansi-regex "^5.0.1"
12950+
12951+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1292612952
version "6.0.1"
1292712953
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1292812954
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14115,7 +14141,16 @@ wordwrap@^1.0.0:
1411514141
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1411614142
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1411714143

14118-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
14144+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
14145+
version "7.0.0"
14146+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14147+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14148+
dependencies:
14149+
ansi-styles "^4.0.0"
14150+
string-width "^4.1.0"
14151+
strip-ansi "^6.0.0"
14152+
14153+
wrap-ansi@^7.0.0:
1411914154
version "7.0.0"
1412014155
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1412114156
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)