Add "canary" to list of allowed npm dist tags (#26767)

Forgot this allowlist existed. It's an extra safeguard, in case we mess
up the configuration somehow.

DiffTrain build for commit https://github.com/facebook/react/commit/388686f291afb2362fdc813c49f75b4132bc1314.
This commit is contained in:
acdlite
2023-05-03 16:42:38 +00:00
parent 13a44716f6
commit ff0533f6fe
7 changed files with 9 additions and 9 deletions
@@ -23918,7 +23918,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-canary-8a25302c6-20230503";
var ReactVersion = "18.3.0-canary-388686f29-20230503";
// Might add PROFILE later.
@@ -8623,7 +8623,7 @@ var devToolsConfig$jscomp$inline_1039 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-8a25302c6-20230503",
version: "18.3.0-canary-388686f29-20230503",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1238 = {
@@ -8654,7 +8654,7 @@ var internals$jscomp$inline_1238 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-8a25302c6-20230503"
reconcilerVersion: "18.3.0-canary-388686f29-20230503"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1239 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9049,7 +9049,7 @@ var devToolsConfig$jscomp$inline_1081 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-8a25302c6-20230503",
version: "18.3.0-canary-388686f29-20230503",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1279 = {
@@ -9080,7 +9080,7 @@ var internals$jscomp$inline_1279 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-8a25302c6-20230503"
reconcilerVersion: "18.3.0-canary-388686f29-20230503"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1280 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -27,7 +27,7 @@ if (
}
"use strict";
var ReactVersion = "18.3.0-canary-8a25302c6-20230503";
var ReactVersion = "18.3.0-canary-388686f29-20230503";
// ATTENTION
// When adding new symbols to this file,
@@ -645,4 +645,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-8a25302c6-20230503";
exports.version = "18.3.0-canary-388686f29-20230503";
@@ -648,7 +648,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-8a25302c6-20230503";
exports.version = "18.3.0-canary-388686f29-20230503";
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
@@ -1 +1 @@
8a25302c668d6f9a24f6680fb4947e9b388bb7d9
388686f291afb2362fdc813c49f75b4132bc1314