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