|
27 | 27 | "start": "dumi dev", |
28 | 28 | "build": "npm run docs:build", |
29 | 29 | "docs:build": "dumi build", |
30 | | - "docs:deploy": "gh-pages -d dist", |
| 30 | + "docs:deploy": "gh-pages -d docs-dist", |
31 | 31 | "deploy": "npm run gh-pages", |
32 | 32 | "compile": "father build", |
33 | 33 | "prepare": "dumi setup", |
|
46 | 46 | "devDependencies": { |
47 | 47 | "@rc-component/father-plugin": "^2.2.0", |
48 | 48 | "@rc-component/np": "^1.0.4", |
49 | | - "@testing-library/react": "^13.0.0", |
50 | | - "@types/jest": "^29.4.0", |
| 49 | + "@testing-library/react": "^15.0.7", |
| 50 | + "@types/jest": "^29.5.14", |
51 | 51 | "@types/keyv": "3.1.4", |
52 | | - "@types/node": "^24.5.2", |
53 | | - "@types/react": "^18.0.9", |
54 | | - "@types/react-dom": "^18.0.3", |
55 | | - "@umijs/fabric": "^3.0.0", |
56 | | - "cross-env": "^7.0.0", |
57 | | - "dumi": "^2.0.0", |
58 | | - "eslint": "^8.57.0", |
59 | | - "eslint-plugin-jest": "^27.6.0", |
60 | | - "eslint-plugin-unicorn": "^50.0.1", |
61 | | - "father": "^4.0.0", |
62 | | - "gh-pages": "^6.1.0", |
63 | | - "glob": "^8.0.1", |
64 | | - "prettier": "^3.1.1", |
65 | | - "rc-test": "^7.0.15", |
66 | | - "react": "^18.0.0", |
67 | | - "react-dom": "^18.0.0", |
68 | | - "typescript": "^5.0.0" |
| 52 | + "@types/node": "^26.0.1", |
| 53 | + "@types/react": "^18.3.31", |
| 54 | + "@types/react-dom": "^18.3.7", |
| 55 | + "@umijs/fabric": "^4.0.1", |
| 56 | + "cross-env": "^10.1.0", |
| 57 | + "dumi": "^2.4.35", |
| 58 | + "eslint": "^8.57.1", |
| 59 | + "eslint-plugin-jest": "^27.9.0", |
| 60 | + "eslint-plugin-unicorn": "^56.0.1", |
| 61 | + "father": "^4.6.23", |
| 62 | + "gh-pages": "^6.3.0", |
| 63 | + "glob": "^13.0.6", |
| 64 | + "prettier": "^3.9.0", |
| 65 | + "rc-test": "^7.1.3", |
| 66 | + "react": "^18.3.1", |
| 67 | + "react-dom": "^18.3.1", |
| 68 | + "typescript": "^5.9.3" |
69 | 69 | }, |
70 | 70 | "peerDependencies": { |
71 | 71 | "react": ">=16.9.0", |
|
0 commit comments