|
51 | 51 | "clsx": "^2.1.1" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
| 54 | + "@babel/eslint-parser": "^7.29.7", |
| 55 | + "@babel/eslint-plugin": "^7.29.7", |
| 56 | + "@eslint/eslintrc": "^3.3.5", |
| 57 | + "@eslint/js": "^9.39.4", |
54 | 58 | "@rc-component/father-plugin": "^2.2.0", |
55 | 59 | "@rc-component/np": "^1.0.4", |
| 60 | + "@testing-library/dom": "^10.4.1", |
56 | 61 | "@testing-library/jest-dom": "^6.9.1", |
57 | 62 | "@testing-library/react": "^16.3.2", |
58 | | - "@typescript-eslint/eslint-plugin": "^8.62.0", |
59 | | - "@typescript-eslint/parser": "^8.62.0", |
| 63 | + "@types/jest": "^30.0.0", |
60 | 64 | "@types/node": "^26.0.1", |
61 | 65 | "@types/react": "^19.2.17", |
62 | 66 | "@types/react-dom": "^19.2.3", |
63 | 67 | "@types/warning": "^3.0.4", |
| 68 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 69 | + "@typescript-eslint/parser": "^8.62.0", |
64 | 70 | "@umijs/fabric": "^4.0.1", |
65 | 71 | "cross-env": "^10.1.0", |
66 | 72 | "dumi": "^2.4.35", |
67 | 73 | "eslint": "^9.39.4", |
| 74 | + "eslint-config-prettier": "^10.1.8", |
68 | 75 | "eslint-plugin-jest": "^29.15.3", |
| 76 | + "eslint-plugin-react": "^7.37.5", |
| 77 | + "eslint-plugin-react-hooks": "^7.1.1", |
69 | 78 | "eslint-plugin-unicorn": "^65.0.1", |
70 | 79 | "father": "^4.6.23", |
71 | 80 | "gh-pages": "^6.3.0", |
|
75 | 84 | "rc-test": "^7.1.3", |
76 | 85 | "react": "^19.2.7", |
77 | 86 | "react-dom": "^19.2.7", |
78 | | - "typescript": "^6.0.3", |
79 | | - "@eslint/eslintrc": "^3.3.5", |
80 | | - "@eslint/js": "^9.39.4", |
81 | | - "eslint-plugin-react": "^7.37.5", |
82 | | - "eslint-plugin-react-hooks": "^7.1.1", |
83 | | - "eslint-config-prettier": "^10.1.8", |
84 | | - "@babel/eslint-parser": "^7.29.7", |
85 | | - "@babel/eslint-plugin": "^7.29.7", |
86 | | - "@types/jest": "^30.0.0" |
| 87 | + "typescript": "^6.0.3" |
87 | 88 | }, |
88 | 89 | "peerDependencies": { |
89 | 90 | "react": ">=16.9.0", |
|
0 commit comments