|
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/drawer": "^1.0.0", |
57 | 61 | "@rc-component/father-plugin": "^2.2.0", |
58 | 62 | "@rc-component/np": "^1.0.4", |
59 | 63 | "@rc-component/select": "^1.0.0", |
| 64 | + "@testing-library/dom": "^10.4.1", |
60 | 65 | "@testing-library/jest-dom": "^6.9.1", |
61 | 66 | "@testing-library/react": "^16.3.2", |
62 | 67 | "@types/jest": "^30.0.0", |
63 | 68 | "@types/keyv": "^4.2.0", |
64 | 69 | "@types/node": "^26.0.1", |
65 | 70 | "@types/react": "^19.2.17", |
66 | 71 | "@types/react-dom": "^19.2.3", |
| 72 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 73 | + "@typescript-eslint/parser": "^8.62.0", |
67 | 74 | "@umijs/fabric": "^4.0.1", |
68 | 75 | "bootstrap": "^5.3.7", |
69 | 76 | "dumi": "^2.4.35", |
70 | 77 | "eslint": "^9.39.4", |
| 78 | + "eslint-config-prettier": "^10.1.8", |
| 79 | + "eslint-plugin-jest": "^29.15.3", |
| 80 | + "eslint-plugin-react": "^7.37.5", |
| 81 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 82 | + "eslint-plugin-unicorn": "^65.0.1", |
71 | 83 | "father": "^4.6.23", |
72 | 84 | "gh-pages": "^6.3.0", |
73 | 85 | "glob": "^13.0.6", |
|
79 | 91 | "react": "^19.2.7", |
80 | 92 | "react-dom": "^19.2.7", |
81 | 93 | "react-draggable": "^4.4.3", |
82 | | - "typescript": "^6.0.3", |
83 | | - "@eslint/eslintrc": "^3.3.5", |
84 | | - "@eslint/js": "^9.39.4", |
85 | | - "eslint-plugin-react": "^7.37.5", |
86 | | - "eslint-plugin-react-hooks": "^7.1.1", |
87 | | - "eslint-config-prettier": "^10.1.8", |
88 | | - "@babel/eslint-parser": "^7.29.7", |
89 | | - "@babel/eslint-plugin": "^7.29.7", |
90 | | - "@typescript-eslint/eslint-plugin": "^8.62.0", |
91 | | - "@typescript-eslint/parser": "^8.62.0", |
92 | | - "eslint-plugin-jest": "^29.15.3", |
93 | | - "eslint-plugin-unicorn": "^65.0.1" |
| 94 | + "typescript": "^6.0.3" |
94 | 95 | }, |
95 | 96 | "peerDependencies": { |
96 | 97 | "react": ">=18.0.0", |
|
0 commit comments