|
53 | 53 | "clsx": "^2.1.1" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
| 56 | + "@babel/eslint-parser": "^7.29.7", |
| 57 | + "@babel/eslint-plugin": "^7.29.7", |
| 58 | + "@eslint/eslintrc": "^3.3.5", |
| 59 | + "@eslint/js": "^9.39.4", |
56 | 60 | "@rc-component/father-plugin": "^2.2.0", |
57 | 61 | "@rc-component/np": "^1.0.4", |
| 62 | + "@testing-library/dom": "^10.4.1", |
58 | 63 | "@testing-library/jest-dom": "^6.9.1", |
59 | 64 | "@testing-library/react": "^16.3.2", |
60 | 65 | "@types/jest": "^30.0.0", |
61 | 66 | "@types/node": "^26.0.1", |
62 | 67 | "@types/react": "^19.2.17", |
63 | 68 | "@types/react-dom": "^19.2.3", |
| 69 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 70 | + "@typescript-eslint/parser": "^8.62.0", |
64 | 71 | "@umijs/fabric": "^4.0.1", |
65 | 72 | "cross-env": "^10.1.0", |
66 | 73 | "dumi": "^2.4.35", |
67 | 74 | "eslint": "^9.39.4", |
| 75 | + "eslint-config-prettier": "^10.1.8", |
| 76 | + "eslint-plugin-jest": "^29.15.3", |
| 77 | + "eslint-plugin-react": "^7.37.5", |
| 78 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 79 | + "eslint-plugin-unicorn": "^65.0.1", |
68 | 80 | "father": "^4.6.23", |
| 81 | + "gh-pages": "^6.3.0", |
| 82 | + "husky": "^9.1.7", |
69 | 83 | "less": "^4.6.7", |
| 84 | + "lint-staged": "^17.0.8", |
70 | 85 | "prettier": "^3.9.0", |
71 | 86 | "rc-test": "^7.1.3", |
72 | 87 | "react": "^19.2.7", |
73 | 88 | "react-dom": "^19.2.7", |
74 | 89 | "regenerator-runtime": "^0.14.1", |
75 | | - "typescript": "^6.0.3", |
76 | | - "gh-pages": "^6.3.0", |
77 | | - "husky": "^9.1.7", |
78 | | - "lint-staged": "^17.0.8", |
79 | | - "@eslint/eslintrc": "^3.3.5", |
80 | | - "@eslint/js": "^9.39.4", |
81 | | - "eslint-plugin-react": "^7.37.5", |
82 | | - "eslint-plugin-react-hooks": "^7.1.1", |
83 | | - "eslint-config-prettier": "^10.1.8", |
84 | | - "@babel/eslint-parser": "^7.29.7", |
85 | | - "@babel/eslint-plugin": "^7.29.7", |
86 | | - "@typescript-eslint/eslint-plugin": "^8.62.0", |
87 | | - "@typescript-eslint/parser": "^8.62.0", |
88 | | - "eslint-plugin-jest": "^29.15.3", |
89 | | - "eslint-plugin-unicorn": "^65.0.1" |
| 90 | + "typescript": "^6.0.3" |
90 | 91 | }, |
91 | 92 | "peerDependencies": { |
92 | 93 | "react": ">=18.0.0", |
|
0 commit comments