Skip to content

Commit 2701a78

Browse files
chore(deps): bump @mui/x-data-grid from 7.29.0 to 8.1.0
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.29.0 to 8.1.0. - [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/v8.1.0/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38c57da commit 2701a78

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
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.14",
3838
"@mui/icons-material": "^5.11.11",
3939
"@mui/material": "^5.14.5",
40-
"@mui/x-data-grid": "^7.14.0",
40+
"@mui/x-data-grid": "^8.1.0",
4141
"@supabase/supabase-js": "^2.47.10",
4242
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
4343
"@toast-ui/react-editor": "^3.2.2",

yarn.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@
960960
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
961961
"@babel/plugin-transform-typescript" "^7.27.0"
962962

963-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.24.4", "@babel/runtime@^7.25.7", "@babel/runtime@^7.27.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
963+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.24.4", "@babel/runtime@^7.27.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
964964
version "7.27.0"
965965
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
966966
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
@@ -2508,18 +2508,6 @@
25082508
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.24.tgz#5eff63129d9c29d80bbf2d2e561bd0690314dec2"
25092509
integrity sha512-3c8tRt/CbWZ+pEg7QpSwbdxOk36EfmhbKf6AGZsD1EcLDLTSZoxxJ86FVtcjxvjuhdyBiWKSTGZFaXCnidO2kw==
25102510

2511-
"@mui/utils@^5.16.6 || ^6.0.0 || ^7.0.0":
2512-
version "7.0.2"
2513-
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-7.0.2.tgz#b6842a9f979a619b65011a84a1964b85b205a9a4"
2514-
integrity sha512-72gcuQjPzhj/MLmPHLCgZjy2VjOH4KniR/4qRtXTTXIEwbkgcN+Y5W/rC90rWtMmZbjt9svZev/z+QHUI4j74w==
2515-
dependencies:
2516-
"@babel/runtime" "^7.27.0"
2517-
"@mui/types" "^7.4.1"
2518-
"@types/prop-types" "^15.7.14"
2519-
clsx "^2.1.1"
2520-
prop-types "^15.8.1"
2521-
react-is "^19.1.0"
2522-
25232511
"@mui/utils@^5.17.1":
25242512
version "5.17.1"
25252513
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.17.1.tgz#72ba4ffa79f7bdf69d67458139390f18484b6e6b"
@@ -2532,26 +2520,38 @@
25322520
prop-types "^15.8.1"
25332521
react-is "^19.0.0"
25342522

2535-
"@mui/x-data-grid@^7.14.0":
2536-
version "7.29.0"
2537-
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-7.29.0.tgz#6b70d49ab193175d7007947253c6931cf40c0b4e"
2538-
integrity sha512-v3HiwcT/oqgv6xkynOd3oxH26IS0OvspgmfHtfPF9WeRsnUHcTTZ7E1EoAKjT9/Ms2f3oKKJAR6rZBZ5ymik1g==
2523+
"@mui/utils@^7.0.2":
2524+
version "7.0.2"
2525+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-7.0.2.tgz#b6842a9f979a619b65011a84a1964b85b205a9a4"
2526+
integrity sha512-72gcuQjPzhj/MLmPHLCgZjy2VjOH4KniR/4qRtXTTXIEwbkgcN+Y5W/rC90rWtMmZbjt9svZev/z+QHUI4j74w==
2527+
dependencies:
2528+
"@babel/runtime" "^7.27.0"
2529+
"@mui/types" "^7.4.1"
2530+
"@types/prop-types" "^15.7.14"
2531+
clsx "^2.1.1"
2532+
prop-types "^15.8.1"
2533+
react-is "^19.1.0"
2534+
2535+
"@mui/x-data-grid@^8.1.0":
2536+
version "8.1.0"
2537+
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-8.1.0.tgz#1013bd7017137b86f42b48b4e9b2f1c08d9fccef"
2538+
integrity sha512-jt64FTMRKg9xUOUQkHY+VDbgpLWGssgvTti9n2BNbA4wuOl9r0C44OzYsPMXR0BxgUoWWREUBaeA7x5uwaArnQ==
25392539
dependencies:
2540-
"@babel/runtime" "^7.25.7"
2541-
"@mui/utils" "^5.16.6 || ^6.0.0 || ^7.0.0"
2542-
"@mui/x-internals" "7.29.0"
2540+
"@babel/runtime" "^7.27.0"
2541+
"@mui/utils" "^7.0.2"
2542+
"@mui/x-internals" "8.0.0"
25432543
clsx "^2.1.1"
25442544
prop-types "^15.8.1"
25452545
reselect "^5.1.1"
2546-
use-sync-external-store "^1.0.0"
2546+
use-sync-external-store "^1.5.0"
25472547

2548-
"@mui/x-internals@7.29.0":
2549-
version "7.29.0"
2550-
resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.29.0.tgz#1f353b697ed1bf5594ac549556ade2e6841f4bf5"
2551-
integrity sha512-+Gk6VTZIFD70XreWvdXBwKd8GZ2FlSCuecQFzm6znwqXg1ZsndavrhG9tkxpxo2fM1Zf7Tk8+HcOO0hCbhTQFA==
2548+
"@mui/x-internals@8.0.0":
2549+
version "8.0.0"
2550+
resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-8.0.0.tgz#4c8c3fa5a7ccf1b2afc4a86477077f41347148e5"
2551+
integrity sha512-yQOWABTEAIW0wiAwpjAJ6uM47rG1cxrfRtL2WsIdje8F9JdCXO6/jAu7ROAiezw4EqhGYYU7DMrK5svn5tdZpQ==
25522552
dependencies:
2553-
"@babel/runtime" "^7.25.7"
2554-
"@mui/utils" "^5.16.6 || ^6.0.0 || ^7.0.0"
2553+
"@babel/runtime" "^7.27.0"
2554+
"@mui/utils" "^7.0.2"
25552555

25562556
"@napi-rs/wasm-runtime@^0.2.9":
25572557
version "0.2.9"
@@ -11784,7 +11784,7 @@ url@^0.11.0:
1178411784
punycode "^1.4.1"
1178511785
qs "^6.12.3"
1178611786

11787-
use-sync-external-store@^1.0.0, use-sync-external-store@^1.4.0:
11787+
use-sync-external-store@^1.4.0, use-sync-external-store@^1.5.0:
1178811788
version "1.5.0"
1178911789
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz#55122e2a3edd2a6c106174c27485e0fd59bcfca0"
1179011790
integrity sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==

0 commit comments

Comments
 (0)