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