|
65 | 65 | "@rc-component/tooltip": "^1.4.0", |
66 | 66 | "@testing-library/dom": "^10.4.1", |
67 | 67 | "@testing-library/jest-dom": "^6.9.1", |
68 | | - "@testing-library/react": "^15.0.7", |
69 | | - "@types/jest": "^29.5.14", |
| 68 | + "@testing-library/react": "^16.3.2", |
| 69 | + "@types/jest": "^30.0.0", |
70 | 70 | "@types/node": "^26.0.1", |
71 | | - "@types/react": "^18.3.31", |
72 | | - "@types/react-dom": "^18.3.7", |
73 | | - "@types/responselike": "^1.0.0", |
74 | | - "@types/styled-components": "^5.1.32", |
| 71 | + "@types/react": "^19.2.17", |
| 72 | + "@types/react-dom": "^19.2.3", |
| 73 | + "@types/responselike": "^1.0.3", |
| 74 | + "@types/styled-components": "^5.1.36", |
75 | 75 | "@umijs/fabric": "^4.0.1", |
76 | 76 | "@vitest/coverage-v8": "^4.1.9", |
77 | 77 | "dumi": "^2.4.35", |
78 | | - "eslint": "^8.57.1", |
| 78 | + "eslint": "^9.39.4", |
79 | 79 | "father": "^4.6.23", |
80 | 80 | "gh-pages": "^6.3.0", |
81 | 81 | "glob": "^13.0.6", |
82 | 82 | "husky": "^9.1.7", |
83 | 83 | "immutability-helper": "^3.0.0", |
84 | 84 | "jsdom": "^29.1.1", |
85 | 85 | "less": "^4.6.7", |
86 | | - "lint-staged": "^16.4.0", |
| 86 | + "lint-staged": "^17.0.8", |
87 | 87 | "prettier": "^3.9.0", |
88 | | - "react": "^18.3.1", |
| 88 | + "react": "^19.2.7", |
89 | 89 | "react-dnd": "^2.5.4", |
90 | 90 | "react-dnd-html5-backend": "^2.5.4", |
91 | | - "react-dom": "^18.3.1", |
| 91 | + "react-dom": "^19.2.7", |
92 | 92 | "react-resizable": "^3.0.5", |
93 | 93 | "react-window": "^1.8.5", |
94 | 94 | "regenerator-runtime": "^0.14.0", |
95 | 95 | "styled-components": "^6.1.1", |
96 | | - "typescript": "^5.9.3", |
97 | | - "vitest": "^4.1.9" |
| 96 | + "typescript": "^6.0.3", |
| 97 | + "vitest": "^4.1.9", |
| 98 | + "@eslint/eslintrc": "^3.3.5", |
| 99 | + "@eslint/js": "^9.39.4", |
| 100 | + "eslint-plugin-react": "^7.37.5", |
| 101 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 102 | + "eslint-config-prettier": "^10.1.8", |
| 103 | + "@babel/eslint-parser": "^7.29.7", |
| 104 | + "@babel/eslint-plugin": "^7.29.7", |
| 105 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 106 | + "@typescript-eslint/parser": "^8.62.0", |
| 107 | + "eslint-plugin-jest": "^29.15.3", |
| 108 | + "eslint-plugin-unicorn": "^65.0.1" |
98 | 109 | }, |
99 | 110 | "peerDependencies": { |
100 | 111 | "react": ">=18.0.0", |
|
0 commit comments