|
20 | 20 | ], |
21 | 21 | "scripts": { |
22 | 22 | "build": "rslib build", |
| 23 | + "bump": "npx bumpp", |
23 | 24 | "dev": "rslib build --watch", |
24 | 25 | "lint": "biome check .", |
25 | 26 | "lint:write": "biome check . --write", |
26 | 27 | "prepare": "simple-git-hooks && npm run build", |
27 | 28 | "test": "pnpm run test:unit && pnpm run test:e2e", |
28 | | - "test:unit": "rstest --config=./test/rstest.config.ts", |
29 | | - "test:e2e": "playwright test --config=./test/playwright.config.ts", |
30 | | - "bump": "npx bumpp" |
| 29 | + "test:e2e": "playwright test --config=./test/playwright.config.ts", |
| 30 | + "test:unit": "rstest --config=./test/rstest.config.ts" |
31 | 31 | }, |
32 | 32 | "simple-git-hooks": { |
33 | 33 | "pre-commit": "npx nano-staged" |
|
38 | 38 | ] |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | | - "fast-glob": "^3.3.3", |
42 | | - "json5": "^2.2.3", |
43 | | - "yaml": "^2.8.1", |
44 | 41 | "@manypkg/get-packages": "^3.1.0", |
| 42 | + "chalk": "^5.6.2", |
45 | 43 | "graphlib": "^2.1.8", |
46 | | - "chalk": "^5.6.2" |
| 44 | + "json5": "^2.2.3", |
| 45 | + "yaml": "^2.8.1" |
47 | 46 | }, |
48 | 47 | "devDependencies": { |
49 | 48 | "@biomejs/biome": "^2.3.3", |
|
52 | 51 | "@rsbuild/plugin-react": "^1.4.1", |
53 | 52 | "@rsbuild/plugin-type-check": "^1.3.0", |
54 | 53 | "@rslib/core": "^0.17.0", |
| 54 | + "@rstest/core": "^0.6.6", |
| 55 | + "@types/graphlib": "^2.1.12", |
55 | 56 | "@types/node": "^22.18.8", |
56 | 57 | "@types/react": "^19.1.16", |
57 | 58 | "@types/react-dom": "^19.1.9", |
58 | 59 | "playwright": "^1.55.1", |
59 | 60 | "react": "^19.1.1", |
60 | 61 | "react-dom": "^19.1.1", |
61 | 62 | "simple-git-hooks": "^2.13.1", |
62 | | - "typescript": "^5.9.3", |
63 | | - "@types/graphlib": "^2.1.12", |
64 | | - "@rstest/core": "^0.6.6" |
| 63 | + "typescript": "^5.9.3" |
65 | 64 | }, |
66 | 65 | "peerDependencies": { |
67 | 66 | "@rsbuild/core": "1.x" |
|
0 commit comments