mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user