|
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | 7 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 8 | + "@testing-library/dom": "^10.4.1", |
8 | 9 | "@testing-library/jest-dom": "^5.16.5", |
9 | 10 | "@testing-library/react": "^13.4.0", |
10 | 11 | "@testing-library/user-event": "^13.5.0", |
|
13 | 14 | "@types/react": "^18.2.9", |
14 | 15 | "@types/react-dom": "^18.2.4", |
15 | 16 | "@types/styled-components": "^5.1.26", |
16 | | - "@typescript-eslint/eslint-plugin": "^5.59.9", |
17 | | - "@typescript-eslint/parser": "^5.59.9", |
18 | | - "eslint": "^8.42.0", |
19 | | - "eslint-config-prettier": "^8.8.0", |
20 | | - "eslint-plugin-import": "^2.27.5", |
21 | | - "prettier": "^2.8.8", |
| 17 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 18 | + "@typescript-eslint/parser": "^8.38.0", |
| 19 | + "eslint": "^8.57.1", |
| 20 | + "eslint-config-prettier": "^10.1.8", |
| 21 | + "eslint-plugin-import": "^2.32.0", |
| 22 | + "prettier": "^3.6.2", |
22 | 23 | "react": "^18.2.0", |
23 | 24 | "react-dom": "^18.2.0", |
24 | 25 | "react-scripts": "5.0.1", |
|
27 | 28 | "web-vitals": "^2.1.4" |
28 | 29 | }, |
29 | 30 | "scripts": { |
| 31 | + "format": "prettier './src/**/*.{ts,tsx}' --config .prettierrc.json --write", |
| 32 | + "lint": "eslint './src/**/*.{ts,tsx}'", |
| 33 | + "lint:fix": "eslint --fix './src/**/*.{ts,tsx}'", |
30 | 34 | "start": "react-scripts start", |
31 | 35 | "build": "react-scripts build", |
32 | 36 | "test": "react-scripts test", |
|
43 | 47 | "last 1 firefox version", |
44 | 48 | "last 1 safari version" |
45 | 49 | ] |
46 | | - } |
| 50 | + }, |
| 51 | + "packageManager": "[email protected]" |
47 | 52 | } |
0 commit comments