From a501ebb2bf4ea58d5d82e8a5f959fc3057f45d3f Mon Sep 17 00:00:00 2001 From: Cockpit Bots Date: Mon, 31 Dec 2018 14:11:37 +0200 Subject: [PATCH] package.json: Update @babel/polyfill package dependency (#76) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcf5a60..3db5ca9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-cli": "^3.1.0" }, "dependencies": { - "@babel/polyfill": "7.0.0", + "@babel/polyfill": "7.2.5", "node-sass": "4.11.0", "react": "16.7.0", "react-dom": "16.7.0"