From bb9fe35ab5a720074acb4351f0363522ed13f752 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 19 Dec 2016 10:25:14 +0000 Subject: [PATCH] Upgrade GOV.UK toolkit, template and elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should make sure that the parts of the UI that we inherit from these packages are kept up to date. This commit: - updates each dependency to the latest version - makes patch (bug fixing) version bumps automatic because - it makes less work for us - we don’t get so far behind - we should be able to trust dependencies that are coming from other teams in this building Full changes that this brings in: GOV.UK Template --- - Increase skiplink colour contrast ([GOV.UK Template PR #263](https://github.com/alphagov/govuk_template/pull/263)) GOV.UK Elements --- - Too many to show – see https://github.com/alphagov/govuk_elements/compare/v1.1.1...v3.0.2#diff-4ac32a78649ca5bdd8e0ba38b7006a1e GOV.UK Frontend Toolkit --- - Too many to show – see https://github.com/alphagov/govuk_frontend_toolkit/compare/v4.6.0...v5.2.0#diff-4ac32a78649ca5bdd8e0ba38b7006a1e --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0f67bdf70..5e3e3bf98 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "babel-core": "6.3.26", "babel-preset-es2015": "6.3.13", "diff-dom": "2.1.0", - "govuk-elements-sass": "1.1.1", - "govuk_frontend_toolkit": "4.6.0", - "govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.19.1/jinja_govuk_template-0.19.1.tgz", + "govuk-elements-sass": "3.0.x", + "govuk_frontend_toolkit": "5.2.x", + "govuk_template_jinja": "0.19.x", "gulp": "3.9.0", "gulp-add-src": "0.2.0", "gulp-babel": "6.1.1",