From 32220148c08d88f6a35e29f7e168b6f59b532e25 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 18 Feb 2018 14:13:42 -0800 Subject: [PATCH] Upgrade: babel-plugin-flow-react-proptypes@^18.0.0 (#27) Summary: Generated: `yarn add --dev babel-plugin-flow-react-proptypes@^18.0.0`. This pulls in brigand/babel-plugin-flow-react-proptypes#182 and brigand/babel-plugin-flow-react-proptypes#184, both of which affect this project. wchargin-branch: upgrade-flow-proptypes-18.0.0 --- explorer/package.json | 2 +- explorer/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package.json b/explorer/package.json index 4081c71..66196ee 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -105,6 +105,6 @@ "extends": "react-app" }, "devDependencies": { - "babel-plugin-flow-react-proptypes": "^17.1.2" + "babel-plugin-flow-react-proptypes": "^18.0.0" } } diff --git a/explorer/yarn.lock b/explorer/yarn.lock index b054793..3eab4c8 100644 --- a/explorer/yarn.lock +++ b/explorer/yarn.lock @@ -522,9 +522,9 @@ babel-plugin-dynamic-import-node@1.1.0: babel-template "^6.26.0" babel-types "^6.26.0" -babel-plugin-flow-react-proptypes@^17.1.2: - version "17.1.2" - resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-17.1.2.tgz#89f75928a47ea869dab312605f42542dd7b6755c" +babel-plugin-flow-react-proptypes@^18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-18.0.0.tgz#2faca86de2f5353ed775538ac808a6fc05164ada" dependencies: babel-core "^6.25.0" babel-template "^6.25.0"