Skip to content

Commit 3851090

Browse files
authored
upgrade typescript ts-eslint, eslint (#1278)
1 parent beded14 commit 3851090

File tree

145 files changed

+5025
-4569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+5025
-4569
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@
117117
"files": "**/*.{ts,tsx}",
118118
"rules": {
119119
"react/require-default-props": "off",
120+
"react/prop-types": "off",
120121
"no-shadow": "off",
121-
"@typescript-eslint/no-shadow": "error",
122+
"@typescript-eslint/no-shadow": "error"
122123
}
123124
}
124125
],

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"@types/react-toggle": "^4",
122122
"@types/react-transition-group": "^4",
123123
"@types/testing-library__jest-dom": "^6.0.0",
124-
"@typescript-eslint/eslint-plugin": "^6.21.0",
125-
"@typescript-eslint/parser": "^6.21.0",
124+
"@typescript-eslint/eslint-plugin": "^8.0.1",
125+
"@typescript-eslint/parser": "^8.0.1",
126126
"babel-eslint": "^10.1.0",
127127
"babel-jest": "^29.7.0",
128128
"babel-loader": "^9.1.3",
@@ -133,15 +133,16 @@
133133
"chromatic": "^6.24.1",
134134
"classnames": "^2.5.1",
135135
"css-loader": "^6.11.0",
136-
"eslint": "^7.32.0",
137-
"eslint-config-airbnb": "^18.2.1",
136+
"eslint": "^8.57.0",
137+
"eslint-config-airbnb": "^19.0.4",
138138
"eslint-plugin-babel": "^5.3.1",
139-
"eslint-plugin-flowtype": "^4.7.0",
140139
"eslint-plugin-import": "^2.29.1",
141-
"eslint-plugin-jsx-a11y": "^6.9.0",
142-
"eslint-plugin-react": "^7.34.3",
140+
"eslint-plugin-jsx-a11y": "^6.8.0",
141+
"eslint-plugin-local-rules": "^2.0.1",
142+
"eslint-plugin-no-only-tests": "^3.1.0",
143+
"eslint-plugin-react": "^7.34.1",
143144
"eslint-plugin-react-hooks": "^4.6.2",
144-
"eslint-utils": "^1.4.3",
145+
"eslint-utils": "^3.0.0",
145146
"file-loader": "^6.2.0",
146147
"jest": "^29.7.0",
147148
"jest-css-modules-transform": "^4.4.2",
@@ -161,7 +162,7 @@
161162
"storybook": "^8.1.10",
162163
"storybook-addon-designs": "6.3.1",
163164
"style-loader": "^1.3.0",
164-
"typescript": "^4.9.5",
165+
"typescript": "^5.5.4",
165166
"webpack": "^5.91.0",
166167
"yalc": "^1.0.0-pre.53"
167168
},
@@ -204,5 +205,6 @@
204205
"volta": {
205206
"node": "20.12.1",
206207
"yarn": "4.2.1"
207-
}
208+
},
209+
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
208210
}

0 commit comments

Comments
 (0)