|
32 | 32 | "coverage": "rc-test --coverage", |
33 | 33 | "deploy": "npm run docs:build && npm run docs:deploy", |
34 | 34 | "docs:build": "dumi build", |
35 | | - "docs:deploy": "gh-pages -d dist", |
| 35 | + "docs:deploy": "gh-pages -d docs-dist", |
36 | 36 | "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", |
37 | 37 | "lint:tsc": "tsc -p tsconfig.json --noEmit", |
38 | 38 | "prepare": "husky", |
|
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | 57 | "@rc-component/drawer": "^1.0.0", |
58 | | - "@rc-component/father-plugin": "^2.0.2", |
59 | | - "@rc-component/np": "^1.0.3", |
| 58 | + "@rc-component/father-plugin": "^2.2.0", |
| 59 | + "@rc-component/np": "^1.0.4", |
60 | 60 | "@rc-component/select": "^1.0.0", |
61 | | - "@testing-library/jest-dom": "^6.1.6", |
62 | | - "@testing-library/react": "^16.3.0", |
63 | | - "@types/jest": "^30.0.0", |
| 61 | + "@testing-library/jest-dom": "^6.9.1", |
| 62 | + "@testing-library/react": "^15.0.7", |
| 63 | + "@types/jest": "^29.5.14", |
64 | 64 | "@types/keyv": "3.1.4", |
65 | | - "@types/node": "^24.0.8", |
66 | | - "@types/react": "^19.1.4", |
67 | | - "@types/react-dom": "^19.1.5", |
68 | | - "@umijs/fabric": "^4.0.0", |
| 65 | + "@types/node": "^26.0.1", |
| 66 | + "@types/react": "^18.3.31", |
| 67 | + "@types/react-dom": "^18.3.7", |
| 68 | + "@umijs/fabric": "^4.0.1", |
69 | 69 | "bootstrap": "^5.3.7", |
70 | | - "dumi": "^2.1.3", |
71 | | - "eslint": "8.x", |
72 | | - "father": "^4.1.5", |
73 | | - "gh-pages": "^6.1.1", |
74 | | - "glob": "^11.0.0", |
75 | | - "husky": "^9.1.6", |
76 | | - "less": "^4.1.3", |
77 | | - "lint-staged": "^16.1.2", |
78 | | - "prettier": "^3.2.1", |
79 | | - "rc-test": "^7.0.14", |
80 | | - "react": "^18.0.0", |
81 | | - "react-dom": "^18.0.0", |
| 70 | + "dumi": "^2.4.35", |
| 71 | + "eslint": "^8.57.1", |
| 72 | + "father": "^4.6.23", |
| 73 | + "gh-pages": "^6.3.0", |
| 74 | + "glob": "^13.0.6", |
| 75 | + "husky": "^9.1.7", |
| 76 | + "less": "^4.6.7", |
| 77 | + "lint-staged": "^16.4.0", |
| 78 | + "prettier": "^3.9.0", |
| 79 | + "rc-test": "^7.1.3", |
| 80 | + "react": "^18.3.1", |
| 81 | + "react-dom": "^18.3.1", |
82 | 82 | "react-draggable": "^4.4.3", |
83 | | - "typescript": "^5.4.3" |
| 83 | + "typescript": "^5.9.3" |
84 | 84 | }, |
85 | 85 | "peerDependencies": { |
86 | 86 | "react": ">=18.0.0", |
|
0 commit comments