From fb24e37a9472503aafcb08e0a487c3caa0660972 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Tue, 23 Apr 2024 20:46:08 +0100 Subject: [PATCH] Upgrade to govuk-frontend 5.3.1 --- 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 bef28db7..93ea3108 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Gem](https://img.shields.io/gem/dt/govuk-components?logo=rubygems)](https://rubygems.org/gems/govuk-components) [![Test coverage](https://api.codeclimate.com/v1/badges/cbcbc140f300b920d833/test_coverage)](https://codeclimate.com/github/x-govuk/govuk-components/test_coverage) [![Licence](https://img.shields.io/github/license/x-govuk/govuk-components)](https://github.com/x-govuk/govuk-components/blob/main/LICENSE.txt) -[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.1.0-brightgreen)](https://design-system.service.gov.uk) +[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.3.1-brightgreen)](https://design-system.service.gov.uk) [![ViewComponent](https://img.shields.io/badge/ViewComponent-3.3.0-brightgreen)](https://viewcomponent.org/) [![Rails](https://img.shields.io/badge/Rails-7.0.8%20%E2%95%B1%207.1.0-E16D6D)](https://weblog.rubyonrails.org/releases/) [![Ruby](https://img.shields.io/badge/Ruby-3.1.4%20%20%E2%95%B1%203.2.2%20%20%E2%95%B1%203.3.0-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 37576881..ecc2d2c3 100644 --- a/guide/content/introduction/supported-versions.slim +++ b/guide/content/introduction/supported-versions.slim @@ -23,7 +23,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.2.0 + | 5.3.1 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 b029067d..e3768633 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.0", - "govuk-frontend": "5.3.0", + "govuk-frontend": "5.3.1", "sass": "^1.52.1" } }, @@ -1647,9 +1647,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.3.0.tgz", - "integrity": "sha512-w6yaaDU3nqhVmWJFnOuJKRIUEB/2RrTFGzoA3z5n4cTG9h292EseT/q+JJA/LYTf5IYzeTIVAUbE5fFjUxefiQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.3.1.tgz", + "integrity": "sha512-EzegdVdmZVwXUGTQTsBgK4TkMpMyPdOIa2g1kvwX7EeyP9Kah+amXSo97gbiI8N49L6E0J6/2H6qLW4QN3KhMQ==", "engines": { "node": ">= 4.2.0" } diff --git a/guide/package.json b/guide/package.json index b7429741..c98dfaa0 100644 --- a/guide/package.json +++ b/guide/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.0", - "govuk-frontend": "5.3.0", + "govuk-frontend": "5.3.1", "sass": "^1.52.1" } }