Skip to content

Commit

Permalink
Increase GOV.UK Frontend minVersion to v4.7.0
Browse files Browse the repository at this point in the history
Brings in this bug fix: alphagov/govuk-frontend#3755
  • Loading branch information
colinrotherham committed Aug 24, 2023
1 parent f42493a commit 6f8247b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pluginDependencies": [
{
"packageName": "govuk-frontend",
"minVersion": "4.5.0",
"minVersion": "4.7.0",
"maxVersion": "5.5.0"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"sass": "/sass/fee.scss",
"pluginDependencies": [{
"packageName": "govuk-frontend",
"minVersion": "4.5.0"
"minVersion": "4.7.0"
}]
}
14 changes: 7 additions & 7 deletions npm-shrinkwrap.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 @@ -72,7 +72,7 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs-extra": "^11.1.0",
"govuk-frontend": "^4.5.0",
"govuk-frontend": "^4.7.0",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"marked": "^4.2.5",
Expand Down

0 comments on commit 6f8247b

Please sign in to comment.