Skip to content

Commit

Permalink
Update JS dependency stylelint-config-standard to v22 (#9478)
Browse files Browse the repository at this point in the history
* Update JS dependency stylelint-config-standard to v22

* Fix lint

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Dario <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2021
1 parent d32a0f6 commit 38bbf9d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"nyc": "15.1.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
"stylelint": "13.13.0",
"stylelint-config-standard": "21.0.0",
"stylelint-config-standard": "22.0.0",
"timekeeper": "2.2.0",
"vue-jest": "3.0.7",
"vue-loader": "15.9.6",
Expand Down
4 changes: 2 additions & 2 deletions themes-default/slim/src/components/show-results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,13 @@ export default {
};
</script>
<style scoped>
@import '../style/v-tooltip.css';
.show-results-wrapper >>> tbody {
color: rgb(0, 0, 0);
}
#no-result {
color: rgb(255, 255, 255);
}
@import '../style/v-tooltip.css';
</style>
18 changes: 9 additions & 9 deletions themes-default/slim/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10661,17 +10661,17 @@ stylehacks@^4.0.0:
postcss "^7.0.0"
postcss-selector-parser "^3.0.0"

stylelint-config-recommended@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz#665a0034065e6704d5032ba51bf4efa37d328ef9"
integrity sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==
stylelint-config-recommended@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78"
integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==

stylelint-config-standard@21.0.0:
version "21.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz#4942cfa27301eb6702fa8fc46a44da35d1a5cfd7"
integrity sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==
stylelint-config-standard@22.0.0:
version "22.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz#c860be9a13ebbc1b084456fa10527bf13a44addf"
integrity sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==
dependencies:
stylelint-config-recommended "^4.0.0"
stylelint-config-recommended "^5.0.0"

[email protected]:
version "13.13.0"
Expand Down

0 comments on commit 38bbf9d

Please sign in to comment.