Skip to content

Commit

Permalink
[fixture] Update compiler to use latest package
Browse files Browse the repository at this point in the history
Pins the compiler to the latest version in our fixture app.
  • Loading branch information
poteto committed Oct 18, 2024
1 parent 161a096 commit 828bbf3
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions compiler/fixtures/runtime-compat/app-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"react": "^18.3.1",
"react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009",
"react-compiler-runtime": "19.0.0-beta-9ee70a1-20241017",
"react-dom": "^18.3.1",
"runtime-compat-lib": "file:../lib"
},
Expand All @@ -20,7 +20,7 @@
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
"babel-plugin-react-compiler": "19.0.0-beta-9ee70a1-20241017",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
Expand Down
18 changes: 9 additions & 9 deletions compiler/fixtures/runtime-compat/app-18/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,10 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==

babel-plugin-react-compiler@0.0.0-experimental-58c2b1c-20241009:
version "0.0.0-experimental-58c2b1c-20241009"
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-58c2b1c-20241009.tgz#a840860c5da30cbc25db0671b9c715602539a175"
integrity sha512-/DSwpfz7c1hK5dpxxlLxQJtvXCF3RjN3ZCaJ43NM4BEvzTpaS0C0jasXVBEUIFumBcdaoirFbfZkyk9htY+6Xw==
babel-plugin-react-compiler@19.0.0-beta-9ee70a1-20241017:
version "19.0.0-beta-9ee70a1-20241017"
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-9ee70a1-20241017.tgz#734036661d70e0d91c5f64414b31220ecc0019d2"
integrity sha512-AkSce5YYHcreFtuvzI9xnP2kwoYkub8Go3yrz7cPbbCE6oIhFxESbPWJVgye7yZckXuzEZYO4JSE8tq/U0oVfA==
dependencies:
"@babel/generator" "7.2.0"
"@babel/types" "^7.19.0"
Expand Down Expand Up @@ -1440,10 +1440,10 @@ queue-microtask@^1.2.2:
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

react-compiler-runtime@0.0.0-experimental-8d8e73f-20241009:
version "0.0.0-experimental-8d8e73f-20241009"
resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-0.0.0-experimental-8d8e73f-20241009.tgz#c5a1a99c79ac8f8e8cf75b8ea89394b2ab7a77ad"
integrity sha512-TEOS8csCfa/xSNt8ft9yRAimOJNetQIOuTgMFU2rv3dhDUOpM3e/Jrv+55uGUKMUYK6kCBV4QYsviLl2c8JfOg==
react-compiler-runtime@19.0.0-beta-9ee70a1-20241017:
version "19.0.0-beta-9ee70a1-20241017"
resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-9ee70a1-20241017.tgz#ca35ba4ec80f2412fcdbfb911831308670acc13a"
integrity sha512-hVrlYbVacwEdZi08RUxSwIzZR2/+WxUsWRa7mjViRhqcqUYK+7u8UEVZoJrF5/gsCHMU9PhJRvolygSCaaE0nA==

react-dom@^18.3.1:
version "18.3.1"
Expand Down Expand Up @@ -1515,7 +1515,7 @@ run-parallel@^1.1.9:
"runtime-compat-lib@file:../lib":
version "0.0.0"
dependencies:
react-compiler-runtime "0.0.0-experimental-8d8e73f-20241009"
react-compiler-runtime "19.0.0-beta-9ee70a1-20241017"

scheduler@^0.23.2:
version "0.23.2"
Expand Down
2 changes: 1 addition & 1 deletion compiler/fixtures/runtime-compat/app-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
"babel-plugin-react-compiler": "19.0.0-beta-9ee70a1-20241017",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
Expand Down
18 changes: 9 additions & 9 deletions compiler/fixtures/runtime-compat/app-19/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,10 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==

babel-plugin-react-compiler@0.0.0-experimental-58c2b1c-20241009:
version "0.0.0-experimental-58c2b1c-20241009"
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-58c2b1c-20241009.tgz#a840860c5da30cbc25db0671b9c715602539a175"
integrity sha512-/DSwpfz7c1hK5dpxxlLxQJtvXCF3RjN3ZCaJ43NM4BEvzTpaS0C0jasXVBEUIFumBcdaoirFbfZkyk9htY+6Xw==
babel-plugin-react-compiler@19.0.0-beta-9ee70a1-20241017:
version "19.0.0-beta-9ee70a1-20241017"
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-9ee70a1-20241017.tgz#734036661d70e0d91c5f64414b31220ecc0019d2"
integrity sha512-AkSce5YYHcreFtuvzI9xnP2kwoYkub8Go3yrz7cPbbCE6oIhFxESbPWJVgye7yZckXuzEZYO4JSE8tq/U0oVfA==
dependencies:
"@babel/generator" "7.2.0"
"@babel/types" "^7.19.0"
Expand Down Expand Up @@ -1440,10 +1440,10 @@ queue-microtask@^1.2.2:
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

react-compiler-runtime@0.0.0-experimental-8d8e73f-20241009:
version "0.0.0-experimental-8d8e73f-20241009"
resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-0.0.0-experimental-8d8e73f-20241009.tgz#c5a1a99c79ac8f8e8cf75b8ea89394b2ab7a77ad"
integrity sha512-TEOS8csCfa/xSNt8ft9yRAimOJNetQIOuTgMFU2rv3dhDUOpM3e/Jrv+55uGUKMUYK6kCBV4QYsviLl2c8JfOg==
react-compiler-runtime@19.0.0-beta-9ee70a1-20241017:
version "19.0.0-beta-9ee70a1-20241017"
resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-9ee70a1-20241017.tgz#ca35ba4ec80f2412fcdbfb911831308670acc13a"
integrity sha512-hVrlYbVacwEdZi08RUxSwIzZR2/+WxUsWRa7mjViRhqcqUYK+7u8UEVZoJrF5/gsCHMU9PhJRvolygSCaaE0nA==

react-dom@19.0.0-beta-26f2496093-20240514:
version "19.0.0-beta-26f2496093-20240514"
Expand Down Expand Up @@ -1512,7 +1512,7 @@ run-parallel@^1.1.9:
"runtime-compat-lib@file:../lib":
version "0.0.0"
dependencies:
react-compiler-runtime "0.0.0-experimental-8d8e73f-20241009"
react-compiler-runtime "19.0.0-beta-9ee70a1-20241017"

scheduler@0.25.0-beta-26f2496093-20240514:
version "0.25.0-beta-26f2496093-20240514"
Expand Down
4 changes: 2 additions & 2 deletions compiler/fixtures/runtime-compat/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/preset-env": "^7.25.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
"babel-plugin-react-compiler": "19.0.0-beta-9ee70a1-20241017",
"@rollup/plugin-terser": "^0.4.4",
"react": "19.0.0-beta-26f2496093-20240514",
"react-dom": "19.0.0-beta-26f2496093-20240514",
Expand All @@ -24,7 +24,7 @@
"rollup-plugin-prettier": "^4.1.1"
},
"dependencies": {
"react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009"
"react-compiler-runtime": "19.0.0-beta-9ee70a1-20241017"
},
"peerDependencies": {
"react": "^18 || ^19"
Expand Down
16 changes: 8 additions & 8 deletions compiler/fixtures/runtime-compat/lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1260,10 +1260,10 @@ babel-plugin-polyfill-regenerator@^0.6.1:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.6.2"

babel-plugin-react-compiler@0.0.0-experimental-58c2b1c-20241009:
version "0.0.0-experimental-58c2b1c-20241009"
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-58c2b1c-20241009.tgz#a840860c5da30cbc25db0671b9c715602539a175"
integrity sha512-/DSwpfz7c1hK5dpxxlLxQJtvXCF3RjN3ZCaJ43NM4BEvzTpaS0C0jasXVBEUIFumBcdaoirFbfZkyk9htY+6Xw==
babel-plugin-react-compiler@19.0.0-beta-9ee70a1-20241017:
version "19.0.0-beta-9ee70a1-20241017"
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-9ee70a1-20241017.tgz#734036661d70e0d91c5f64414b31220ecc0019d2"
integrity sha512-AkSce5YYHcreFtuvzI9xnP2kwoYkub8Go3yrz7cPbbCE6oIhFxESbPWJVgye7yZckXuzEZYO4JSE8tq/U0oVfA==
dependencies:
"@babel/generator" "7.2.0"
"@babel/types" "^7.19.0"
Expand Down Expand Up @@ -1829,10 +1829,10 @@ randombytes@^2.1.0:
dependencies:
safe-buffer "^5.1.0"

react-compiler-runtime@0.0.0-experimental-8d8e73f-20241009:
version "0.0.0-experimental-8d8e73f-20241009"
resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-0.0.0-experimental-8d8e73f-20241009.tgz#c5a1a99c79ac8f8e8cf75b8ea89394b2ab7a77ad"
integrity sha512-TEOS8csCfa/xSNt8ft9yRAimOJNetQIOuTgMFU2rv3dhDUOpM3e/Jrv+55uGUKMUYK6kCBV4QYsviLl2c8JfOg==
react-compiler-runtime@19.0.0-beta-9ee70a1-20241017:
version "19.0.0-beta-9ee70a1-20241017"
resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-9ee70a1-20241017.tgz#ca35ba4ec80f2412fcdbfb911831308670acc13a"
integrity sha512-hVrlYbVacwEdZi08RUxSwIzZR2/+WxUsWRa7mjViRhqcqUYK+7u8UEVZoJrF5/gsCHMU9PhJRvolygSCaaE0nA==

react-dom@19.0.0-beta-26f2496093-20240514:
version "19.0.0-beta-26f2496093-20240514"
Expand Down

0 comments on commit 828bbf3

Please sign in to comment.