Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Mar 19, 2024
1 parent ab3315b commit 87862db
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 58 deletions.
1 change: 0 additions & 1 deletion etc/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export default tsEslint.config(
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/no-dupe-class-members": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-floating-promises": ["error", {ignoreVoid: true}],
"@typescript-eslint/no-import-type-side-effects": "error",
"@typescript-eslint/no-invalid-this": "error",
"@typescript-eslint/no-loop-func": "error",
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"devDependencies": {
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.11.29",
"@types/node": "^20.11.30",
"@types/semver": "^7.5.8",
"del": "^7.1.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"execa": "^8.0.1",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"typescript-eslint": "^7.3.0"
"typescript-eslint": "^7.3.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 87862db

Please sign in to comment.