Skip to content

Commit 1e6369c

Browse files
committed
Upgrade to govuk-frontend 5.10.0-internal.1
This was forced with `npm update --legacy-peer-deps`
1 parent b1d76a3 commit 1e6369c

File tree

3 files changed

+354
-101
lines changed

3 files changed

+354
-101
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ slim-lint:
1414
rspec:
1515
${prefix} rspec --format progress
1616
npm-install:
17-
${guide_dir} npm ci --silent
17+
# FIXME: remove --legacy-peer-deps once the prototype components lib has been updated
18+
${guide_dir} npm ci --silent --legacy-peer-deps
1819
nanoc-check-internal:
1920
( ${guide_dir} ${prefix} nanoc check ${nanoc_internal_checks} )
2021
nanoc-check-external:

0 commit comments

Comments
 (0)