Skip to content

Commit

Permalink
Fix ESLint issue with @typescript-eslint/no-invalid-this
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 17, 2024
1 parent c313003 commit a365348
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 123 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"./package.json": "./package.json"
},
"dependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/eslintrc": "^3.2.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-promise": "^7.1.0",
Expand All @@ -50,9 +50,9 @@
},
"devDependencies": {
"clean-publish": "^5.1.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-svelte": "^2.46.0",
"svelte": "^5.1.15",
"svelte": "^5.2.2",
"typescript": "^5.6.3"
},
"prettier": {
Expand Down
Loading

0 comments on commit a365348

Please sign in to comment.