Skip to content

Commit

Permalink
Update Mui to ^6.4.2 (#3310)
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 31, 2025
1 parent fc67c42 commit fc94c0d
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 53 deletions.
4 changes: 2 additions & 2 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/roboto-flex": "^5.1.1",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-data-grid": "^7.23.6",
"@mui/x-data-grid-pro": "^7.23.6",
"change-case": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^4.5.8",
"@mdx-js/react": "^3.1.0",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-data-grid": "^7.23.6",
"draft-js": "^0.11.7",
"final-form": "^4.20.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "^7.26.7",
"@comet/admin-babel-preset": "workspace:^7.11.0",
"@comet/eslint-config": "workspace:^7.11.0",
"@mui/material": "^6.4.0",
"@mui/material": "^6.4.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/tinycolor2": "^1.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/admin-date-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@comet/admin": "workspace:^7.11.0",
"@comet/admin-icons": "workspace:^7.11.0",
"@mui/utils": "^6.4.0",
"@mui/utils": "^6.4.2",
"date-fns": "^4.1.0",
"react-date-range": "^2.0.1"
},
Expand All @@ -37,7 +37,7 @@
"@babel/core": "^7.26.7",
"@comet/admin-babel-preset": "workspace:^7.11.0",
"@comet/eslint-config": "workspace:^7.11.0",
"@mui/material": "^6.4.0",
"@mui/material": "^6.4.2",
"@types/react": "^18.3.18",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.26.7",
"@comet/admin-babel-preset": "workspace:^7.11.0",
"@comet/eslint-config": "workspace:^7.11.0",
"@mui/material": "^6.4.0",
"@mui/material": "^6.4.2",
"@types/cli-progress": "^3.11.6",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-rte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/core": "^7.26.7",
"@comet/admin-babel-preset": "workspace:^7.11.0",
"@comet/eslint-config": "workspace:^7.11.0",
"@mui/material": "^6.4.0",
"@mui/material": "^6.4.2",
"@types/draft-js": "^0.11.18",
"@types/immutable": "^3.8.7",
"@types/jest": "^29.5.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/admin-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"dependencies": {
"@comet/admin-icons": "workspace:^7.11.0",
"@mui/utils": "^6.4.0"
"@mui/utils": "^6.4.2"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.7",
"@comet/admin-babel-preset": "workspace:^7.11.0",
"@comet/eslint-config": "workspace:^7.11.0",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-data-grid": "^7.23.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@comet/eslint-plugin": "workspace:^7.11.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-data-grid": "^7.23.6",
"@mui/x-data-grid-pro": "^7.23.6",
"@testing-library/dom": "^10.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/blocks-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@comet/eslint-config": "workspace:^7.11.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@types/jest": "^29.5.14",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.10.7",
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 @@ -87,8 +87,8 @@
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-data-grid": "^7.23.6",
"@types/draft-js": "^0.11.18",
"@types/file-saver": "^2.0.7",
Expand Down
54 changes: 21 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/roboto-flex": "^5.1.1",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-data-grid": "^7.23.6",
"@mui/x-data-grid-pro": "^7.23.6",
"@types/node": "^22.10.7",
Expand Down

0 comments on commit fc94c0d

Please sign in to comment.