diff --git a/packages/babel-plugin-transform-async-generator-functions/package.json b/packages/babel-plugin-transform-async-generator-functions/package.json index e320f64401..d0bd405006 100644 --- a/packages/babel-plugin-transform-async-generator-functions/package.json +++ b/packages/babel-plugin-transform-async-generator-functions/package.json @@ -11,7 +11,7 @@ "dependencies": { "babel-helper-remap-async-to-generator": "^6.16.2", "babel-plugin-syntax-async-generators": "^6.5.0", - "babel-runtime": "^5.0.0" + "babel-runtime": "^6.0.0" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.3.13"