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.
This commit is contained in:
Tom Byers
2019-04-16 13:11:24 +01:00
parent 1d88324175
commit 8914434573

View File

@@ -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",