Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Debbl committed Jan 10, 2025
1 parent d2363a7 commit 2b5ae1e
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 417 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@debbl/eslint-config",
"type": "module",
"version": "3.8.9",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"description": "Brendan Dash's ESLint config",
"author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
"license": "MIT",
Expand Down Expand Up @@ -40,19 +40,19 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint/markdown": "^6.2.1",
"@next/eslint-plugin-next": "^15.1.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitest/eslint-plugin": "^1.1.20",
"@next/eslint-plugin-next": "^15.1.4",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitest/eslint-plugin": "^1.1.24",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "^5.1.0",
Expand All @@ -73,19 +73,19 @@
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@eslint/config-inspector": "^0.6.0",
"@eslint/config-inspector": "^0.7.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"bumpp": "^9.9.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"bumpp": "^9.10.0",
"eslint": "^9.17.0",
"execa": "^9.5.2",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"react": "^19.0.0",
"sucrase": "^3.35.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 2b5ae1e

Please sign in to comment.