Skip to content

Commit

Permalink
fix(deps)!: typescript-eslint minimum v7.11.0
Browse files Browse the repository at this point in the history
because deprecated prefer-ts-expect-error was removed
  • Loading branch information
mightyiam committed May 31, 2024
1 parent 6cc6cf1 commit 57f8339
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 255 deletions.
262 changes: 9 additions & 253 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 @@ -51,7 +51,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript-eslint": "^7.0.1"
"typescript-eslint": "^7.11.0"
},
"peerDependencies": {
"eslint": "^8.0.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"tsconfigs": "5.0.0",
"type-fest": "4.18.3",
"typescript": "5.4.5",
"typescript-eslint_bottom": "npm:typescript-eslint@7.0.1"
"typescript-eslint_bottom": "npm:typescript-eslint@7.11.0"
},
"files": [
"lib/index.js",
Expand Down

0 comments on commit 57f8339

Please sign in to comment.