Skip to content

Commit

Permalink
Merge pull request #277 from nafg/update-react-phone-number-input-to-…
Browse files Browse the repository at this point in the history
…3-4-3

Update react-phone-number-input to 3.4.3
  • Loading branch information
nafg authored Jun 17, 2024
2 parents 11ab01c + a2c38d9 commit fbde071
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 @@ -64,7 +64,7 @@ def moduleConfig(npmName: String, npmVersion: String): Project => Project =

lazy val reactSelect = project.configure(moduleConfig("react-select", "5.6.1"))
lazy val reactInputMask = project.configure(moduleConfig("react-input-mask", "2.0.4"))
lazy val reactPhoneNumberInput = project.configure(moduleConfig("react-phone-number-input", "3.2.12"))
lazy val reactPhoneNumberInput = project.configure(moduleConfig("react-phone-number-input", "3.4.3"))
lazy val reactAutocomplete = project.configure(moduleConfig("react-autocomplete", "1.8.1"))
lazy val reactWidgets = project.configure(moduleConfig("react-widgets", "5.8.4"))
lazy val reactWaypoint = project.configure(moduleConfig("react-waypoint", "10.3.0"))
Expand Down

0 comments on commit fbde071

Please sign in to comment.