Skip to content

Commit

Permalink
chore: update project dependencies + downgrade eslint to 9.14.0
Browse files Browse the repository at this point in the history
9.15.0 has some issues with typescript
  • Loading branch information
gquittet committed Nov 16, 2024
1 parent 4cd76f2 commit bf90892
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 182 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@
"fsevents": "^2.3.3"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/express": "^5.0.0",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^9.14.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand All @@ -145,8 +145,8 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.12.2",
"vitest": "^2.1.4"
"typescript-eslint": "^8.14.0",
"vitest": "^2.1.5"
},
"keywords": [
"api",
Expand Down
Loading

0 comments on commit bf90892

Please sign in to comment.