Skip to content

Commit

Permalink
chore(marketplace): switch to mui v5
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov committed Nov 17, 2024
1 parent 592bedb commit e182a44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions workspaces/marketplace/plugins/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/theme": "^0.6.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/material": "^5.12.2",
"@red-hat-developer-hub/backstage-plugin-marketplace-common": "workspace:^",
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
Expand Down
7 changes: 3 additions & 4 deletions workspaces/marketplace/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10048,9 +10048,7 @@ __metadata:
"@backstage/dev-utils": ^1.1.2
"@backstage/test-utils": ^1.7.0
"@backstage/theme": ^0.6.0
"@material-ui/core": ^4.9.13
"@material-ui/icons": ^4.9.1
"@material-ui/lab": ^4.0.0-alpha.61
"@mui/material": ^5.12.2
"@red-hat-developer-hub/backstage-plugin-marketplace-common": "workspace:^"
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
Expand All @@ -10059,7 +10057,8 @@ __metadata:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e182a44

Please sign in to comment.