diff options
author | dan <dan.abramov@gmail.com> | 2024-11-17 18:50:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 18:50:28 +0000 |
commit | 2f74a8dbe998c9b65a14038e9aa693e8ce980eba (patch) | |
tree | 45888d5f39da0f223ae75e1bb517f2443ad75fc0 /package.json | |
parent | dd9a2f60ddee978b82d1310b0eaf1ba595b0b2aa (diff) | |
download | voidsky-2f74a8dbe998c9b65a14038e9aa693e8ce980eba.tar.zst |
Upgrade React Compiler (take two) (#6460)
* Revert "Revert "React compiler beta and reenable rule (#5898)" (#6071)" This reverts commit 7111e38cd48c1c7e2b35ae978708fcb7a60a5dd7. * Update the compiler * Don't inline compiler runtime import
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 79b6010e0..2dc5210b7 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "postinstall-postinstall": "^2.1.0", "psl": "^1.9.0", "react": "18.2.0", - "react-compiler-runtime": "file:./lib/react-compiler-runtime", + "react-compiler-runtime": "^19.0.0-beta-a7bf2bd-20241110", "react-dom": "^18.2.0", "react-image-crop": "^11.0.7", "react-keyed-flatten-children": "^3.0.0", @@ -243,7 +243,7 @@ "babel-loader": "^9.1.2", "babel-plugin-macros": "^3.1.0", "babel-plugin-module-resolver": "^5.0.0", - "babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517", + "babel-plugin-react-compiler": "^19.0.0-beta-a7bf2bd-20241110", "babel-plugin-react-native-web": "^0.18.12", "babel-preset-expo": "^10.0.0", "eslint": "^8.19.0", @@ -251,7 +251,7 @@ "eslint-plugin-ft-flow": "^2.0.3", "eslint-plugin-lingui": "^0.2.0", "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517", + "eslint-plugin-react-compiler": "^19.0.0-beta-a7bf2bd-20241110", "eslint-plugin-react-native-a11y": "^3.3.0", "eslint-plugin-simple-import-sort": "^12.0.0", "file-loader": "6.2.0", |