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