From 1c9b362ba4d1e3452c1ac9798f6a9d8989313f82 Mon Sep 17 00:00:00 2001 From: "Brahian E. Soto Mercedes" <10819833+bsotodo@users.noreply.github.com> Date: Thu, 7 Mar 2019 13:49:48 +0100 Subject: [PATCH] fix: change @babel/runtime version to be a range (#488) Fix #486 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f7f2f6de..b2159e8a7 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "sinon-chai": "^3.2.0" }, "dependencies": { - "@babel/runtime": "7.0.0", + "@babel/runtime": "^7.0.0", "fn-name": "~2.0.1", "lodash": "^4.17.10", "property-expr": "^1.5.0",