From fb95e08f97f171221b9df853b08805d4246084f6 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 8 Aug 2018 11:21:39 +0100 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23c42bc28..799b49a0a 100644 --- a/package.json +++ b/package.json @@ -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",