Skip to content

Commit

Permalink
chore(deps): bump react@18.3.0-canary-9377e1010-20230712 (#52649)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jul 13, 2023
1 parent ee28f94 commit 76cb8cf
Show file tree
Hide file tree
Showing 74 changed files with 2,353 additions and 671 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -188,14 +188,14 @@
"random-seed": "0.3.0",
"react": "18.2.0",
"react-17": "npm:react@17.0.2",
"react-builtin": "npm:react@18.3.0-canary-7118f5dd7-20230705",
"react-builtin": "npm:react@18.3.0-canary-9377e1010-20230712",
"react-dom": "18.2.0",
"react-dom-17": "npm:react-dom@17.0.2",
"react-dom-builtin": "npm:react-dom@18.3.0-canary-7118f5dd7-20230705",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-7118f5dd7-20230705",
"react-experimental-builtin": "npm:react@0.0.0-experimental-7118f5dd7-20230705",
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-7118f5dd7-20230705",
"react-dom-builtin": "npm:react-dom@18.3.0-canary-9377e1010-20230712",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-9377e1010-20230712",
"react-experimental-builtin": "npm:react@0.0.0-experimental-9377e1010-20230712",
"react-server-dom-webpack": "18.3.0-canary-9377e1010-20230712",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-9377e1010-20230712",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -205,8 +205,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.9.1",
"scheduler-builtin": "npm:scheduler@0.24.0-canary-7118f5dd7-20230705",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-7118f5dd7-20230705",
"scheduler-builtin": "npm:scheduler@0.24.0-canary-9377e1010-20230712",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-9377e1010-20230712",
"seedrandom": "3.0.5",
"selenium-webdriver": "4.0.0-beta.4",
"semver": "7.3.7",
Expand Down
Expand Up @@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');

var ReactVersion = '18.3.0-experimental-7118f5dd7-20230705';
var ReactVersion = '18.3.0-experimental-9377e1010-20230712';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -6203,7 +6203,8 @@ function preloadPropsFromPreloadOptions(href, as, options) {
nonce: options.nonce,
fetchPriority: options.fetchPriority,
imageSrcSet: options.imageSrcSet,
imageSizes: options.imageSizes
imageSizes: options.imageSizes,
referrerPolicy: options.referrerPolicy
};
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -18,7 +18,7 @@ var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');
var stream = require('stream');

var ReactVersion = '18.3.0-experimental-7118f5dd7-20230705';
var ReactVersion = '18.3.0-experimental-9377e1010-20230712';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -6210,7 +6210,8 @@ function preloadPropsFromPreloadOptions(href, as, options) {
nonce: options.nonce,
fetchPriority: options.fetchPriority,
imageSrcSet: options.imageSrcSet,
imageSizes: options.imageSizes
imageSizes: options.imageSizes,
referrerPolicy: options.referrerPolicy
};
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -16,7 +16,7 @@ if (process.env.NODE_ENV !== "production") {

var React = require("next/dist/compiled/react-experimental");

var ReactVersion = '18.3.0-experimental-7118f5dd7-20230705';
var ReactVersion = '18.3.0-experimental-9377e1010-20230712';

var Internals = {
usingClientEntryPoint: false,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');

var ReactVersion = '18.3.0-experimental-7118f5dd7-20230705';
var ReactVersion = '18.3.0-experimental-9377e1010-20230712';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -6288,7 +6288,8 @@ function preloadPropsFromPreloadOptions(href, as, options) {
nonce: options.nonce,
fetchPriority: options.fetchPriority,
imageSrcSet: options.imageSrcSet,
imageSizes: options.imageSizes
imageSizes: options.imageSizes,
referrerPolicy: options.referrerPolicy
};
}

Expand Down

0 comments on commit 76cb8cf

Please sign in to comment.