Skip to content

Commit 475f98d

Browse files
committed
Upgrade Examples
1 parent c7adbf8 commit 475f98d

File tree

226 files changed

+54315
-52666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+54315
-52666
lines changed

apps/material-react-table-docs/examples/advanced/sandbox/package-lock.json

+789-772
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/material-react-table-docs/examples/advanced/sandbox/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"start": "vite"
1111
},
1212
"dependencies": {
13-
"@emotion/react": "^11.13.5",
14-
"@emotion/styled": "^11.13.5",
15-
"@mui/icons-material": "^6.1.10",
16-
"@mui/material": "^6.1.10",
17-
"@mui/x-date-pickers": "^7.23.1",
13+
"@emotion/react": "^11.14.0",
14+
"@emotion/styled": "^11.14.0",
15+
"@mui/icons-material": "^6.2.0",
16+
"@mui/material": "^6.2.0",
17+
"@mui/x-date-pickers": "^7.23.2",
1818
"dayjs": "^1.11.13",
19-
"material-react-table": "^3.0.2",
19+
"material-react-table": "^3.0.3",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^19.0.1",
25-
"@types/react-dom": "^19.0.1",
25+
"@types/react-dom": "^19.0.2",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.7.2",
2828
"vite": "^6.0.3"

apps/material-react-table-docs/examples/aggregation-and-grouping/sandbox/package-lock.json

+789-772
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/material-react-table-docs/examples/aggregation-and-grouping/sandbox/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"start": "vite"
1111
},
1212
"dependencies": {
13-
"@emotion/react": "^11.13.5",
14-
"@emotion/styled": "^11.13.5",
15-
"@mui/icons-material": "^6.1.10",
16-
"@mui/material": "^6.1.10",
17-
"@mui/x-date-pickers": "^7.23.1",
13+
"@emotion/react": "^11.14.0",
14+
"@emotion/styled": "^11.14.0",
15+
"@mui/icons-material": "^6.2.0",
16+
"@mui/material": "^6.2.0",
17+
"@mui/x-date-pickers": "^7.23.2",
1818
"dayjs": "^1.11.13",
19-
"material-react-table": "^3.0.2",
19+
"material-react-table": "^3.0.3",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^19.0.1",
25-
"@types/react-dom": "^19.0.1",
25+
"@types/react-dom": "^19.0.2",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.7.2",
2828
"vite": "^6.0.3"

0 commit comments

Comments
 (0)