Skip to content

Commit db5a0e8

Browse files
tomsaunderslnewson
authored andcommitted
Connect - fix the react version issues from mui/x-charts (#2320)
1 parent c18b5e7 commit db5a0e8

4 files changed

Lines changed: 912 additions & 781 deletions

File tree

demos/ecommerce_shop/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@fontsource/roboto": "5.2.6",
2222
"@mui/icons-material": "5.18.0",
2323
"@mui/material": "5.18.0",
24-
"@mui/x-charts": "7.23.6",
24+
"@mui/x-charts": "8.14.0",
2525
"canvas-confetti": "1.9.3",
2626
"react": "^19.2.0",
2727
"react-dom": "^19.2.0",

demos/ecommerce_shop/frontend/webpack.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export function buildConfig({
2323
src: path.resolve(__dirname, "src"),
2424
},
2525
extensions: [".ts", ".tsx", ".js", ".css", ".svg", ".woff", ".woff2"],
26+
// '...' is important here – it keeps the default webpack conditionNames
27+
conditionNames: ["require", "..."],
2628
},
2729
infrastructureLogging: {
2830
level: "none",

demos/playground/frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@fontsource/roboto": "5.2.6",
2222
"@mui/icons-material": "5.18.0",
2323
"@mui/material": "5.18.0",
24-
"@mui/x-charts": "7.23.6",
2524
"canvas-confetti": "1.9.3",
2625
"react": "^19.2.0",
2726
"react-dom": "^19.2.0",

0 commit comments

Comments
 (0)