Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to FlatConfig #64

Merged
merged 17 commits into from
Jan 15, 2025
Prev Previous commit
Next Next commit
chore(deps): bump dependencies
  • Loading branch information
yoshinorin committed Jan 4, 2025
commit 53a002e463347fc49c0766a74b4a5635a0d76ef7
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"license": "MIT",
"peerDependencies": {
"eslint": ">= 9.13.0"
"eslint": ">= 9.17.0"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"eslint-plugin-n": "^17.12.0",
"globals": "^15.11.0",
"typescript-eslint": "^8.12.2",
"@eslint/js": "^9.17.0",
"eslint-plugin-n": "^17.15.1",
"globals": "^15.14.0",
"typescript-eslint": "^8.19.0",
"eslint-plugin-mocha": "^10.5.0"
},
"engines": {
Expand Down