diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b36c2f3..0761aa0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,8 +88,8 @@ importers: specifier: 19.2.4 version: 19.2.4(@types/react@19.2.18) '@vitejs/plugin-react': - specifier: 6.0.5 - version: 6.0.5(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.1)(@babel/runtime@7.29.7)(rolldown@1.2.4)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4)))(babel-plugin-react-compiler@1.0.0)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4)) + specifier: 6.1.0 + version: 6.1.0(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.1)(@babel/runtime@7.29.7)(rolldown@1.2.4)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4)))(babel-plugin-react-compiler@1.0.0)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4)) '@vitest/coverage-istanbul': specifier: 4.1.11 version: 4.1.11(vitest@4.1.11) @@ -1879,18 +1879,21 @@ packages: resolution: {integrity: sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-react@6.0.5': - resolution: {integrity: sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==} + '@vitejs/plugin-react@6.1.0': + resolution: {integrity: sha512-qd2BzUBehkov86WFhg0JkEFEYyCLG9uPCe6qWTY/kRlss9OvJrOF2UbIWT7p+8IzZHkEu0DNGHc4HSv+JdDLsw==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0 babel-plugin-react-compiler: ^1.0.0 + oxc-transform-react: ^0.145.0 vite: ^8.0.0 peerDependenciesMeta: '@rolldown/plugin-babel': optional: true babel-plugin-react-compiler: optional: true + oxc-transform-react: + optional: true '@vitest/coverage-istanbul@4.1.11': resolution: {integrity: sha512-pK9LJtOS534bmUwdwLpGD9qL52DeqVWSInrXFMNqrvWLbbAhuIPAlRup3UbsjFOMqCC/p3MmmX7uXV7ZTkcFfQ==} @@ -6520,7 +6523,7 @@ snapshots: '@typescript-eslint/types': 8.67.0 eslint-visitor-keys: 5.0.1 - '@vitejs/plugin-react@6.0.5(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.1)(@babel/runtime@7.29.7)(rolldown@1.2.4)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4)))(babel-plugin-react-compiler@1.0.0)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4))': + '@vitejs/plugin-react@6.1.0(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.1)(@babel/runtime@7.29.7)(rolldown@1.2.4)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4)))(babel-plugin-react-compiler@1.0.0)(vite@8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4))': dependencies: '@rolldown/pluginutils': 1.0.1 vite: 8.2.2(@types/node@24.13.3)(esbuild@0.27.7)(jiti@2.6.1)(sass@1.103.0)(yaml@2.8.4) diff --git a/react/package.json b/react/package.json index 0b43cbb..a77e425 100644 --- a/react/package.json +++ b/react/package.json @@ -58,7 +58,7 @@ "@types/prismjs": "1.26.6", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", - "@vitejs/plugin-react": "6.0.5", + "@vitejs/plugin-react": "6.1.0", "@vitest/coverage-istanbul": "4.1.11", "babel-plugin-react-compiler": "1.0.0", "eslint": "10.8.1",