From 9497f8540aaa3855869177091e184f22e7f95e9b Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Thu, 4 Aug 2016 09:18:20 +0100 Subject: [PATCH] Bump govuk frontend toolkit to 4.14.1 # 4.14.1 - Fix tabular number sizing in Firefox ([PR #301](https://github.com/alphagov/govuk_frontend_toolkit/pull/301)) # 4.14.0 - Allow use of multiple GA customDimensionIndex. See [this section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/ docs/javascript.md#using-google-custom-dimensions-with-your-own-statisti cal-model) of the documentation for more information. - Configurable duration (in days) for AB Test cookie. See [this section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/ docs/javascript.md#multivariate-test-framework) of the documentation for more information. - Allow base scripts to run within a module loader. See [this PR](https://github.com/alphagov/govuk_frontend_toolkit/pull/290) for more information. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d866ca80..6134e7fed 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=4.0.0" }, "dependencies": { - "govuk_frontend_toolkit": "^4.13.0" + "govuk_frontend_toolkit": "^4.14.1" }, "devDependencies": { "body-parser": "^1.14.1",