Skip to content

Commit 5acae95

Browse files
authored
chore: bump TS dependency and disable problematic indent eslint rule (#1758)
Closes #1744
1 parent d8eac45 commit 5acae95

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default [
2020
'@typescript-eslint/no-explicit-any': 'off',
2121
'no-param-reassign': 'off',
2222
'no-void': 'off',
23+
indent: 'off',
2324
'no-console': 'off',
2425
'import/no-extraneous-dependencies': 'off',
2526
'import/extensions': 'off',

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/react": "^18.2.8",
5050
"babel-plugin-styled-components": "^2.1.4",
5151
"cross-env": "^7.0.3",
52-
"eslint": "^9.24.0",
52+
"eslint": "^9.32.0",
5353
"eslint-plugin-json": "^4.0.1",
5454
"eslint-plugin-markdown": "^5.1.0",
5555
"eslint-plugin-react": "^7.37.5",
@@ -62,8 +62,8 @@
6262
"patch-package": "^8.0.0",
6363
"path-browserify": "^1.0.1",
6464
"rimraf": "^6.0.0",
65-
"typescript": "5.8.3",
66-
"typescript-eslint": "^8.29.1"
65+
"typescript": "5.9.2",
66+
"typescript-eslint": "^8.38.0"
6767
},
6868
"dependencies": {
6969
"@apify/ui-library": "^1.0.0",

0 commit comments

Comments
 (0)