Skip to content

Commit

Permalink
feat(deps): Update dependency eslint to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent cdcfd15 commit 69ead54
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 196 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@commitlint/cli": "8.3.6",
"@commitlint/config-conventional": "8.3.6",
"eslint": "6.8.0",
"eslint": "8.51.0",
"husky": "4.3.8",
"lerna": "3.22.1",
"prettier": "1.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"@babel/eslint-parser": "7.x",
"eslint": "6.x",
"eslint": "8.x",
"eslint-config-prettier": "6.x",
"eslint-plugin-compat": "3.x",
"eslint-plugin-import": "2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/Stinkstudios/npm-packages/issues"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint": "8.51.0",
"eslint-config-stylelint": "11.1.0",
"jest": "25.5.4",
"stylelint": "13.13.1"
Expand Down
Loading

0 comments on commit 69ead54

Please sign in to comment.