Skip to content

Commit

Permalink
chore(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent caefbe4 commit ade46a3
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 442 deletions.
12 changes: 6 additions & 6 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@babel/eslint-parser": "^7.24.8",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "6.3.0",
"prettier": "3.3.3"
Expand All @@ -42,7 +42,7 @@
"typescript": "5.3.x || 5.5.x"
},
"devDependencies": {
"eslint": "9.9.1",
"eslint": "9.12.0",
"eslint-plugin-tailwindcss": "3.17.4",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cmdk": "1.0.0",
"contentlayer2": "0.5.1",
"dayjs": "1.11.13",
"eslint": "9.11.1",
"eslint": "9.12.0",
"eslint-config-next": "14.2.13",
"framer-motion": "11.5.5",
"github-slugger": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@testing-library/user-event": "14.5.2",
"@types/node": "20.16.9",
"all-contributors-cli": "6.26.1",
"eslint": "9.9.1",
"eslint": "9.12.0",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down Expand Up @@ -70,6 +70,6 @@
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.9.1"
"@eslint/js": "9.12.0"
}
}
Loading

0 comments on commit ade46a3

Please sign in to comment.