Update stylelint-config-recess-order dependency

This commit is contained in:
Alf Sebastian Houge
2023-02-04 13:55:27 +01:00
parent a16bcf850f
commit fc6f4bc00d
2 changed files with 9 additions and 9 deletions

16
ui/package-lock.json generated
View File

@@ -19793,12 +19793,12 @@
"dev": true
},
"stylelint-config-recess-order": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-2.0.4.tgz",
"integrity": "sha512-lWCVL5VyEGz4MOFDhPt79ibhv+E3mqerd/8thzOCN7Nuk+rGNR/AebtyHNeKm1xMm5Ri6czHGxWPXwmrSPo3yQ==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-2.6.0.tgz",
"integrity": "sha512-s5+2sCEb+/3NzcBHjqLUJRt9JXl+o8pvWEVfAC0mKDrFbuftZJ53hKW1VAMjRvRk1nDJRB/rnFMtFbXb5xB8SA==",
"dev": true,
"requires": {
"stylelint-order": "4.0.x"
"stylelint-order": "4.1.x"
}
},
"stylelint-config-recommended": {
@@ -19817,13 +19817,13 @@
}
},
"stylelint-order": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.0.0.tgz",
"integrity": "sha512-bXV0v+jfB0+JKsqIn3mLglg1Dj2QCYkFHNfL1c+rVMEmruZmW5LUqT/ARBERfBm8SFtCuXpEdatidw/3IkcoiA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz",
"integrity": "sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
"postcss": "^7.0.26",
"postcss": "^7.0.31",
"postcss-sorting": "^5.0.1"
}
},

View File

@@ -71,7 +71,7 @@
"stylelint": "^13.2.1",
"stylelint-config-css-modules": "^2.2.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recess-order": "^2.0.1",
"stylelint-config-recess-order": "^2.6.0",
"stylelint-config-standard": "20.0.x",
"stylelint-scss": "^3.21.0",
"vue-template-compiler": "2.6.11",