diff --git a/packages/docs/package.json b/packages/docs/package.json index a1b4228..cec64cd 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -25,7 +25,7 @@ "@types/mdx": "^2.0.13", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "latest", + "@vitejs/plugin-react": "catalog:", "rsc-html-stream": "^0.0.7", "typescript": "catalog:", "vite": "catalog:", diff --git a/packages/example/package.json b/packages/example/package.json index fc95d02..60dd880 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "latest", + "@vitejs/plugin-react": "catalog:", "vite": "catalog:" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47fdb3a..9cdb1e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,6 +9,9 @@ catalogs: '@types/node': specifier: ^25.3.5 version: 25.3.5 + '@vitejs/plugin-react': + specifier: ^5.1.4 + version: 5.1.4 react: specifier: ^19.2.4 version: 19.2.4 @@ -76,7 +79,7 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: latest + specifier: 'catalog:' version: 5.1.4(vite@7.3.1(@types/node@25.3.5)(terser@5.46.0)(tsx@4.21.0)) rsc-html-stream: specifier: ^0.0.7 @@ -113,7 +116,7 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: latest + specifier: 'catalog:' version: 5.1.4(vite@7.3.1(@types/node@25.3.5)(terser@5.46.0)(tsx@4.21.0)) vite: specifier: 'catalog:' diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 06a1c21..e5eb753 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,6 +6,7 @@ packages: catalog: "@types/node": ^25.3.5 + "@vitejs/plugin-react": ^5.1.4 react: ^19.2.4 react-dom: ^19.2.4 typescript: ^5.9.3