Pin patch version of govuk-elements-sass

Version 3.1.3 changed heading classes to display block - https://github.com/alphagov/govuk_elements/pull/552
This is a breaking change for us since we are using the heading classes
to make font bold - 3.1.3 adds line breaks in places where we don't want
them and causes some functional tests to fail.

Since we will be replacing govuk-elements with the new design system,
this commit pins the version of govuk-elements instead of updating all
the code to work with the lastest version.
This commit is contained in:
Katie Smith
2018-08-08 11:21:39 +01:00
parent 6a06d4d714
commit fb95e08f97

View File

@@ -21,7 +21,7 @@
"babel-core": "6.26.0",
"babel-preset-es2015": "6.24.1",
"diff-dom": "2.3.1",
"govuk-elements-sass": "3.1.x",
"govuk-elements-sass": "3.1.2",
"govuk_frontend_toolkit": "7.2.0",
"govuk_template_jinja": "0.24.0",
"gulp": "3.9.1",