|
44 | 44 | "prepare": "husky install" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@babel/runtime": "^7.25.0", |
| 47 | + "@babel/runtime": "^7.28.4", |
48 | 48 | "clsx": "^2.1.1" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@rc-component/father-plugin": "^1.0.3", |
52 | | - "@testing-library/jest-dom": "^6.6.3", |
| 51 | + "@rc-component/father-plugin": "^1.1.0", |
| 52 | + "@testing-library/jest-dom": "^6.9.1", |
53 | 53 | "@testing-library/react": "^16.3.1", |
54 | 54 | "@types/jest": "^30.0.0", |
55 | 55 | "@types/node": "^25.0.3", |
56 | 56 | "@types/react": "^19.2.7", |
57 | 57 | "@types/react-dom": "^19.2.3", |
58 | | - "@umijs/fabric": "^4.0.0", |
59 | | - "@umijs/test": "^4.3.12", |
60 | | - "dumi": "^2.4.7", |
61 | | - "eslint": "^8.57.0", |
62 | | - "father": "^4.5.0", |
| 58 | + "@umijs/fabric": "^4.0.1", |
| 59 | + "@umijs/test": "^4.6.15", |
| 60 | + "dumi": "^2.4.21", |
| 61 | + "eslint": "^8.57.1", |
| 62 | + "father": "^4.6.13", |
63 | 63 | "gh-pages": "^3.2.3", |
64 | 64 | "husky": "^8.0.3", |
65 | | - "jest": "^29.7.0", |
66 | | - "jest-environment-jsdom": "^29.7.0", |
67 | | - "less": "^4.2.0", |
| 65 | + "jest": "^30.2.0", |
| 66 | + "jest-environment-jsdom": "^30.2.0", |
| 67 | + "less": "^4.5.1", |
68 | 68 | "np": "^10.2.0", |
69 | | - "prettier": "^3.3.3", |
70 | | - "pretty-quick": "^4.0.0", |
| 69 | + "prettier": "^3.7.4", |
| 70 | + "pretty-quick": "^4.2.2", |
71 | 71 | "react": "^19.2.3", |
72 | 72 | "react-dom": "^19.2.3", |
| 73 | + "sass": "^1.97.1", |
73 | 74 | "ts-node": "^10.9.2", |
74 | | - "typescript": "^5.5.4" |
| 75 | + "typescript": "^5.9.3" |
| 76 | + }, |
| 77 | + "peerDependencies": { |
| 78 | + "react": ">=18.0.0", |
| 79 | + "react-dom": ">=18.0.0" |
75 | 80 | }, |
76 | 81 | "husky": { |
77 | 82 | "hooks": { |
|
0 commit comments