|
48 | 48 | "react-dom": ">=18.0.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
| 51 | + "@babel/eslint-parser": "^7.29.7", |
| 52 | + "@babel/eslint-plugin": "^7.29.7", |
| 53 | + "@eslint/eslintrc": "^3.3.5", |
| 54 | + "@eslint/js": "^9.39.4", |
51 | 55 | "@rc-component/father-plugin": "^2.2.0", |
52 | 56 | "@rc-component/np": "^1.0.4", |
| 57 | + "@testing-library/dom": "^10.4.1", |
53 | 58 | "@testing-library/jest-dom": "^6.9.1", |
54 | 59 | "@testing-library/react": "^16.3.2", |
55 | 60 | "@types/jest": "^30.0.0", |
56 | 61 | "@types/node": "^26.0.1", |
57 | 62 | "@types/react": "^19.2.17", |
58 | 63 | "@types/react-dom": "^19.2.3", |
59 | 64 | "@types/warning": "^3.0.4", |
| 65 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 66 | + "@typescript-eslint/parser": "^8.62.0", |
| 67 | + "cross-env": "^10.1.0", |
60 | 68 | "dumi": "^2.4.35", |
61 | 69 | "eslint": "^9.39.4", |
| 70 | + "eslint-config-prettier": "^10.1.8", |
| 71 | + "eslint-plugin-jest": "^29.15.3", |
| 72 | + "eslint-plugin-react": "^7.37.5", |
| 73 | + "eslint-plugin-react-hooks": "^7.1.1", |
62 | 74 | "eslint-plugin-unicorn": "^65.0.1", |
63 | 75 | "father": "^4.6.23", |
| 76 | + "gh-pages": "^6.3.0", |
64 | 77 | "glob": "^13.0.6", |
| 78 | + "husky": "^9.1.7", |
| 79 | + "lint-staged": "^17.0.8", |
| 80 | + "prettier": "^3.9.0", |
65 | 81 | "rc-animate": "^2.9.1", |
66 | 82 | "rc-test": "^7.1.3", |
67 | 83 | "react": "^19.2.7", |
68 | 84 | "react-dom": "^19.2.7", |
69 | | - "typescript": "^6.0.3", |
70 | | - "cross-env": "^10.1.0", |
71 | | - "gh-pages": "^6.3.0", |
72 | | - "prettier": "^3.9.0", |
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 | + "typescript": "^6.0.3" |
85 | 86 | }, |
86 | 87 | "dependencies": { |
87 | 88 | "@babel/runtime": "^7.20.0", |
|
0 commit comments