|
27 | 27 | "@types/react-table": "^7.7.1", |
28 | 28 | "@types/react-window": "^1.8.3", |
29 | 29 | "@types/segment-analytics": "^0.0.32", |
30 | | - "@typescript-eslint/eslint-plugin": "^5.9.1", |
31 | | - "@typescript-eslint/parser": "^5.9.1", |
| 30 | + "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 31 | + "@typescript-eslint/parser": "^5.59.8", |
32 | 32 | "@welldone-software/why-did-you-render": "^4.3.1", |
33 | 33 | "@yarnpkg/pnpify": "^3.1.0", |
34 | 34 | "archiver": "^5.0.2", |
|
42 | 42 | "esbuild": "^0.13.13", |
43 | 43 | "esbuild-jest": "^0.5.0", |
44 | 44 | "esbuild-loader": "^2.16.0", |
45 | | - "eslint": "^8.6.0", |
| 45 | + "eslint": "^8.41.0", |
46 | 46 | "eslint-config-airbnb-typescript": "^16.1.0", |
47 | 47 | "eslint-import-resolver-node": "^0.3.6", |
48 | | - "eslint-import-resolver-typescript": "^2.5.0", |
| 48 | + "eslint-import-resolver-typescript": "^3.5.5", |
49 | 49 | "eslint-plugin-cypress": "^2.12.1", |
50 | | - "eslint-plugin-import": "^2.25.4", |
51 | | - "eslint-plugin-jest": "^25.3.4", |
52 | | - "eslint-plugin-react": "^7.30.0", |
53 | | - "eslint-plugin-react-hooks": "^4.5.0", |
| 50 | + "eslint-plugin-import": "^2.27.5", |
| 51 | + "eslint-plugin-jest": "^27.2.1", |
| 52 | + "eslint-plugin-react": "^7.32.2", |
| 53 | + "eslint-plugin-react-hooks": "^4.6.0", |
54 | 54 | "eslint-plugin-react-memo": "^0.0.3", |
55 | 55 | "favicons": "^7.1.2", |
56 | 56 | "favicons-webpack-plugin": "^6.0.0", |
|
158 | 158 | "coverage": "jest --coverage", |
159 | 159 | "coverage_ci": "jest --coverage --maxWorkers=4", |
160 | 160 | "license_check": "yarn pnpify license-checker --relativeLicensePath", |
161 | | - "lint": "tsc --noEmit && eslint -c .eslintrc.json .", |
| 161 | + "lint": "yarn typecheck && eslint -c .eslintrc.json .", |
162 | 162 | "cypress:open": "cypress open", |
163 | 163 | "cypress:run": "cypress run" |
164 | 164 | }, |
|
0 commit comments