From 03598d869bac47ffb1e8637453749617acf038f2 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 9 Jan 2018 17:31:52 -0800 Subject: [PATCH] Update to babel-plugin-tester@5.0.0 --- packages/babel-plugin-react-native-web/package.json | 2 +- yarn.lock | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index d5dd2c3b..2283c9b7 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -4,7 +4,7 @@ "description": "Babel plugin for React Native for Web", "main": "index.js", "devDependencies": { - "babel-plugin-tester": "^4.0.0" + "babel-plugin-tester": "^5.0.0" }, "author": "Nicolas Gallagher", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index 48e99bfd..6d10c48c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1067,6 +1067,16 @@ babel-plugin-tester@^4.0.0: path-exists "^3.0.0" strip-indent "^2.0.0" +babel-plugin-tester@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-tester/-/babel-plugin-tester-5.0.0.tgz#d3387860311cbd8353746d3a8aaba7ad2446e470" + dependencies: + common-tags "^1.4.0" + invariant "^2.2.2" + lodash.merge "^4.6.0" + path-exists "^3.0.0" + strip-indent "^2.0.0" + babel-plugin-transform-async-generator-functions@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db"