From bc9c530cfb3fcbca26cb4919292b2c103bdef1f2 Mon Sep 17 00:00:00 2001 From: Enoah Netzach Date: Wed, 26 Apr 2017 15:50:37 +0200 Subject: [PATCH] update `babel-plugin-flow-react-proptypes` dependency --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index abfda8924..b1dc8ec4b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "babel-loader": "^6.2.10", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-external-helpers": "^6.22.0", - "babel-plugin-flow-react-proptypes": "^1.2.0", + "babel-plugin-flow-react-proptypes": "^2.1.3", "babel-plugin-transform-class-properties": "^6.22.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.22.0", diff --git a/yarn.lock b/yarn.lock index 57e6aaf24..5d13e6e94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -460,9 +460,9 @@ babel-plugin-external-helpers@^6.18.0, babel-plugin-external-helpers@^6.22.0: dependencies: babel-runtime "^6.22.0" -babel-plugin-flow-react-proptypes@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-1.2.0.tgz#3d2321f9d9048305ce917d97cd75f7a0cb5c9ce6" +babel-plugin-flow-react-proptypes@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-2.1.3.tgz#6db20e985baadf409ef3698b7f4645bb96761250" dependencies: babel-core "^6.18.0" babel-template "^6.16.0"