Skip to content

Commit

Permalink
Update dependency eslint to v8.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 29, 2023
1 parent e41a853 commit 46bf509
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
node: circleci/node@5.0.2
codecov: codecov/codecov@3.2.4
codecov: codecov/codecov@3.2.2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint": "eslint"
},
"dependencies": {
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "^12.0.7",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.13.0",
"eslint": "8.37.0",
"jest-cli": "24.9.0",
"jest-environment-jsdom": "26.6.2",
"jest-environment-jsdom-sixteen": "2.0.0",
Expand Down
Loading

0 comments on commit 46bf509

Please sign in to comment.