From 4e3104771c56e90ac3780818c3705e743def3ed1 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Sun, 12 Jan 2025 17:03:22 +0000 Subject: [PATCH] Upgrade to govuk-frontend 5.8.0 --- README.md | 2 +- guide/content/introduction/supported-versions.slim | 2 +- guide/package-lock.json | 8 ++++---- guide/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a47f59a0..aed26a53 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Gem](https://img.shields.io/gem/dt/govuk_design_system_formbuilder?logo=rubygems)](https://rubygems.org/gems/govuk_design_system_formbuilder) [![Test Coverage](https://api.codeclimate.com/v1/badges/110136fb22341d3ba646/test_coverage)](https://codeclimate.com/github/x-govuk/govuk-form-builder/test_coverage) [![GitHub license](https://img.shields.io/github/license/x-govuk/govuk-form-builder)](https://github.com/x-govuk/govuk-form-builder/blob/main/LICENSE) -[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.7.1-brightgreen)](https://design-system.service.gov.uk) +[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.8.0-brightgreen)](https://design-system.service.gov.uk) [![Rails](https://img.shields.io/badge/Rails-7.1.5%20%E2%95%B1%207.2.2%20%E2%95%B1%208.0.1-E16D6D)](https://weblog.rubyonrails.org/releases/) [![Ruby](https://img.shields.io/badge/Ruby-3.2.6%20%20%E2%95%B1%203.3.6%20%20%E2%95%B1%203.4.1-E16D6D)](https://www.ruby-lang.org/en/downloads/) diff --git a/guide/content/introduction/supported-versions.slim b/guide/content/introduction/supported-versions.slim index 61795fe3..6ba80dce 100644 --- a/guide/content/introduction/supported-versions.slim +++ b/guide/content/introduction/supported-versions.slim @@ -29,7 +29,7 @@ table.govuk-table.app-table--constrained th.govuk-table__header scope="row" | GOV.UK Design System td.govuk-table__cell.govuk-table__cell--numeric - | 5.7.1 + | 5.8.0 td.govuk-table__cell.govuk-table__cell--numeric | 3.14.0 tr.govuk-table__row diff --git a/guide/package-lock.json b/guide/package-lock.json index e54467f7..3cb9a9c2 100644 --- a/guide/package-lock.json +++ b/guide/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.6", - "govuk-frontend": "5.7.1", + "govuk-frontend": "5.8.0", "sass": "^1.77.8" } }, @@ -381,9 +381,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.7.1.tgz", - "integrity": "sha512-jF1cq5rn57kxZmJRprUZhTQ31zaBBK4b5AyeJaPX3Yhg22lk90Mx/dQLvOk/ycV3wM7e0y+s4IPvb2fFaPlCGg==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ==", "engines": { "node": ">= 4.2.0" } diff --git a/guide/package.json b/guide/package.json index d41de2ab..03b13eb1 100644 --- a/guide/package.json +++ b/guide/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.6", - "govuk-frontend": "5.7.1", + "govuk-frontend": "5.8.0", "sass": "^1.77.8" } }