|
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | 51 | "@ant-design/icons": "^5.0.1", |
| 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.7.0", |
53 | 57 | "@rc-component/father-plugin": "^2.2.0", |
54 | | - "prettier": "^3.9.0", |
55 | 58 | "@rc-component/np": "^1.0.4", |
| 59 | + "@testing-library/dom": "^10.4.1", |
56 | 60 | "@testing-library/jest-dom": "^6.9.1", |
57 | 61 | "@testing-library/react": "^16.3.2", |
58 | 62 | "@types/jest": "^30.0.0", |
59 | 63 | "@types/node": "^26.0.1", |
60 | 64 | "@types/react": "^19.2.17", |
61 | 65 | "@types/react-dom": "^19.2.3", |
| 66 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 67 | + "@typescript-eslint/parser": "^8.62.0", |
62 | 68 | "@umijs/fabric": "^4.0.1", |
63 | 69 | "dumi": "^2.4.35", |
64 | 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", |
65 | 76 | "father": "^4.6.23", |
66 | 77 | "gh-pages": "^6.3.0", |
67 | 78 | "glob": "^13.0.6", |
| 79 | + "husky": "^9.1.7", |
68 | 80 | "less": "^4.6.7", |
| 81 | + "lint-staged": "^17.0.8", |
| 82 | + "prettier": "^3.9.0", |
69 | 83 | "rc-test": "^7.1.3", |
70 | 84 | "react": "^19.2.7", |
71 | 85 | "react-dom": "^19.2.7", |
72 | | - "typescript": "^6.0.3", |
73 | | - "husky": "^9.1.7", |
74 | | - "lint-staged": "^17.0.8", |
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.9.0", |
|
0 commit comments