Update to babel-plugin-tester@5.0.0

This commit is contained in:
Nicolas Gallagher
2018-01-09 17:31:52 -08:00
parent a3e44a5c60
commit 03598d869b
2 changed files with 11 additions and 1 deletions
@@ -4,7 +4,7 @@
"description": "Babel plugin for React Native for Web", "description": "Babel plugin for React Native for Web",
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {
"babel-plugin-tester": "^4.0.0" "babel-plugin-tester": "^5.0.0"
}, },
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"license": "MIT", "license": "MIT",
+10
View File
@@ -1067,6 +1067,16 @@ babel-plugin-tester@^4.0.0:
path-exists "^3.0.0" path-exists "^3.0.0"
strip-indent "^2.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: babel-plugin-transform-async-generator-functions@^6.24.1:
version "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" resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db"