Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOC-4223 Update GDS govuk-frontend package in front end runner to 5.3.1 #173

Merged
merged 3 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"eslint-plugin-tsdoc": "^0.2.14",
"file-loader": "^6.2.0",
"flat": "5.0.2",
"govuk-frontend": "^4.0.1",
"govuk-frontend": "^4.8.0",
"hoek": "^6.1.3",
"html-webpack-plugin": "^4.5.2",
"i18next-parser": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"config": "^3.3.7",
"dotenv": "8.2.0",
"expr-eval": "^2.0.2",
"govuk-frontend": "^4.3.1",
"govuk-frontend": "^5.3.1",
"hapi-pino": "8.0.0",
"hapi-pulse": "3.0.0",
"hapi-rate-limit": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion runner/src/client/sass/_govuk.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$govuk-global-styles: true;

@import "node_modules/govuk-frontend/govuk/all";
@import "node_modules/govuk-frontend/dist/govuk/all";
2 changes: 1 addition & 1 deletion runner/src/client/sass/_upload-dialog.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "node_modules/govuk-frontend/govuk/helpers/colour";
@import "node_modules/govuk-frontend/dist/govuk/helpers/colour";

.upload-dialog {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion runner/src/client/sass/modal-dialog.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "node_modules/govuk-frontend/govuk/all";
@import "node_modules/govuk-frontend/dist/govuk/all";
.modal-dialog {
// Don't display modal if user doesn't have js. Can be overriden with .modal-dialog--no-js-persistent
display: none;
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4953,7 +4953,7 @@ __metadata:
flagg: ^1.1.2
flat: 5.0.2
focus-trap-react: ^8.9.2
govuk-frontend: ^4.0.1
govuk-frontend: ^4.8.0
hapi-pino: ^8.0.1
hoek: ^6.1.3
html-webpack-plugin: ^4.5.2
Expand Down Expand Up @@ -5131,7 +5131,7 @@ __metadata:
expr-eval: ^2.0.2
flat: 5.0.2
form-data: ^4.0.0
govuk-frontend: ^4.3.1
govuk-frontend: ^5.3.1
hapi-pino: 8.0.0
hapi-pulse: 3.0.0
hapi-rate-limit: 4.1.0
Expand Down Expand Up @@ -11362,13 +11362,20 @@ __metadata:
languageName: node
linkType: hard

"govuk-frontend@npm:^4.3.1":
"govuk-frontend@npm:^4.3.1, govuk-frontend@npm:^4.8.0":
version: 4.8.0
resolution: "govuk-frontend@npm:4.8.0"
checksum: e255f924f399319e109347ec4993e0441fc5847a6a73ba44a465b1599c7d03e85c29212743b081ccd60e19224c6301143c77540b8e4bfe615fcb3e162b8663f4
languageName: node
linkType: hard

"govuk-frontend@npm:^5.3.1":
version: 5.3.1
resolution: "govuk-frontend@npm:5.3.1"
checksum: b87c2208a7b971cc6ac1d0c19eb188fe1f40587af6e904d60a18ed9e5e9fef2ad9cec53734b38ad512c4fbd6c947677845d0afeff4594c59f18905485b0d0ae9
languageName: node
linkType: hard

"graceful-fs@npm:^4.0.0, graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9":
version: 4.2.11
resolution: "graceful-fs@npm:4.2.11"
Expand Down
Loading