From 9261782692397e2a2ea309b729aab77749c49016 Mon Sep 17 00:00:00 2001 From: apanizo Date: Tue, 17 Jul 2018 13:29:42 +0200 Subject: [PATCH] WA-232 Update final-form libraries --- src/components/forms/Field/index.jsx | 6 +++++- yarn.lock | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/forms/Field/index.jsx b/src/components/forms/Field/index.jsx index 4d923e61..e9179dda 100644 --- a/src/components/forms/Field/index.jsx +++ b/src/components/forms/Field/index.jsx @@ -1,4 +1,8 @@ // @flow +import * as React from 'react' import { Field } from 'react-final-form' -export default Field +// $FlowFixMe +const GnoField = ({ ...props }): React.Element<*> => + +export default GnoField diff --git a/yarn.lock b/yarn.lock index d0312396..9264d541 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5448,8 +5448,8 @@ fill-range@^4.0.0: to-regex-range "^2.1.0" final-form@^4.2.1: - version "4.8.2" - resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.8.2.tgz#905de0a5107f889b1eb86dbbdea96f2d40fcb20d" + version "4.8.3" + resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.8.3.tgz#86a03da6cd6459ed8fe3737dbd9dc87ed40c11d7" finalhandler@1.1.1: version "1.1.1" @@ -9799,8 +9799,8 @@ react-event-listener@^0.6.0: warning "^4.0.1" react-final-form@^3.1.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-3.6.2.tgz#fc61b5abfc8e4afb0fd4dea1a4b70cca07aa3e05" + version "3.6.4" + resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-3.6.4.tgz#1ca37935c2af0bc659a53b293dd84a75d2381548" react-fuzzy@^0.5.2: version "0.5.2"