react-dom 19.2.0-canary-a00ca6f6-20250611 → 19.2.0-canary-12bc60f5-20250613

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25490,11 +25490,11 @@
25490
25490
  };
25491
25491
  (function () {
25492
25492
  var isomorphicReactPackageVersion = React.version;
25493
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
25493
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
25494
25494
  throw Error(
25495
25495
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25496
25496
  (isomorphicReactPackageVersion +
25497
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
25497
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
25498
25498
  );
25499
25499
  })();
25500
25500
  ("function" === typeof Map &&
@@ -25531,10 +25531,10 @@
25531
25531
  !(function () {
25532
25532
  var internals = {
25533
25533
  bundleType: 1,
25534
- version: "19.2.0-canary-a00ca6f6-20250611",
25534
+ version: "19.2.0-canary-12bc60f5-20250613",
25535
25535
  rendererPackageName: "react-dom",
25536
25536
  currentDispatcherRef: ReactSharedInternals,
25537
- reconcilerVersion: "19.2.0-canary-a00ca6f6-20250611"
25537
+ reconcilerVersion: "19.2.0-canary-12bc60f5-20250613"
25538
25538
  };
25539
25539
  internals.overrideHookState = overrideHookState;
25540
25540
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25672,7 +25672,7 @@
25672
25672
  listenToAllSupportedEvents(container);
25673
25673
  return new ReactDOMHydrationRoot(initialChildren);
25674
25674
  };
25675
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
25675
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
25676
25676
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25677
25677
  "function" ===
25678
25678
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15710,14 +15710,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15710
15710
  };
15711
15711
  var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
15712
15712
  if (
15713
- "19.2.0-canary-a00ca6f6-20250611" !==
15713
+ "19.2.0-canary-12bc60f5-20250613" !==
15714
15714
  isomorphicReactPackageVersion$jscomp$inline_1851
15715
15715
  )
15716
15716
  throw Error(
15717
15717
  formatProdErrorMessage(
15718
15718
  527,
15719
15719
  isomorphicReactPackageVersion$jscomp$inline_1851,
15720
- "19.2.0-canary-a00ca6f6-20250611"
15720
+ "19.2.0-canary-12bc60f5-20250613"
15721
15721
  )
15722
15722
  );
15723
15723
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15739,10 +15739,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15739
15739
  };
15740
15740
  var internals$jscomp$inline_2344 = {
15741
15741
  bundleType: 0,
15742
- version: "19.2.0-canary-a00ca6f6-20250611",
15742
+ version: "19.2.0-canary-12bc60f5-20250613",
15743
15743
  rendererPackageName: "react-dom",
15744
15744
  currentDispatcherRef: ReactSharedInternals,
15745
- reconcilerVersion: "19.2.0-canary-a00ca6f6-20250611"
15745
+ reconcilerVersion: "19.2.0-canary-12bc60f5-20250613"
15746
15746
  };
15747
15747
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15748
15748
  var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15840,4 +15840,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15840
15840
  listenToAllSupportedEvents(container);
15841
15841
  return new ReactDOMHydrationRoot(initialChildren);
15842
15842
  };
15843
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
15843
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -25542,11 +25542,11 @@
25542
25542
  };
25543
25543
  (function () {
25544
25544
  var isomorphicReactPackageVersion = React.version;
25545
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
25545
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
25546
25546
  throw Error(
25547
25547
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25548
25548
  (isomorphicReactPackageVersion +
25549
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
25549
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
25550
25550
  );
25551
25551
  })();
25552
25552
  ("function" === typeof Map &&
@@ -25583,10 +25583,10 @@
25583
25583
  !(function () {
25584
25584
  var internals = {
25585
25585
  bundleType: 1,
25586
- version: "19.2.0-canary-a00ca6f6-20250611",
25586
+ version: "19.2.0-canary-12bc60f5-20250613",
25587
25587
  rendererPackageName: "react-dom",
25588
25588
  currentDispatcherRef: ReactSharedInternals,
25589
- reconcilerVersion: "19.2.0-canary-a00ca6f6-20250611"
25589
+ reconcilerVersion: "19.2.0-canary-12bc60f5-20250613"
25590
25590
  };
25591
25591
  internals.overrideHookState = overrideHookState;
25592
25592
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26054,7 +26054,7 @@
26054
26054
  exports.useFormStatus = function () {
26055
26055
  return resolveDispatcher().useHostTransitionStatus();
26056
26056
  };
26057
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
26057
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
26058
26058
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26059
26059
  "function" ===
26060
26060
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16411,14 +16411,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16411
16411
  };
16412
16412
  var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
16413
16413
  if (
16414
- "19.2.0-canary-a00ca6f6-20250611" !==
16414
+ "19.2.0-canary-12bc60f5-20250613" !==
16415
16415
  isomorphicReactPackageVersion$jscomp$inline_1955
16416
16416
  )
16417
16417
  throw Error(
16418
16418
  formatProdErrorMessage(
16419
16419
  527,
16420
16420
  isomorphicReactPackageVersion$jscomp$inline_1955,
16421
- "19.2.0-canary-a00ca6f6-20250611"
16421
+ "19.2.0-canary-12bc60f5-20250613"
16422
16422
  )
16423
16423
  );
16424
16424
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16440,10 +16440,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16440
16440
  };
16441
16441
  var internals$jscomp$inline_1962 = {
16442
16442
  bundleType: 0,
16443
- version: "19.2.0-canary-a00ca6f6-20250611",
16443
+ version: "19.2.0-canary-12bc60f5-20250613",
16444
16444
  rendererPackageName: "react-dom",
16445
16445
  currentDispatcherRef: ReactSharedInternals,
16446
- reconcilerVersion: "19.2.0-canary-a00ca6f6-20250611",
16446
+ reconcilerVersion: "19.2.0-canary-12bc60f5-20250613",
16447
16447
  getLaneLabelMap: function () {
16448
16448
  for (
16449
16449
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16716,7 +16716,7 @@ exports.useFormState = function (action, initialState, permalink) {
16716
16716
  exports.useFormStatus = function () {
16717
16717
  return ReactSharedInternals.H.useHostTransitionStatus();
16718
16718
  };
16719
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
16719
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
16720
16720
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16721
16721
  "function" ===
16722
16722
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9660,5 +9660,5 @@
9660
9660
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
9661
9661
  );
9662
9662
  };
9663
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
9663
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
9664
9664
  })();
@@ -6423,4 +6423,4 @@ exports.renderToString = function (children, options) {
6423
6423
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
6424
6424
  );
6425
6425
  };
6426
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
6426
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -9660,5 +9660,5 @@
9660
9660
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
9661
9661
  );
9662
9662
  };
9663
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
9663
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
9664
9664
  })();
@@ -6506,4 +6506,4 @@ exports.renderToString = function (children, options) {
6506
6506
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
6507
6507
  );
6508
6508
  };
6509
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
6509
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -8412,11 +8412,11 @@
8412
8412
  }
8413
8413
  function ensureCorrectIsomorphicReactVersion() {
8414
8414
  var isomorphicReactPackageVersion = React.version;
8415
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
8415
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
8416
8416
  throw Error(
8417
8417
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8418
8418
  (isomorphicReactPackageVersion +
8419
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
8419
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
8420
8420
  );
8421
8421
  }
8422
8422
  var React = require("react"),
@@ -10103,5 +10103,5 @@
10103
10103
  startWork(request);
10104
10104
  });
10105
10105
  };
10106
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
10106
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
10107
10107
  })();
@@ -6809,12 +6809,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6809
6809
  }
6810
6810
  function ensureCorrectIsomorphicReactVersion() {
6811
6811
  var isomorphicReactPackageVersion = React.version;
6812
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
6812
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
6813
6813
  throw Error(
6814
6814
  formatProdErrorMessage(
6815
6815
  527,
6816
6816
  isomorphicReactPackageVersion,
6817
- "19.2.0-canary-a00ca6f6-20250611"
6817
+ "19.2.0-canary-12bc60f5-20250613"
6818
6818
  )
6819
6819
  );
6820
6820
  }
@@ -6961,4 +6961,4 @@ exports.renderToReadableStream = function (children, options) {
6961
6961
  startWork(request);
6962
6962
  });
6963
6963
  };
6964
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
6964
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -9280,13 +9280,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
9280
9280
  }
9281
9281
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
9282
9282
  if (
9283
- "19.2.0-canary-a00ca6f6-20250611" !==
9283
+ "19.2.0-canary-12bc60f5-20250613" !==
9284
9284
  isomorphicReactPackageVersion$jscomp$inline_761
9285
9285
  )
9286
9286
  throw Error(
9287
9287
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9288
9288
  (isomorphicReactPackageVersion$jscomp$inline_761 +
9289
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
9289
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
9290
9290
  );
9291
9291
  exports.renderToReadableStream = function (children, options) {
9292
9292
  return new Promise(function (resolve, reject) {
@@ -9379,4 +9379,4 @@ exports.renderToReadableStream = function (children, options) {
9379
9379
  startWork(request$jscomp$0);
9380
9380
  });
9381
9381
  };
9382
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
9382
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -6454,13 +6454,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6454
6454
  }
6455
6455
  var isomorphicReactPackageVersion$jscomp$inline_813 = React.version;
6456
6456
  if (
6457
- "19.2.0-canary-a00ca6f6-20250611" !==
6457
+ "19.2.0-canary-12bc60f5-20250613" !==
6458
6458
  isomorphicReactPackageVersion$jscomp$inline_813
6459
6459
  )
6460
6460
  throw Error(
6461
6461
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6462
6462
  (isomorphicReactPackageVersion$jscomp$inline_813 +
6463
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
6463
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
6464
6464
  );
6465
6465
  exports.renderToReadableStream = function (children, options) {
6466
6466
  return new Promise(function (resolve, reject) {
@@ -6551,4 +6551,4 @@ exports.renderToReadableStream = function (children, options) {
6551
6551
  startWork(request);
6552
6552
  });
6553
6553
  };
6554
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
6554
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -8435,11 +8435,11 @@
8435
8435
  }
8436
8436
  function ensureCorrectIsomorphicReactVersion() {
8437
8437
  var isomorphicReactPackageVersion = React.version;
8438
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
8438
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
8439
8439
  throw Error(
8440
8440
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8441
8441
  (isomorphicReactPackageVersion +
8442
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
8442
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
8443
8443
  );
8444
8444
  }
8445
8445
  var React = require("react"),
@@ -10122,5 +10122,5 @@
10122
10122
  startWork(request);
10123
10123
  });
10124
10124
  };
10125
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
10125
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
10126
10126
  })();
@@ -6907,11 +6907,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6907
6907
  }
6908
6908
  function ensureCorrectIsomorphicReactVersion() {
6909
6909
  var isomorphicReactPackageVersion = React.version;
6910
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
6910
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
6911
6911
  throw Error(
6912
6912
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6913
6913
  (isomorphicReactPackageVersion +
6914
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
6914
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
6915
6915
  );
6916
6916
  }
6917
6917
  ensureCorrectIsomorphicReactVersion();
@@ -7057,4 +7057,4 @@ exports.renderToReadableStream = function (children, options) {
7057
7057
  startWork(request);
7058
7058
  });
7059
7059
  };
7060
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
7060
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -8310,11 +8310,11 @@
8310
8310
  }
8311
8311
  function ensureCorrectIsomorphicReactVersion() {
8312
8312
  var isomorphicReactPackageVersion = React.version;
8313
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
8313
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
8314
8314
  throw Error(
8315
8315
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8316
8316
  (isomorphicReactPackageVersion +
8317
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
8317
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
8318
8318
  );
8319
8319
  }
8320
8320
  function createDrainHandler(destination, request) {
@@ -10182,5 +10182,5 @@
10182
10182
  startWork(request);
10183
10183
  });
10184
10184
  };
10185
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
10185
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
10186
10186
  })();
@@ -6799,11 +6799,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6799
6799
  }
6800
6800
  function ensureCorrectIsomorphicReactVersion() {
6801
6801
  var isomorphicReactPackageVersion = React.version;
6802
- if ("19.2.0-canary-a00ca6f6-20250611" !== isomorphicReactPackageVersion)
6802
+ if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
6803
6803
  throw Error(
6804
6804
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6805
6805
  (isomorphicReactPackageVersion +
6806
- "\n - react-dom: 19.2.0-canary-a00ca6f6-20250611\nLearn more: https://react.dev/warnings/version-mismatch")
6806
+ "\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
6807
6807
  );
6808
6808
  }
6809
6809
  ensureCorrectIsomorphicReactVersion();
@@ -7141,4 +7141,4 @@ exports.renderToReadableStream = function (children, options) {
7141
7141
  startWork(request);
7142
7142
  });
7143
7143
  };
7144
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
7144
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
419
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
420
420
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
421
421
  "function" ===
422
422
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
207
207
  exports.useFormStatus = function () {
208
208
  return ReactSharedInternals.H.useHostTransitionStatus();
209
209
  };
210
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
210
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
339
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
340
340
  })();
@@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) {
149
149
  });
150
150
  } else Internals.d.m(href);
151
151
  };
152
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
152
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-a00ca6f6-20250611",
3
+ "version": "19.2.0-canary-12bc60f5-20250613",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "dependencies": {
20
- "scheduler": "0.27.0-canary-a00ca6f6-20250611"
20
+ "scheduler": "0.27.0-canary-12bc60f5-20250613"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-a00ca6f6-20250611"
23
+ "react": "19.2.0-canary-12bc60f5-20250613"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",