From 44fe114939db2f77970aa2cf76722b3d73866543 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 8 Dec 2016 10:13:53 -0500 Subject: [PATCH] Upgrade regenerator-runtime to version 0.10.0. (#4877) This changes the behavior of `runtime.awrap` to match the output of https://github.com/leebyron/async-to-gen. See this commit for further explanation of why this change is a good idea: https://github.com/facebook/regenerator/commit/e62a7e500885211aa5bce1b6110d9a77aecc0c34 --- packages/babel-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 05c419af17..4f47c1daf1 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -7,7 +7,7 @@ "author": "Sebastian McKenzie ", "dependencies": { "core-js": "^2.4.0", - "regenerator-runtime": "^0.9.5" + "regenerator-runtime": "^0.10.0" }, "devDependencies": { "babel-helpers": "^6.6.0",