Browse Source

Upgrade yarn packages to clear dependabot warnings

pull/2590/head
Rachael Booth 2 years ago
parent
commit
099fb20cfc
  1. 4
      app/frontend/styles/_filter.scss
  2. 4
      app/frontend/styles/_panel.scss
  3. 2
      app/frontend/styles/_primary-navigation.scss
  4. 2
      app/frontend/styles/_sub-navigation.scss
  5. 2
      app/frontend/styles/_table-group.scss
  6. 4
      package.json
  7. 4580
      yarn.lock

4
app/frontend/styles/_filter.scss

@ -5,7 +5,7 @@
.govuk-checkboxes__label, .govuk-checkboxes__label,
.govuk-radios__label { .govuk-radios__label {
&:before { &::before {
background-color: govuk-colour("white"); background-color: govuk-colour("white");
} }
} }
@ -57,7 +57,7 @@
border: 0; border: 0;
} }
&:before { &::before {
background-image: url("../assets/images/icon-cross.svg"); background-image: url("../assets/images/icon-cross.svg");
content: ""; content: "";
display: inline-block; display: inline-block;

4
app/frontend/styles/_panel.scss

@ -19,8 +19,8 @@
margin-bottom: 0; margin-bottom: 0;
} }
.govuk-radios__label:before, .govuk-radios__label::before,
& :after { & ::after {
color: govuk-colour("black"); color: govuk-colour("black");
border-color: govuk-colour("black"); border-color: govuk-colour("black");
background-color: govuk-colour("white"); background-color: govuk-colour("white");

2
app/frontend/styles/_primary-navigation.scss

@ -54,7 +54,7 @@
@include govuk-typography-weight-bold; @include govuk-typography-weight-bold;
// Extend the touch area of the link to the list // Extend the touch area of the link to the list
&:after { &::after {
bottom: 0; bottom: 0;
content: ""; content: "";
left: 0; left: 0;

2
app/frontend/styles/_sub-navigation.scss

@ -64,7 +64,7 @@
position: relative; position: relative;
// Extend the touch area of the link to the list // Extend the touch area of the link to the list
&:after { &::after {
bottom: 0; bottom: 0;
content: ""; content: "";
left: 0; left: 0;

2
app/frontend/styles/_table-group.scss

@ -2,7 +2,7 @@
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
margin: govuk-spacing(-3) govuk-spacing(-3) govuk-spacing(3); margin: govuk-spacing(-3) govuk-spacing(-3) govuk-spacing(3);
padding: govuk-spacing(3) govuk-spacing(3); padding: govuk-spacing(3);
scrollbar-color: $govuk-text-colour govuk-colour("light-grey"); scrollbar-color: $govuk-text-colour govuk-colour("light-grey");
.govuk-table { .govuk-table {

4
package.json

@ -37,8 +37,8 @@
"devDependencies": { "devDependencies": {
"are-you-es5": "^2.1.2", "are-you-es5": "^2.1.2",
"standard": "^17.0.0", "standard": "^17.0.0",
"stylelint": "^15.10.1", "stylelint": "^16.8.2",
"stylelint-config-gds": "^0.2.0" "stylelint-config-gds": "^2.0.0"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [

4580
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save