Skip to content

Commit

Permalink
chore: updated stylelint to fix peer depdency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Jan 5, 2024
1 parent 9ee2516 commit 9badca4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
32 changes: 23 additions & 9 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"storybook": "^7.5.3",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36",
"stylelint-no-unsupported-browser-features": "^7",
"stylelint-no-unsupported-browser-features": "^8",
"stylelint-order": "^6",
"stylelint-prettier": "^5",
"svgo": "^3.0.4",
Expand Down Expand Up @@ -152,5 +152,8 @@
"lint-staged": {
"*.{js,css,md,less,json}": "prettier --write",
"*.{css,less}": "stylelint --config .stylelintrc"
},
"dependencies": {
"-": "^0.0.1"
}
}

0 comments on commit 9badca4

Please sign in to comment.