Skip to content

Commit

Permalink
Yarn update
Browse files Browse the repository at this point in the history
This ensures we're on the latest version of govuk-frontend.
  • Loading branch information
thomasleese committed Feb 27, 2024
1 parent 35d13cc commit ffc9a7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "app",
"private": "true",
"dependencies": {
"@ministryofjustice/frontend": "^1.8.1",
"@ministryofjustice/frontend": "^2.1.1",
"dfe-autocomplete": "github:DFE-Digital/dfe-autocomplete",
"esbuild": "^0.20.1",
"govuk-country-and-territory-autocomplete": "^1.0.2",
"govuk-frontend": "^4.8.0",
"govuk-frontend": "^5.2.0",
"sass": "^1.71.1"
},
"scripts": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.20.1.tgz#77583b6ea54cee7c1410ebbd54051b6a3fcbd8ba"
integrity sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==

"@ministryofjustice/frontend@^1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@ministryofjustice/frontend/-/frontend-1.8.1.tgz#6bac39524ba406533d1ce51c55d4c8ff96ad358e"
integrity sha512-HNl8XXbNje/NtQRlGM57CTLlAGBTW+ziGTBkxXHDn7VauKNz418PnErDlKRWeaHIyc6V9twI5EbOj4lFCsvasw==
"@ministryofjustice/frontend@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ministryofjustice/frontend/-/frontend-2.1.1.tgz#8ce98e0cb5af74b01570b724b7817bd8bdbae148"
integrity sha512-CBq8l3kuuf/GLVIroxYIoho0plr5ChRdOjSGDIfcXavDb8P5pbNWGgWlA7RgNReYCYV9W6IOje9rcExvdqej9Q==
dependencies:
govuk-frontend "^3.0.0 || ^4.0.0"
govuk-frontend "^5.0.0"
moment "^2.27.0"

"@prettier/plugin-ruby@^4.0.4":
Expand Down Expand Up @@ -186,7 +186,7 @@ corejs-typeahead@^1.1.1:

"dfe-autocomplete@github:DFE-Digital/dfe-autocomplete":
version "0.0.1"
resolved "https://codeload.github.com/DFE-Digital/dfe-autocomplete/tar.gz/36d80e6b5bba67c92cd9ec6982a4e536d1889aed"
resolved "https://codeload.github.com/DFE-Digital/dfe-autocomplete/tar.gz/8e7389ff62a38bc8880323f6c58eed9c8d10f080"
dependencies:
accessible-autocomplete "^2.0.4"

Expand Down Expand Up @@ -247,15 +247,15 @@ govuk-country-and-territory-autocomplete@^1.0.2:
core-js "3.2.1"
openregister-picker-engine "^1.2.1"

"govuk-frontend@^3.0.0 || ^4.0.0":
version "4.7.0"
resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-4.7.0.tgz#69950b6c2e69f435ffe9aa60d8dee232dac977de"
integrity sha512-0OsdCusF5qvLWwKziU8zqxiC0nq6WP0ZQuw51ymZ/1V0tO71oIKMlSLN2S9bm8RcEGSoidPt2A34gKxePrLjvg==
govuk-frontend@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.0.0.tgz#c08a4d1115fb31eb39b6d19979c627f816185dd7"
integrity sha512-3WSfvQ+3kw/q/m8jrq/t8XnMUA8D2r0uhGyZaDbIh1gWTJBQzJBHbHiKYI9nc9ixIXdCFsc9RozkgEm57a795g==

govuk-frontend@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-4.8.0.tgz#df4e56c762e93aae74fed214bb6be08e13783772"
integrity sha512-NOmPJxL8IYq1HSNHYKx9XY2LLTxuwb+IFASiGQO4sgJ8K7AG66SlSeqARrcetevV8zOf+i1z+MbJJ2O7//OxAw==
govuk-frontend@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.2.0.tgz#f8e0bf98b771b8ee1501fd45bbba24a091f3846d"
integrity sha512-beD3wztHpkKz6JUpPwnwop1ejb4rTFMPLCutKLCIDmUS4BPpW59ggVUfctsRqHd2Zjw9wxljdRdeIJ8AZFyyTw==

immutable@^4.0.0:
version "4.2.4"
Expand Down

0 comments on commit ffc9a7e

Please sign in to comment.