diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbf403e..9ea43fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -399,8 +399,8 @@ importers: specifier: ^5.1.2 version: 5.1.2(vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2)) babel-plugin-react-compiler: - specifier: 19.1.0-rc.2 - version: 19.1.0-rc.2 + specifier: 19.1.0-rc.3 + version: 19.1.0-rc.3 eslint: specifier: ^9.39.2 version: 9.39.2(jiti@2.6.1) @@ -432,8 +432,8 @@ importers: specifier: 0.7.2 version: 0.7.2(prettier@3.7.4) react-compiler-runtime: - specifier: 19.1.0-rc.2 - version: 19.1.0-rc.2(react@19.2.3) + specifier: 19.1.0-rc.3 + version: 19.1.0-rc.3(react@19.2.3) sort-package-json: specifier: ^3.6.0 version: 3.6.0 @@ -4807,8 +4807,8 @@ packages: babel-dead-code-elimination@1.0.11: resolution: {integrity: sha512-mwq3W3e/pKSI6TG8lXMiDWvEi1VXYlSBlJlB3l+I0bAb5u1RNUl88udos85eOPNK3m5EXK9uO7d2g08pesTySQ==} - babel-plugin-react-compiler@19.1.0-rc.2: - resolution: {integrity: sha512-kSNA//p5fMO6ypG8EkEVPIqAjwIXm5tMjfD1XRPL/sRjYSbJ6UsvORfaeolNWnZ9n310aM0xJP7peW26BuCVzA==} + babel-plugin-react-compiler@19.1.0-rc.3: + resolution: {integrity: sha512-mjRn69WuTz4adL0bXGx8Rsyk1086zFJeKmes6aK0xPuK3aaXmDJdLHqwKKMrpm6KAI1MCoUK72d2VeqQbu8YIA==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -8044,8 +8044,8 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-compiler-runtime@19.1.0-rc.2: - resolution: {integrity: sha512-852AwyIsbWJ5o1LkQVAZsVK3iLjMxOfKZuxqeGd/RfD+j1GqHb6j3DSHLtpu4HhFbQHsP2DzxjJyKR6luv4D8w==} + react-compiler-runtime@19.1.0-rc.3: + resolution: {integrity: sha512-Cssogys2XZu6SqxRdX2xd8cQAf57BBvFbLEBlIa77161lninbKUn/EqbecCe7W3eqDQfg3rIoOwzExzgCh7h/g==} peerDependencies: react: ^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental @@ -13993,7 +13993,7 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-react-compiler@19.1.0-rc.2: + babel-plugin-react-compiler@19.1.0-rc.3: dependencies: '@babel/types': 7.28.5 @@ -17526,7 +17526,7 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-compiler-runtime@19.1.0-rc.2(react@19.2.3): + react-compiler-runtime@19.1.0-rc.3(react@19.2.3): dependencies: react: 19.2.3 diff --git a/web/package.json b/web/package.json index 0884786..ae12754 100644 --- a/web/package.json +++ b/web/package.json @@ -87,7 +87,7 @@ "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", - "babel-plugin-react-compiler": "19.1.0-rc.2", + "babel-plugin-react-compiler": "19.1.0-rc.3", "eslint": "^9.39.2", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-testing-library": "7.15.4", @@ -98,7 +98,7 @@ "jsdom": "^27.4.0", "prettier": "^3.7.4", "prettier-plugin-tailwindcss": "0.7.2", - "react-compiler-runtime": "19.1.0-rc.2", + "react-compiler-runtime": "19.1.0-rc.3", "sort-package-json": "^3.6.0", "typescript": "^5.9.3", "unplugin-fonts": "^1.4.0",