Skip to content

Commit

Permalink
chore: bump dev deps and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Oct 27, 2023
1 parent 96c9d23 commit 4c1139a
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
2 changes: 1 addition & 1 deletion codequality/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"jest": "29.7.0",
"stylelint": "15.10.3"
"stylelint": "15.11.0"
},
"dependencies": {
"@namics/stylelint-bem": "9.0.0",
Expand Down
3 changes: 1 addition & 2 deletions codequality/stylelint/tests/valid/overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,5 @@
}

.o-overlay__content {
overflow-y: auto;
overflow-x: hidden;
overflow: hidden auto;
}

0 comments on commit 4c1139a

Please sign in to comment.