|
23 | 23 | "lint:write": "biome check . --write", |
24 | 24 | "prepare": "simple-git-hooks && npm run build", |
25 | 25 | "test": "playwright test", |
26 | | - "bump": "npx bumpp" |
| 26 | + "bump": "bumpp" |
27 | 27 | }, |
28 | 28 | "simple-git-hooks": { |
29 | 29 | "pre-commit": "npm run lint:write" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@biomejs/biome": "^1.9.4", |
33 | | - "@playwright/test": "^1.49.0", |
34 | | - "@winner-fed/winjs": "^0.15.0", |
35 | | - "@winner-fed/utils": "^0.15.0", |
36 | | - "@rslib/core": "^0.1.1", |
37 | | - "@types/node": "^22.10.1", |
38 | | - "playwright": "^1.49.0", |
39 | | - "simple-git-hooks": "^2.11.1", |
40 | | - "typescript": "^5.7.2" |
| 32 | + "@biomejs/biome": "^2.1.1", |
| 33 | + "@playwright/test": "^1.53.2", |
| 34 | + "@rsbuild/core": "^1.4.2", |
| 35 | + "@rslib/core": "^0.10.4", |
| 36 | + "@types/node": "^22.15.34", |
| 37 | + "@winner-fed/winjs": "*", |
| 38 | + "bumpp": "10.2.3", |
| 39 | + "simple-git-hooks": "^2.13.0", |
| 40 | + "typescript": "^5.8.3" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | 43 | "@winner-fed/unplugin-check-syntax": "^1.0.1" |
44 | 44 | }, |
| 45 | + "peerDevDependencies": { |
| 46 | + "@winner-fed/winjs": "*" |
| 47 | + }, |
45 | 48 | "peerDependencies": { |
46 | | - "@rsbuild/core": "1.x", |
47 | | - "@winner-fed/winjs": "^0.15.0", |
48 | | - "@winner-fed/utils": "^0.15.0" |
| 49 | + "@winner-fed/utils": "*" |
49 | 50 | }, |
50 | 51 | "peerDependenciesMeta": { |
51 | 52 | "@rsbuild/core": { |
|
55 | 56 | "optional": true |
56 | 57 | } |
57 | 58 | }, |
58 | | - "packageManager": "pnpm@9.14.4", |
59 | 59 | "publishConfig": { |
60 | 60 | "access": "public", |
61 | 61 | "registry": "https://registry.npmjs.org/" |
|
0 commit comments