Skip to content

Commit

Permalink
Update ESLint configuration and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Abourass committed May 4, 2024
1 parent aa41a30 commit a89b819
Show file tree
Hide file tree
Showing 2 changed files with 3,241 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
},
"dependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"eslint": "^9.1.1",
"@eslint/js": "^9.2.0",
"eslint": "^9.2.0",
"eslint-plugin-n": "^17.4.0",
"fast-glob": "^3.3.2",
"typescript-eslint": "^7.8.0"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.3",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.6.0",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"authors": [
{
Expand Down
Loading

0 comments on commit a89b819

Please sign in to comment.