From c64f689fca80fb577797b61de202722e4a9ca58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Mar 2019 07:43:49 +0000 Subject: [PATCH] Bump react-final-form from 4.0.2 to 4.1.0 Bumps [react-final-form](https://github.com/final-form/react-final-form) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/final-form/react-final-form/releases) - [Commits](https://github.com/final-form/react-final-form/compare/v4.0.2...v4.1.0) Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 58c739f4..fe154ecf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -667,7 +667,7 @@ "@babel/plugin-transform-react-jsx-self" "^7.0.0" "@babel/plugin-transform-react-jsx-source" "^7.0.0" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.4.tgz#73d12ba819e365fcf7fd152aed56d6df97d21c83" integrity sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g== @@ -5313,11 +5313,11 @@ react-dom@^16.8.1: scheduler "^0.13.3" react-final-form@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-4.0.2.tgz#fa829d7fb60dcc168804bf2edda58f3d62c4607b" - integrity sha512-EdFWrT8nMWu5sHViuZ/VmlaYT+mLu/q5TMDWZZj5gnssUAWfgcila0QpptFNDg6+qNtepGgFh5ZPASlivoEXUA== + version "4.1.0" + resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-4.1.0.tgz#4e1b513de164771b2b824f3fb9c0548014255971" + integrity sha512-O8p1EPQ/PFWNcX3bYGsLzuo/KnGeNfGfFi2UAX8jXLXrGcGdTfZMnyo/DFHdEKA9aKso61d/PHekQ9sst0cOmw== dependencies: - "@babel/runtime" "^7.1.2" + "@babel/runtime" "^7.3.4" react-image@^2.0.0: version "2.0.0"