From 4b3f938555c308afb51a61e568fe56d9145d7343 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 10 Nov 2024 14:22:51 -0800 Subject: [PATCH] more compiler fixes --- package.json | 2 +- yarn.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fb7827e5e7..a63b2269c6 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,6 @@ "postinstall-postinstall": "^2.1.0", "psl": "^1.9.0", "react": "18.2.0", - "react-compiler-runtime": "file:./lib/react-compiler-runtime", "react-dom": "^18.2.0", "react-image-crop": "^11.0.7", "react-keyed-flatten-children": "^3.0.0", @@ -262,6 +261,7 @@ "lint-staged": "^13.2.3", "metro-react-native-babel-preset": "^0.74.1", "prettier": "^2.8.3", + "react-compiler-runtime": "^19.0.0-beta-63b359f-20241101", "react-native-dotenv": "^3.3.1", "react-refresh": "^0.14.0", "react-scripts": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index fd99b2c0c6..da27f42322 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16743,8 +16743,10 @@ react-app-polyfill@^3.0.0: regenerator-runtime "^0.13.9" whatwg-fetch "^3.6.2" -"react-compiler-runtime@file:./lib/react-compiler-runtime": - version "0.0.1" +react-compiler-runtime@^19.0.0-beta-63b359f-20241101: + version "19.0.0-beta-63b359f-20241101" + resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-63b359f-20241101.tgz#9f0e92d3a9b00edd698ea56a56a5202d6e13223f" + integrity sha512-XxxpP4gqvvn2TQLWFTTqCKcbNFNJhsj+1tT2IFTiR0e13yTm1EF+qm4JSSsaSq++QZ+bIYh2exXsCN3fthd7VA== react-dev-utils@^12.0.1: version "12.0.1"