From 328cfaf1da5f7bf21499baf76b42e7d44f9fb6a5 Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Mon, 5 Sep 2016 17:37:17 +0100 Subject: [PATCH] Use version 4.18.0 of the govuk_frontend_toolkit https://raw.githubusercontent.com/alphagov/govuk_frontend_toolkit/master /CHANGELOG.md # 4.18.0 - Add GOVUK.ShowHideContent JavaScript to support showing and hiding content, toggled by radio buttons and checkboxes ([PR #315](https://github.com/alphagov/govuk_frontend_toolkit/pull/315)). # 4.17.0 - SelectionButtons will add a class to the label with the type of the child input ([PR #317](https://github.com/alphagov/govuk_frontend_toolkit/pull/317)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e37d570438..00c3dc9b58 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express-session": "^1.13.0", "express-writer": "0.0.4", "govuk-elements-sass": "1.2.0", - "govuk_frontend_toolkit": "^4.16.1", + "govuk_frontend_toolkit": "^4.18.0", "govuk_template_jinja": "0.18.1", "grunt": "0.4.5", "grunt-cli": "0.1.13",