From f689979e8743a90379a6d62c52f9daa61103fb62 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Mar 2019 19:06:31 +0000 Subject: [PATCH] chore(deps): update dependency babel-plugin-tester to v6.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de83ab2..9a29b42 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "ast-pretty-print": "2.0.1", - "babel-plugin-tester": "6.0.0", + "babel-plugin-tester": "6.0.1", "codecov": "3.2.0", "conventional-changelog-cli": "2.0.12", "eslint": "5.14.1", diff --git a/yarn.lock b/yarn.lock index 8dcfb58..f97f9d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1203,10 +1203,10 @@ babel-plugin-syntax-object-rest-spread@^6.8.0: resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= -babel-plugin-tester@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-tester/-/babel-plugin-tester-6.0.0.tgz#91483381e65f48ea717320a30a9182a441e3fe18" - integrity sha512-vzR8l3w9OlXSv6XmdTHu1qpT4i4/y7sK/g0mH1FusPIK7fPd8PYgkzSfuHpLp0JgQzY/LTsmxkSIXfTyfjZ9Ug== +babel-plugin-tester@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/babel-plugin-tester/-/babel-plugin-tester-6.0.1.tgz#6e38df63da9969525501f0d09a823055d9d97b33" + integrity sha512-33all7GWK2WyTuDZL/ZbtYw4iOZ2PNTyuGE97ah4cZRmOHL/DRHcKYhs0dpUIQuNkuYXFfGK4d4y+e0/L8qJYw== dependencies: common-tags "^1.4.0" invariant "^2.2.2"