|
49 | 49 | "clsx": "^2.1.1" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
| 52 | + "@babel/eslint-parser": "^7.29.7", |
| 53 | + "@babel/eslint-plugin": "^7.29.7", |
| 54 | + "@eslint/eslintrc": "^3.3.5", |
| 55 | + "@eslint/js": "^9.39.4", |
52 | 56 | "@rc-component/dialog": "^1.2.0", |
53 | 57 | "@rc-component/father-plugin": "^2.2.0", |
54 | 58 | "@rc-component/form": "^1.4.0", |
55 | 59 | "@rc-component/np": "^1.0.4", |
56 | 60 | "@rc-component/trigger": "^3.0.0", |
57 | 61 | "@rc-component/virtual-list": "^1.0.1", |
| 62 | + "@testing-library/dom": "^10.4.1", |
| 63 | + "@testing-library/jest-dom": "^6.9.1", |
58 | 64 | "@testing-library/react": "^16.3.2", |
59 | 65 | "@types/jest": "^30.0.0", |
60 | 66 | "@types/node": "^26.0.1", |
|
67 | 73 | "cross-env": "^10.1.0", |
68 | 74 | "dumi": "^2.4.35", |
69 | 75 | "eslint": "^9.39.4", |
| 76 | + "eslint-config-prettier": "^10.1.8", |
70 | 77 | "eslint-plugin-jest": "^29.15.3", |
| 78 | + "eslint-plugin-react": "^7.37.5", |
| 79 | + "eslint-plugin-react-hooks": "^7.1.1", |
71 | 80 | "eslint-plugin-unicorn": "^65.0.1", |
72 | 81 | "father": "^4.6.23", |
73 | 82 | "glob": "^13.0.6", |
|
77 | 86 | "rc-test": "^7.1.3", |
78 | 87 | "react": "^19.2.7", |
79 | 88 | "react-dom": "^19.2.7", |
80 | | - "typescript": "^6.0.3", |
81 | | - "@eslint/eslintrc": "^3.3.5", |
82 | | - "@eslint/js": "^9.39.4", |
83 | | - "eslint-plugin-react": "^7.37.5", |
84 | | - "eslint-plugin-react-hooks": "^7.1.1", |
85 | | - "eslint-config-prettier": "^10.1.8", |
86 | | - "@babel/eslint-parser": "^7.29.7", |
87 | | - "@babel/eslint-plugin": "^7.29.7", |
88 | | - "@testing-library/jest-dom": "^6.9.1" |
| 89 | + "typescript": "^6.0.3" |
89 | 90 | }, |
90 | 91 | "peerDependencies": { |
91 | 92 | "react": "*", |
|
0 commit comments