|
41 | 41 | "compile": "father build && lessc assets/index.less assets/index.css",
|
42 | 42 | "deploy": "npm run docs:build && npm run docs:deploy",
|
43 | 43 | "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
44 |
| - "test": "father test", |
45 |
| - "coverage": "father test --coverage", |
| 44 | + "test": "rc-test", |
| 45 | + "coverage": "rc-test --coverage", |
46 | 46 | "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
47 | 47 | "lint": "eslint src/ --ext .tsx,.ts",
|
48 | 48 | "lint:tsc": "tsc -p tsconfig.json --noEmit",
|
|
73 | 73 | "enzyme-adapter-react-16": "^1.0.1",
|
74 | 74 | "enzyme-to-json": "^3.1.2",
|
75 | 75 | "eslint": "^7.1.0",
|
76 |
| - "father": "^2.22.0", |
77 |
| - "father-build": "^1.18.6", |
| 76 | + "father": "^4.0.0-rc.8", |
78 | 77 | "gh-pages": "^3.1.0",
|
79 | 78 | "glob": "^7.1.6",
|
80 | 79 | "immutability-helper": "^3.0.0",
|
|
84 | 83 | "rc-animate": "^3.0.0",
|
85 | 84 | "rc-dropdown": "~4.0.1",
|
86 | 85 | "rc-menu": "~9.6.0",
|
| 86 | + "rc-test": "^7.0.2", |
87 | 87 | "rc-tooltip": "^5.2.1",
|
88 | 88 | "react": "^16.0.0",
|
89 | 89 | "react-dnd": "^2.5.4",
|
90 | 90 | "react-dnd-html5-backend": "^2.5.4",
|
91 | 91 | "react-dom": "^16.0.0",
|
92 | 92 | "react-resizable": "^1.7.5",
|
93 |
| - "react-test-renderer": "^16.0.0", |
94 | 93 | "react-virtualized": "^9.12.0",
|
95 | 94 | "react-window": "^1.8.5",
|
96 | 95 | "regenerator-runtime": "^0.13.7",
|
97 | 96 | "styled-components": "^5.0.1",
|
98 |
| - "typescript": "^4.0.3" |
| 97 | + "typescript": "^4.8.4" |
99 | 98 | }
|
100 | 99 | }
|
0 commit comments