Skip to content

Commit

Permalink
Merge pull request #281 from nafg/update-mui-versions
Browse files Browse the repository at this point in the history
update MUI versions
  • Loading branch information
nafg authored Jun 17, 2024
2 parents 254242f + 7f7503c commit 0ce62cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@ lazy val reactWidgets = project.configure(moduleConfig("react-widgets",
lazy val reactWaypoint = project.configure(moduleConfig("react-waypoint", "10.3.0"))
lazy val reactDatepicker = project.configure(moduleConfig("react-datepicker", "7.0.0"))

def materialUiCoreVersion = "5.14.20"
def materialUiCoreVersion = "5.15.3"

val emotionNpmDeps = Compile / npmDependencies ++= Seq(
"@emotion/react" -> "11.11.1",
"@emotion/styled" -> "11.11.0"
"@emotion/react" -> "11.11.4",
"@emotion/styled" -> "11.11.5"
)

def materialUiGitUrl = "https://github.com/mui-org/material-ui.git"

lazy val materialUiBase =
project
.configure(moduleConfig("@mui/base", "5.0.0-beta.26"))
.configure(moduleConfig("@mui/base", "5.0.0-beta.40"))
.enablePlugins(FacadeGeneratorPlugin)
.settings(
emotionNpmDeps,
Expand All @@ -103,7 +103,7 @@ lazy val materialUiCore =

lazy val materialUiLab =
project
.configure(moduleConfig("@mui/lab", "5.0.0-alpha.155"))
.configure(moduleConfig("@mui/lab", "5.0.0-alpha.170"))
.enablePlugins(FacadeGeneratorPlugin)
.settings(
emotionNpmDeps,
Expand Down

0 comments on commit 0ce62cb

Please sign in to comment.