From 55c319b1d518c1414368243006b37ad9f4131632 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 Feb 2018 08:58:33 +0000 Subject: [PATCH] chore(deps): update dependency babel-plugin-flow-runtime to v0.17.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c9f8fbde2..9e11e2e23 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "babel-eslint": "8.2.1", "babel-jest": "22.1.0", "babel-loader": "7.1.2", - "babel-plugin-flow-runtime": "0.15.0", + "babel-plugin-flow-runtime": "0.17.0", "babel-plugin-transform-async-to-generator": "6.24.1", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-decorators-legacy": "1.3.4", diff --git a/yarn.lock b/yarn.lock index 5c203c248..7bd7ecbfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -799,9 +799,9 @@ babel-plugin-check-es2015-constants@^6.22.0: dependencies: babel-runtime "^6.22.0" -babel-plugin-flow-runtime@0.15.0: - version "0.15.0" - resolved "https://registry.npmjs.org/babel-plugin-flow-runtime/-/babel-plugin-flow-runtime-0.15.0.tgz#fb2b427a75c1ba1cef7f0ee52111fdb8c265b992" +babel-plugin-flow-runtime@0.17.0: + version "0.17.0" + resolved "https://registry.npmjs.org/babel-plugin-flow-runtime/-/babel-plugin-flow-runtime-0.17.0.tgz#51d7b2e6a526edc48fad8d8eed45bf7cc32ffc08" dependencies: babel-generator "^6.21.0" babel-traverse "^6.20.0"