From 891443457313cd32d460ebe7e9e29883fd387c64 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 16 Apr 2019 13:11:24 +0100 Subject: [PATCH] Bump diff-dom to latest without Object.entries Versions past this make use of Object.entries which is not supported in IE11 (so causes an error). This is meant to be taken care of by polyfills but our frontend build pipeline isn't set up to polyfill NPM modules at the moment. This moves the version bump to the latest that will still work with our current pipeline. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fabff510a..be991f89a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@babel/core": "7.4.0", "@babel/preset-env": "7.4.2", - "diff-dom": "2.3.1", + "diff-dom": "2.5.1", "govuk-elements-sass": "3.1.2", "govuk_frontend_toolkit": "8.1.0", "govuk_template_jinja": "0.24.1",