|
71 | 71 | "clsx": "^2.1.1" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
| 74 | + "@babel/eslint-parser": "^7.29.7", |
| 75 | + "@babel/eslint-plugin": "^7.29.7", |
| 76 | + "@eslint/eslintrc": "^3.3.5", |
| 77 | + "@eslint/js": "^9.39.4", |
74 | 78 | "@rc-component/father-plugin": "^2.2.0", |
75 | 79 | "@rc-component/np": "^1.0.4", |
| 80 | + "@rc-component/select": "^1.8.0", |
| 81 | + "@testing-library/dom": "^10.4.1", |
76 | 82 | "@testing-library/jest-dom": "^6.9.1", |
77 | 83 | "@testing-library/react": "^16.3.2", |
78 | 84 | "@testing-library/user-event": "^14.6.1", |
79 | 85 | "@types/jest": "^30.0.0", |
80 | 86 | "@types/node": "^26.0.1", |
81 | 87 | "@types/react": "^19.2.17", |
82 | 88 | "@types/react-dom": "^19.2.3", |
| 89 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 90 | + "@typescript-eslint/parser": "^8.62.0", |
83 | 91 | "@umijs/fabric": "^4.0.1", |
84 | 92 | "cross-env": "^10.1.0", |
85 | 93 | "dumi": "^2.4.35", |
86 | 94 | "eslint": "^9.39.4", |
| 95 | + "eslint-config-prettier": "^10.1.8", |
| 96 | + "eslint-plugin-jest": "^29.15.3", |
| 97 | + "eslint-plugin-react": "^7.37.5", |
| 98 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 99 | + "eslint-plugin-unicorn": "^65.0.1", |
87 | 100 | "father": "^4.6.23", |
88 | 101 | "gh-pages": "^6.3.0", |
89 | 102 | "glob": "^13.0.6", |
|
92 | 105 | "less": "^4.6.7", |
93 | 106 | "lint-staged": "^17.0.8", |
94 | 107 | "prettier": "^3.9.0", |
95 | | - "@rc-component/select": "^1.8.0", |
96 | 108 | "rc-test": "^7.1.3", |
97 | 109 | "react": "^19.2.7", |
98 | 110 | "react-dom": "^19.2.7", |
99 | | - "typescript": "^6.0.3", |
100 | | - "@eslint/eslintrc": "^3.3.5", |
101 | | - "@eslint/js": "^9.39.4", |
102 | | - "eslint-plugin-react": "^7.37.5", |
103 | | - "eslint-plugin-react-hooks": "^7.1.1", |
104 | | - "eslint-config-prettier": "^10.1.8", |
105 | | - "@babel/eslint-parser": "^7.29.7", |
106 | | - "@babel/eslint-plugin": "^7.29.7", |
107 | | - "@typescript-eslint/eslint-plugin": "^8.62.0", |
108 | | - "@typescript-eslint/parser": "^8.62.0", |
109 | | - "eslint-plugin-jest": "^29.15.3", |
110 | | - "eslint-plugin-unicorn": "^65.0.1" |
| 111 | + "typescript": "^6.0.3" |
111 | 112 | }, |
112 | 113 | "peerDependencies": { |
113 | 114 | "react": ">=16.9.0", |
|
0 commit comments