Skip to content

Commit

Permalink
Merge pull request #38 from SandroMiguel/t674/migrate-eslint-to-v8
Browse files Browse the repository at this point in the history
fix: bump ESLint from 7.32.0 to 8.31.0
  • Loading branch information
SandroMiguel authored Jan 14, 2023
2 parents c9af9a1 + 355d408 commit f130fd2
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"dependencies": {
"eslint": "^7.32.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.2"
"prettier": "^2.8.3"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
Expand Down
Loading

0 comments on commit f130fd2

Please sign in to comment.