From c504f5c4cfd4b8c2e7a028fcaf638f7de9727d8a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:03:32 +0000 Subject: [PATCH 1/2] Initial plan From d8ab72ec195c750b1e8a0f6d9729ecbaba05bda4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:10:38 +0000 Subject: [PATCH 2/2] fix: pin @vitejs/plugin-react to catalog to prevent incompatible version upgrade Co-authored-by: uhyo <748348+uhyo@users.noreply.github.com> --- packages/docs/package.json | 2 +- packages/example/package.json | 2 +- pnpm-lock.yaml | 7 +++++-- pnpm-workspace.yaml | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) 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