|
28 | 28 | "pre-commit": "npm run lint:write" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@microsoft/api-extractor": "^7.52.8", |
| 31 | + "@microsoft/api-extractor": "^7.52.10", |
32 | 32 | "@biomejs/biome": "^1.9.4", |
33 | | - "@playwright/test": "^1.53.2", |
34 | | - "@rsbuild/core": "^1.4.2", |
35 | | - "@rsbuild/plugin-react": "^1.3.2", |
36 | | - "@rslib/core": "^0.10.4", |
37 | | - "@swc/core": "^1.12.7", |
38 | | - "@types/node": "^22.15.34", |
39 | | - "@types/react": "^19.1.8", |
40 | | - "@types/react-dom": "^19.1.6", |
| 33 | + "@playwright/test": "^1.54.1", |
| 34 | + "@rsbuild/core": "^1.4.12", |
| 35 | + "@rsbuild/plugin-react": "^1.3.4", |
| 36 | + "@rslib/core": "^0.11.0", |
| 37 | + "@swc/core": "^1.13.3", |
| 38 | + "@types/node": "^22.17.0", |
| 39 | + "@types/react": "^19.1.9", |
| 40 | + "@types/react-dom": "^19.1.7", |
41 | 41 | "@types/serialize-javascript": "^5.0.4", |
42 | | - "playwright": "^1.53.2", |
43 | | - "react": "^19.1.0", |
44 | | - "react-dom": "^19.1.0", |
| 42 | + "playwright": "^1.54.1", |
| 43 | + "react": "^19.1.1", |
| 44 | + "react-dom": "^19.1.1", |
45 | 45 | "serialize-javascript": "^6.0.2", |
46 | | - "simple-git-hooks": "^2.13.0", |
47 | | - "typescript": "^5.8.3" |
| 46 | + "simple-git-hooks": "^2.13.1", |
| 47 | + "typescript": "^5.9.2" |
48 | 48 | }, |
49 | 49 | "peerDependencies": { |
50 | 50 | "@rsbuild/core": "1.x" |
|
54 | 54 | "optional": true |
55 | 55 | } |
56 | 56 | }, |
57 | | - "packageManager": "pnpm@10.12.4", |
| 57 | + "packageManager": "pnpm@10.14.0", |
58 | 58 | "publishConfig": { |
59 | 59 | "access": "public", |
60 | 60 | "registry": "https://registry.npmjs.org/" |
|
0 commit comments