Skip to content

Commit

Permalink
Bump stylelint-config-standard from 33.0.0 to 34.0.0 (#210)
Browse files Browse the repository at this point in the history
* Bump stylelint-config-standard from 33.0.0 to 34.0.0

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 33.0.0 to 34.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@33.0.0...34.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update index.js

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
  • Loading branch information
dependabot[bot] and XhmikosR authored Sep 13, 2023
1 parent d340fc0 commit 992e385
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 11 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
],
'function-url-no-scheme-relative': true,
'media-feature-range-notation': null,
'media-query-no-invalid': null,
'no-descending-specificity': null,
'number-max-precision': null,
'rule-empty-line-before': null,
Expand Down
63 changes: 53 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-scss": "^5.1.0",
"stylelint-stylistic": "^0.4.3"
Expand Down

0 comments on commit 992e385

Please sign in to comment.