Skip to content

Commit

Permalink
chore(deps): update material-ui monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent fdbb22e commit 76f781c
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 115 deletions.
4 changes: 2 additions & 2 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@nebula.js/conversion": "^5.7.1",
"@nebula.js/locale": "^5.7.1",
"@nebula.js/supernova": "^5.7.1",
Expand Down
4 changes: 2 additions & 2 deletions apis/stardust/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^6.1.5",
"@mui/icons-material": "^6.1.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"react": "^17.0.2 || ^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@nebula.js/conversion": "^5.7.1",
"@nebula.js/enigma-mocker": "^5.7.1",
"@nebula.js/locale": "^5.7.1",
Expand Down
4 changes: 2 additions & 2 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@mui/material": "^5.16.6",
"@mui/system": "^5.16.6",
"@mui/material": "^6.1.5",
"@mui/system": "^6.1.5",
"@nebula.js/enigma-mocker": "^5.7.1",
"@nebula.js/nucleus": "^5.7.1",
"@nebula.js/snapshooter": "^5.7.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"peerDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
Loading

0 comments on commit 76f781c

Please sign in to comment.