From 235186a4e96d773eeeef5ceb1742450604b0a340 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 15 Aug 2016 14:59:42 +0200 Subject: [PATCH] Updated babel polyfill --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8bab54c7..b8a7bfc3c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-loader": "6.2.1", "babel-plugin-lodash": "^3.2.6", "babel-plugin-transform-decorators-legacy": "1.3.4", - "babel-polyfill": "^6.7.4", + "babel-polyfill": "^6.13.0", "babel-preset-es2015": "6.3.13", "babel-preset-react": "6.3.13", "babel-preset-react-hmre": "1.0.1",