From a2c38d9bd1799639699c77f63337ccc4be1f2018 Mon Sep 17 00:00:00 2001 From: Naftoli Gugenheim <98384+nafg@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:56:09 -0400 Subject: [PATCH] Update react-phone-number-input to 3.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ec20ee..295a48b 100644 --- a/build.sbt +++ b/build.sbt @@ -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"))