|
42 | 42 | "tsc": "bunx tsc --noEmit" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@rc-component/util": "^1.3.0", |
| 45 | + "@rc-component/util": "^1.11.1", |
46 | 46 | "clsx": "^2.1.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@rc-component/father-plugin": "^2.1.3", |
| 49 | + "@rc-component/father-plugin": "^2.2.0", |
50 | 50 | "@rc-component/np": "^1.0.0", |
51 | 51 | "@rc-component/tooltip": "^1.2.1", |
52 | 52 | "@rc-component/trigger": "^3.5.2", |
53 | 53 | "@testing-library/jest-dom": "^6.1.5", |
54 | | - "@testing-library/react": "^12.1.3", |
| 54 | + "@testing-library/react": "^16.0.0", |
55 | 55 | "@types/jest": "^29.5.1", |
56 | 56 | "@types/node": "^22.5.0", |
57 | 57 | "@types/react": "^18.2.42", |
58 | 58 | "@types/react-dom": "^18.0.11", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 60 | + "@typescript-eslint/parser": "^5.62.0", |
59 | 61 | "@umijs/fabric": "^4.0.1", |
60 | 62 | "cross-env": "^7.0.0", |
61 | 63 | "dumi": "^2.2.10", |
|
68 | 70 | "glob": "^7.1.6", |
69 | 71 | "less": "^4.1.3", |
70 | 72 | "rc-test": "^7.0.15", |
71 | | - "react": "^16.0.0", |
72 | | - "react-dom": "^16.0.0", |
| 73 | + "react": "^18.0.0", |
| 74 | + "react-dom": "^18.0.0", |
73 | 75 | "regenerator-runtime": "^0.14.0", |
74 | 76 | "typescript": "^5.1.6" |
75 | 77 | }, |
|
0 commit comments