Skip to content

Commit

Permalink
fix(deps): update eslint (eslint-config) (#259)
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 Oct 21, 2024
1 parent 4cb5151 commit 399f3bb
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 123 deletions.
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"node": ">= 20.11.0 || >= 21.2.0 || >= 22.0.0"
},
"peerDependencies": {
"eslint": "^9.12.0"
"eslint": "^9.13.0"
},
"dependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@typescript-eslint/utils": "^8.9.0",
"eslint": "^9.12.0",
"@typescript-eslint/utils": "^8.10.0",
"eslint": "^9.13.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-perfectionist": "^3.9.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.11.0",
"pkg-dir": "^8.0.0",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.10.0"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
Expand Down
Loading

0 comments on commit 399f3bb

Please sign in to comment.