Skip to content

Commit

Permalink
react-select 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jun 17, 2024
1 parent 740eb57 commit fbb9f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def moduleConfig(npmName: String, npmVersion: String): Project => Project =
scalacOptions ++= (if (scalaJSVersion.startsWith("0.6.")) Seq("-P:scalajs:sjsDefinedByDefault") else Nil)
)

lazy val reactSelect = project.configure(moduleConfig("react-select", "5.6.1"))
lazy val reactSelect = project.configure(moduleConfig("react-select", "5.8.0"))
lazy val reactInputMask = project.configure(moduleConfig("react-input-mask", "2.0.4"))
lazy val reactPhoneNumberInput = project.configure(moduleConfig("react-phone-number-input", "3.4.3"))
lazy val reactAutocomplete = project.configure(moduleConfig("react-autocomplete", "1.8.1"))
Expand Down

0 comments on commit fbb9f41

Please sign in to comment.