Skip to content

Commit afed35b

Browse files
committed
[eprh] Bump stable version (#32978)
https://www.npmjs.com/package/eslint-plugin-react-hooks/v/6.0.0 was just released, so we can bump this now. DiffTrain build for [b303610](b303610)
1 parent df7ab8b commit afed35b

35 files changed

+387
-377
lines changed

compiled/eslint-plugin-react-hooks/index.js

Lines changed: 301 additions & 291 deletions
Large diffs are not rendered by default.

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fea92d846284bb7f4427ccbe8c16aaf85f0e2943
1+
b303610c33ab903f6f0d9d1c6297b704781b3678
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fea92d846284bb7f4427ccbe8c16aaf85f0e2943
1+
b303610c33ab903f6f0d9d1c6297b704781b3678

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-classic-fea92d84-20250421";
1541+
exports.version = "19.2.0-www-classic-b303610c-20250421";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-modern-fea92d84-20250421";
1541+
exports.version = "19.2.0-www-modern-b303610c-20250421";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-classic-fea92d84-20250421";
639+
exports.version = "19.2.0-www-classic-b303610c-20250421";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-modern-fea92d84-20250421";
639+
exports.version = "19.2.0-www-modern-b303610c-20250421";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-classic-fea92d84-20250421";
643+
exports.version = "19.2.0-www-classic-b303610c-20250421";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-modern-fea92d84-20250421";
643+
exports.version = "19.2.0-www-modern-b303610c-20250421";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18558,10 +18558,10 @@ __DEV__ &&
1855818558
(function () {
1855918559
var internals = {
1856018560
bundleType: 1,
18561-
version: "19.2.0-www-classic-fea92d84-20250421",
18561+
version: "19.2.0-www-classic-b303610c-20250421",
1856218562
rendererPackageName: "react-art",
1856318563
currentDispatcherRef: ReactSharedInternals,
18564-
reconcilerVersion: "19.2.0-www-classic-fea92d84-20250421"
18564+
reconcilerVersion: "19.2.0-www-classic-b303610c-20250421"
1856518565
};
1856618566
internals.overrideHookState = overrideHookState;
1856718567
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18595,7 +18595,7 @@ __DEV__ &&
1859518595
exports.Shape = Shape;
1859618596
exports.Surface = Surface;
1859718597
exports.Text = Text;
18598-
exports.version = "19.2.0-www-classic-fea92d84-20250421";
18598+
exports.version = "19.2.0-www-classic-b303610c-20250421";
1859918599
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1860018600
"function" ===
1860118601
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)