Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent b25554f commit 2a6d269
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 168 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"eslint": "^8.57.0",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"stylelint": "^15.0.0"
"stylelint": "^16.0.0"
},
"engines": {
"node": "^20.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^8.57.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2a6d269

Please sign in to comment.