Skip to content

Commit

Permalink
Reverting material ui update to fix styling regression (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk authored Oct 29, 2023
1 parent d0e75e8 commit c9eabfc
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 508 deletions.
8 changes: 4 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-junit": "16.0.0",
"parcel": "2.9.3",
"parcel": "2.10.1",
"prettier": "3.0.3",
"process": "0.11.10",
"projektor-publish": "3.10.2",
Expand All @@ -49,9 +49,9 @@
},
"dependencies": {
"@material-table/core": "5.1.12",
"@material-ui/core": "4.12.4",
"@mui/icons-material": "5.14.13",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/core": "4.12.3",
"@mui/icons-material": "5.0.0",
"@material-ui/lab": "4.0.0-alpha.60",
"@reach/router": "1.3.4",
"@types/node": "18.17.12",
"@types/reach__router": "1.3.11",
Expand Down
Loading

0 comments on commit c9eabfc

Please sign in to comment.