Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrambilla committed Dec 7, 2023
1 parent 9c8df86 commit 434457f
Show file tree
Hide file tree
Showing 4 changed files with 838 additions and 825 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
'scss/at-extend-no-missing-placeholder': null,
"scss/at-function-parentheses-space-before": "never",
'scss/at-if-no-null': null,
"scss/at-import-no-partial-leading-underscore": true,
"scss/at-mixin-argumentless-call-parentheses": "always",
"scss/at-mixin-named-arguments": null,
"scss/at-mixin-parentheses-space-before": "never",
Expand All @@ -77,6 +76,7 @@
}],
"scss/dollar-variable-no-missing-interpolation": true,
'scss/function-quote-no-quoted-strings-inside': null,
"scss/load-no-partial-leading-underscore": true,
"scss/media-feature-value-dollar-variable": null,
"scss/no-duplicate-dollar-variables": [ null, {
"ignoreInsideAtRules": [ "if", "mixin" ]
Expand Down
2 changes: 1 addition & 1 deletion build/eslint-plugin-figuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "CAST, Inc.",
"license": "MIT",
"peerDependencies": {
"eslint": "^8.50.0"
"eslint": "^8.55.0"
}
}
Loading

0 comments on commit 434457f

Please sign in to comment.