|
53 | 53 | "@rc-component/motion": "^1.1.4" |
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 | "@testing-library/user-event": "^14.6.1", |
61 | 66 | "@types/jest": "^30.0.0", |
62 | 67 | "@types/node": "^26.0.1", |
63 | 68 | "@types/react": "^19.2.17", |
64 | 69 | "@types/react-dom": "^19.2.3", |
| 70 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 71 | + "@typescript-eslint/parser": "^8.62.0", |
65 | 72 | "@umijs/fabric": "^4.0.1", |
66 | 73 | "@umijs/test": "^4.6.68", |
67 | 74 | "cross-env": "^10.1.0", |
68 | 75 | "dumi": "^2.4.35", |
69 | 76 | "eslint": "^9.39.4", |
| 77 | + "eslint-config-prettier": "^10.1.8", |
| 78 | + "eslint-plugin-jest": "^29.15.3", |
| 79 | + "eslint-plugin-react": "^7.37.5", |
| 80 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 81 | + "eslint-plugin-unicorn": "^65.0.1", |
70 | 82 | "father": "^4.6.23", |
71 | 83 | "gh-pages": "^6.3.0", |
72 | 84 | "husky": "^9.1.7", |
73 | 85 | "jest": "^29.7.0", |
74 | 86 | "jest-environment-jsdom": "^29.7.0", |
75 | 87 | "less": "^4.6.7", |
| 88 | + "lint-staged": "^17.0.8", |
76 | 89 | "prettier": "^3.9.0", |
77 | 90 | "react": "^19.2.7", |
78 | 91 | "react-dom": "^19.2.7", |
79 | 92 | "ts-node": "^10.9.1", |
80 | | - "typescript": "^6.0.3", |
81 | | - "lint-staged": "^17.0.8", |
82 | | - "@eslint/eslintrc": "^3.3.5", |
83 | | - "@eslint/js": "^9.39.4", |
84 | | - "eslint-plugin-react": "^7.37.5", |
85 | | - "eslint-plugin-react-hooks": "^7.1.1", |
86 | | - "eslint-config-prettier": "^10.1.8", |
87 | | - "@babel/eslint-parser": "^7.29.7", |
88 | | - "@babel/eslint-plugin": "^7.29.7", |
89 | | - "@typescript-eslint/eslint-plugin": "^8.62.0", |
90 | | - "@typescript-eslint/parser": "^8.62.0", |
91 | | - "eslint-plugin-jest": "^29.15.3", |
92 | | - "eslint-plugin-unicorn": "^65.0.1" |
| 93 | + "typescript": "^6.0.3" |
93 | 94 | }, |
94 | 95 | "peerDependencies": { |
95 | 96 | "react": ">=16.0.0", |
|
0 commit comments