Skip to content

Commit

Permalink
Install GOV.UK Frontend v5.0.0 preview
Browse files Browse the repository at this point in the history
This commit can be dropped once v5 is released
  • Loading branch information
colinrotherham committed Sep 4, 2023
1 parent a70138f commit 94b0698
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/plugins.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const fakeFileSystem = require('../../__tests__/utils/mock-file-system')
const rootPath = path.join(__dirname, '..', '..')
const pkg = `{
"dependencies": {
"govuk-frontend": "^4.3.0"
"govuk-frontend": "github:alphagov/govuk-frontend#6d1a4ef0a"
}
}
`
Expand Down
25 changes: 18 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": "github:alphagov/govuk-frontend#6d1a4ef0a",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"marked": "^4.2.5",
Expand Down

0 comments on commit 94b0698

Please sign in to comment.