From bdc966ad6aaaa899caca36adddb04b70d4945ba4 Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Fri, 17 Feb 2023 14:44:26 -0500 Subject: [PATCH] Update fixtures to use the folder convention of build-combined --- fixtures/art/package.json | 6 +++--- fixtures/art/yarn.lock | 6 +++--- fixtures/attribute-behavior/package.json | 2 +- fixtures/concurrent/time-slicing/package.json | 2 +- fixtures/devtools/scheduling-profiler/run.js | 2 +- fixtures/eslint/proxy/index.js | 2 +- fixtures/expiration/package.json | 2 +- fixtures/fiber-triangle/index.html | 4 ++-- fixtures/fizz-ssr-browser/index.html | 6 +++--- fixtures/fizz/package.json | 4 ++-- fixtures/fizz/yarn.lock | 4 ++-- fixtures/flight-browser/index.html | 10 +++++----- fixtures/flight/package.json | 4 ++-- fixtures/packaging/babel-standalone/dev.html | 4 ++-- fixtures/packaging/browserify/dev/package.json | 2 +- fixtures/packaging/browserify/prod/package.json | 2 +- fixtures/packaging/brunch/dev/package.json | 2 +- fixtures/packaging/brunch/prod/package.json | 2 +- fixtures/packaging/globals/dev.html | 4 ++-- fixtures/packaging/globals/prod.html | 4 ++-- fixtures/packaging/requirejs/dev.html | 4 ++-- fixtures/packaging/requirejs/prod.html | 4 ++-- fixtures/packaging/rjs/dev/config.js | 6 +++--- fixtures/packaging/rjs/prod/config.js | 6 +++--- fixtures/packaging/systemjs-builder/dev/config.js | 6 +++--- fixtures/packaging/systemjs-builder/prod/config.js | 7 ++++--- fixtures/packaging/systemjs/dev.html | 4 ++-- fixtures/packaging/systemjs/prod.html | 4 ++-- fixtures/packaging/webpack-alias/dev/config.js | 2 +- fixtures/packaging/webpack-alias/prod/config.js | 2 +- fixtures/packaging/webpack/dev/config.js | 2 +- fixtures/packaging/webpack/prod/config.js | 2 +- fixtures/scheduler/index.html | 4 ++-- fixtures/ssr/package.json | 4 ++-- fixtures/ssr/yarn.lock | 4 ++-- fixtures/ssr2/package.json | 4 ++-- fixtures/ssr2/yarn.lock | 4 ++-- fixtures/stacks/index.html | 4 ++-- 38 files changed, 74 insertions(+), 73 deletions(-) diff --git a/fixtures/art/package.json b/fixtures/art/package.json index 82e84bb49a4f6..7d540fee14aa7 100644 --- a/fixtures/art/package.json +++ b/fixtures/art/package.json @@ -5,9 +5,9 @@ "@babel/preset-env": "^7.10.4", "@babel/preset-react": "^7.10.4", "babel-loader": "^8.1.0", - "react": "link:../../build/node_modules/react", - "react-art": "link:../../build/node_modules/react-art/", - "react-dom": "link:../../build/node_modules/react-dom", + "react": "link:../../build/oss-experimental/react", + "react-art": "link:../../build/oss-experimental/react-art/", + "react-dom": "link:../../build/oss-experimental/react-dom", "webpack": "^1.14.0" }, "scripts": { diff --git a/fixtures/art/yarn.lock b/fixtures/art/yarn.lock index 048ab68103189..8d0f79f957b52 100644 --- a/fixtures/art/yarn.lock +++ b/fixtures/art/yarn.lock @@ -2251,15 +2251,15 @@ rc@^1.1.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -"react-art@link:../../build/node_modules/react-art": +"react-art@link:../../build/oss-experimental/react-art": version "0.0.0" uid "" -"react-dom@link:../../build/node_modules/react-dom": +"react-dom@link:../../build/oss-experimental/react-dom": version "0.0.0" uid "" -"react@link:../../build/node_modules/react": +"react@link:../../build/oss-experimental/react": version "0.0.0" uid "" diff --git a/fixtures/attribute-behavior/package.json b/fixtures/attribute-behavior/package.json index e71f60ec2e112..09e5902491770 100644 --- a/fixtures/attribute-behavior/package.json +++ b/fixtures/attribute-behavior/package.json @@ -12,7 +12,7 @@ }, "scripts": { "prestart": - "cp ../../build/node_modules/react/umd/react.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js public/", + "cp ../../build/oss-experimental/react/umd/react.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom-server-legacy.browser.development.js public/", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", diff --git a/fixtures/concurrent/time-slicing/package.json b/fixtures/concurrent/time-slicing/package.json index 9fcfcae8d3df3..0e6f4f0b0ce85 100644 --- a/fixtures/concurrent/time-slicing/package.json +++ b/fixtures/concurrent/time-slicing/package.json @@ -11,7 +11,7 @@ "victory": "^0.25.6" }, "scripts": { - "copy-source": "cp -r ../../../build/node_modules/* ./node_modules/", + "copy-source": "cp -r ../../../build/oss-experimental/* ./node_modules/", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", diff --git a/fixtures/devtools/scheduling-profiler/run.js b/fixtures/devtools/scheduling-profiler/run.js index 259755a366e43..5c0191acca3db 100755 --- a/fixtures/devtools/scheduling-profiler/run.js +++ b/fixtures/devtools/scheduling-profiler/run.js @@ -18,7 +18,7 @@ const DEPENDENCIES = [ ['react-dom/umd/react-dom.development.js', 'react-dom.js'], ]; -const BUILD_DIRECTORY = '../../../build/node_modules/'; +const BUILD_DIRECTORY = '../../../build/oss-experimental/'; const DEPENDENCIES_DIRECTORY = 'dependencies'; function initDependencies() { diff --git a/fixtures/eslint/proxy/index.js b/fixtures/eslint/proxy/index.js index 3c4be6ff345c1..f54e672d21126 100644 --- a/fixtures/eslint/proxy/index.js +++ b/fixtures/eslint/proxy/index.js @@ -16,7 +16,7 @@ function reload() { } } // Point to the built version. - build = require('../../../build/node_modules/eslint-plugin-react-hooks'); + build = require('../../../build/oss-experimental/eslint-plugin-react-hooks'); } let rules = {}; diff --git a/fixtures/expiration/package.json b/fixtures/expiration/package.json index 263812a1ee2de..f628d582b8fcf 100644 --- a/fixtures/expiration/package.json +++ b/fixtures/expiration/package.json @@ -9,7 +9,7 @@ }, "scripts": { "prestart": - "cp ../../build/node_modules/react/umd/react.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom.development.js public/", + "cp ../../build/oss-experimental/react/umd/react.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom.development.js public/", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", diff --git a/fixtures/fiber-triangle/index.html b/fixtures/fiber-triangle/index.html index c7e22fdd4345e..d90e11093765d 100644 --- a/fixtures/fiber-triangle/index.html +++ b/fixtures/fiber-triangle/index.html @@ -16,8 +16,8 @@

Fiber Example

If you checked out the source from GitHub make sure to run npm run build.

- - + + - - + + + - - - - + + + + + - + +
- + +
- + +
- + + - + +