Skip to content

Commit

Permalink
build: bump local version to v2.0.0-beta.0
Browse files Browse the repository at this point in the history
Switch to v5.0.0 of `govuk-frontend` now that it has been released
  • Loading branch information
gregtyler committed Dec 11, 2023
1 parent aea5cd7 commit 59c4440
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
37 changes: 10 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@11ty/eleventy": "^2.0.0",
"clipboard": "^2.0.8",
"del": "^7.0.0",
"govuk-frontend": "^5.0.0-beta.1",
"govuk-frontend": "^5.0.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ministryofjustice/frontend",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"version": "1.8.1",
"version": "2.0.0-beta.0",
"main": "moj/all.js",
"sass": "moj/all.scss",
"engines": {
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"govuk-frontend": "^3.0.0 || ^4.0.0 || ^5.0.0",
"govuk-frontend": "^5.0.0",
"moment": "^2.27.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 59c4440

Please sign in to comment.