Skip to content

Commit

Permalink
upgrade typescript ts-eslint, eslint (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike authored Aug 8, 2024
1 parent beded14 commit 3851090
Show file tree
Hide file tree
Showing 145 changed files with 5,025 additions and 4,569 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@
"files": "**/*.{ts,tsx}",
"rules": {
"react/require-default-props": "off",
"react/prop-types": "off",
"no-shadow": "off",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-shadow": "error"
}
}
],
Expand Down
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"@types/react-toggle": "^4",
"@types/react-transition-group": "^4",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
Expand All @@ -133,15 +133,16 @@
"chromatic": "^6.24.1",
"classnames": "^2.5.1",
"css-loader": "^6.11.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-local-rules": "^2.0.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-utils": "^1.4.3",
"eslint-utils": "^3.0.0",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-css-modules-transform": "^4.4.2",
Expand All @@ -161,7 +162,7 @@
"storybook": "^8.1.10",
"storybook-addon-designs": "6.3.1",
"style-loader": "^1.3.0",
"typescript": "^4.9.5",
"typescript": "^5.5.4",
"webpack": "^5.91.0",
"yalc": "^1.0.0-pre.53"
},
Expand Down Expand Up @@ -204,5 +205,6 @@
"volta": {
"node": "20.12.1",
"yarn": "4.2.1"
}
},
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}
Loading

0 comments on commit 3851090

Please sign in to comment.