Skip to content

Commit

Permalink
Update Mui-X to ^7.23.5 (#3003)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent feaeef2 commit 3c4fd11
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 71 deletions.
4 changes: 2 additions & 2 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@fontsource-variable/roboto-flex": "^5.0.14",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid-pro": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"@mui/x-data-grid-pro": "^7.23.5",
"change-case": "^5.2.0",
"dnd-core": "^16.0.0",
"final-form": "^4.20.10",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mdx-js/react": "^1.6.22",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"clsx": "^1.2.1",
"draft-js": "^0.11.7",
"final-form": "^4.20.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comet/eslint-config": "workspace:^7.10.0",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"eslint": "^8.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@emotion/styled": "^11.3.0",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid-pro": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"@mui/x-data-grid-pro": "^7.23.5",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
Expand Down Expand Up @@ -98,9 +98,9 @@
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid-premium": "^7.23.3",
"@mui/x-data-grid-pro": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"@mui/x-data-grid-premium": "^7.23.5",
"@mui/x-data-grid-pro": "^7.23.5",
"final-form": "^4.20.10",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"history": "^4.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@graphql-codegen/typescript-operations": "^2.5.13",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"@types/draft-js": "^0.11.10",
"@types/file-saver": "^2.0.0",
"@types/final-form-set-field-touched": "^1.0.3",
Expand Down Expand Up @@ -137,7 +137,7 @@
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"final-form": "^4.20.10",
"graphql": "^15.0.0 || ^16.0.0",
"react": "^16.8.0 || ^17.0.0",
Expand Down
94 changes: 36 additions & 58 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@fontsource-variable/roboto-flex": "^5.0.14",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@mui/x-data-grid-pro": "^7.23.3",
"@mui/x-data-grid": "^7.23.5",
"@mui/x-data-grid-pro": "^7.23.5",
"@types/node": "^22.0.0",
"apollo-link-rest": "^0.8.0-beta.0",
"date-fns": "^4.1.0",
Expand Down

0 comments on commit 3c4fd11

Please sign in to comment.