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