|
27 | 27 | "test:flow-pc-design": "pnpm -F @flow-engine/flow-pc-design test", |
28 | 28 | "test:flow-pc-form": "pnpm -F @flow-engine/flow-pc-form test", |
29 | 29 | "test:flow-pc-ui": "pnpm -F @flow-engine/flow-pc-ui test", |
30 | | - "test": "pnpm run test:flow-core && pnpm run test:flow-pc-approval && pnpm run test:flow-pc-design && pnpm run test:flow-pc-form && pnpm run test:flow-pc-ui" |
| 30 | + "test": "pnpm run test:flow-core && pnpm run test:flow-pc-approval && pnpm run test:flow-pc-design && pnpm run test:flow-pc-form && pnpm run test:flow-pc-ui", |
| 31 | + "clean": "pnpm cleaninstall-node " |
31 | 32 | }, |
32 | 33 | "keywords": [], |
33 | 34 | "author": "", |
34 | 35 | "license": "ISC", |
35 | 36 | "packageManager": "pnpm@10.27.0", |
36 | 37 | "devDependencies": { |
37 | | - "@testing-library/jest-dom": "^6.8.0", |
38 | | - "@testing-library/react": "^16.3.0", |
39 | | - "jsdom": "^26.1.0", |
40 | 38 | "@rsbuild/core": "^1.7.2", |
41 | 39 | "@rsbuild/plugin-less": "^1.6.0", |
42 | 40 | "@rsbuild/plugin-react": "^1.4.2", |
43 | 41 | "@rsbuild/plugin-sass": "^1.5.0", |
44 | 42 | "@rslib/core": "^0.19.3", |
45 | 43 | "@rstest/core": "^0.8.1", |
| 44 | + "@testing-library/jest-dom": "^6.8.0", |
| 45 | + "@testing-library/react": "^16.3.0", |
46 | 46 | "@types/node": "^25.0.10", |
47 | 47 | "@types/react": "^18.3.18", |
48 | 48 | "@types/react-dom": "^18.3.5", |
| 49 | + "cleaninstall-node": "^2.2.3", |
| 50 | + "jsdom": "^26.1.0", |
49 | 51 | "typescript": "^5.9.3" |
50 | 52 | } |
51 | 53 | } |
0 commit comments