Skip to content

Commit

Permalink
Merge pull request #3608 from alphagov/dependabot/npm_and_yarn/stylel…
Browse files Browse the repository at this point in the history
…int-16.5.0

Bump stylelint from 16.4.0 to 16.5.0
  • Loading branch information
andysellick authored May 13, 2024
2 parents b3af509 + 9c6d3b3 commit c42dfa9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/views/_covid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $c19-landing-page-header-background: govuk-colour("blue");
}

.covid__page-guidance {
padding: govuk-spacing(8) 0 govuk-spacing(9) 0;
padding: govuk-spacing(8) 0 govuk-spacing(9);
background-color: govuk-colour("light-grey");
color: govuk-colour("black");
}
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/views/_world_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.world-locations-groups {
padding: govuk-spacing(5) 0 0 0;
padding: govuk-spacing(5) 0 0;
}

.world-locations-group__list {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jasmine-browser-runner": "^2.4.0",
"jasmine-core": "^5.1.2",
"standardx": "^7.0.0",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-gds": "^2.0.0"
},
"packageManager": "[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ __metadata:
jasmine-browser-runner: ^2.4.0
jasmine-core: ^5.1.2
standardx: ^7.0.0
stylelint: ^16.4.0
stylelint: ^16.5.0
stylelint-config-gds: ^2.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3447,9 +3447,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint@npm:^16.4.0":
version: 16.4.0
resolution: "stylelint@npm:16.4.0"
"stylelint@npm:^16.5.0":
version: 16.5.0
resolution: "stylelint@npm:16.5.0"
dependencies:
"@csstools/css-parser-algorithms": ^2.6.1
"@csstools/css-tokenizer": ^2.2.4
Expand Down Expand Up @@ -3492,7 +3492,7 @@ __metadata:
write-file-atomic: ^5.0.1
bin:
stylelint: bin/stylelint.mjs
checksum: 0363d1eaa1663fa9f7b7b59a8a3cae527ed7cb9b61647da67770f989472595c9d368b8e72aef9dfc5e2ad856f1cbcf19118c4340c693a4fcddab3ab202677ae6
checksum: 65271934af21e37117cc6586ebb46cb2629d5c247f05a0b39effca08bf6c85c1a4f489e5b04519e301e65d2f1996a395bc34d3b8ccbb4e7125d820381662ddc7
languageName: node
linkType: hard

Expand Down

0 comments on commit c42dfa9

Please sign in to comment.