|
44 | 44 | "@repo/eslint-config": "workspace:*",
|
45 | 45 | "@repo/typescript-config": "workspace:*",
|
46 | 46 | "@testing-library/react": "^16.2.0",
|
47 |
| - "@types/node": "^22.13.10", |
48 |
| - "@types/react": "^19.0.10", |
| 47 | + "@types/node": "^22.13.14", |
| 48 | + "@types/react": "^19.0.12", |
49 | 49 | "@types/react-dom": "^19.0.4",
|
50 | 50 | "@vitejs/plugin-react": "^4.3.4",
|
51 |
| - "@vitest/coverage-v8": "^3.0.8", |
| 51 | + "@vitest/coverage-v8": "^3.0.9", |
52 | 52 | "esbuild-plugin-rdi": "^0.0.0",
|
53 | 53 | "esbuild-plugin-react18": "0.2.6",
|
54 | 54 | "esbuild-plugin-react18-css": "^0.0.4",
|
55 | 55 | "esbuild-plugin-webgl": "^0.0.3",
|
56 | 56 | "jsdom": "^26.0.0",
|
57 |
| - "react": "^19.0.0", |
58 |
| - "react-dom": "^19.0.0", |
| 57 | + "react": "^19.1.0", |
| 58 | + "react-dom": "^19.1.0", |
59 | 59 | "tsup": "^8.4.0",
|
60 | 60 | "typescript": "^5.8.2",
|
61 | 61 | "vite-tsconfig-paths": "^5.1.4",
|
62 |
| - "vitest": "^3.0.8" |
| 62 | + "vitest": "^3.0.9" |
63 | 63 | },
|
64 | 64 | "peerDependencies": {
|
65 | 65 | "@types/react": "16.8 - 19",
|
|
0 commit comments