react-dom 19.0.0-rc-19bd26be-20240815 → 19.0.0-rc-fa6eab58-20240815

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.
@@ -24210,11 +24210,11 @@
24210
24210
  };
24211
24211
  (function () {
24212
24212
  var isomorphicReactPackageVersion = React.version;
24213
- if ("19.0.0-rc-19bd26be-20240815" !== isomorphicReactPackageVersion)
24213
+ if ("19.0.0-rc-fa6eab58-20240815" !== isomorphicReactPackageVersion)
24214
24214
  throw Error(
24215
24215
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24216
24216
  (isomorphicReactPackageVersion +
24217
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
24217
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
24218
24218
  );
24219
24219
  })();
24220
24220
  ("function" === typeof Map &&
@@ -24251,11 +24251,11 @@
24251
24251
  !(function () {
24252
24252
  var internals = {
24253
24253
  bundleType: 1,
24254
- version: "19.0.0-rc-19bd26be-20240815",
24254
+ version: "19.0.0-rc-fa6eab58-20240815",
24255
24255
  rendererPackageName: "react-dom",
24256
24256
  currentDispatcherRef: ReactSharedInternals,
24257
24257
  findFiberByHostInstance: getClosestInstanceFromNode,
24258
- reconcilerVersion: "19.0.0-rc-19bd26be-20240815"
24258
+ reconcilerVersion: "19.0.0-rc-fa6eab58-20240815"
24259
24259
  };
24260
24260
  internals.overrideHookState = overrideHookState;
24261
24261
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24399,7 +24399,7 @@
24399
24399
  listenToAllSupportedEvents(container);
24400
24400
  return new ReactDOMHydrationRoot(initialChildren);
24401
24401
  };
24402
- exports.version = "19.0.0-rc-19bd26be-20240815";
24402
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
24403
24403
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24404
24404
  "function" ===
24405
24405
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -14740,14 +14740,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
14740
14740
  };
14741
14741
  var isomorphicReactPackageVersion$jscomp$inline_1669 = React.version;
14742
14742
  if (
14743
- "19.0.0-rc-19bd26be-20240815" !==
14743
+ "19.0.0-rc-fa6eab58-20240815" !==
14744
14744
  isomorphicReactPackageVersion$jscomp$inline_1669
14745
14745
  )
14746
14746
  throw Error(
14747
14747
  formatProdErrorMessage(
14748
14748
  527,
14749
14749
  isomorphicReactPackageVersion$jscomp$inline_1669,
14750
- "19.0.0-rc-19bd26be-20240815"
14750
+ "19.0.0-rc-fa6eab58-20240815"
14751
14751
  )
14752
14752
  );
14753
14753
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -14769,11 +14769,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
14769
14769
  };
14770
14770
  var internals$jscomp$inline_2045 = {
14771
14771
  bundleType: 0,
14772
- version: "19.0.0-rc-19bd26be-20240815",
14772
+ version: "19.0.0-rc-fa6eab58-20240815",
14773
14773
  rendererPackageName: "react-dom",
14774
14774
  currentDispatcherRef: ReactSharedInternals,
14775
14775
  findFiberByHostInstance: getClosestInstanceFromNode,
14776
- reconcilerVersion: "19.0.0-rc-19bd26be-20240815"
14776
+ reconcilerVersion: "19.0.0-rc-fa6eab58-20240815"
14777
14777
  };
14778
14778
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
14779
14779
  var hook$jscomp$inline_2046 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -14877,4 +14877,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
14877
14877
  listenToAllSupportedEvents(container);
14878
14878
  return new ReactDOMHydrationRoot(initialChildren);
14879
14879
  };
14880
- exports.version = "19.0.0-rc-19bd26be-20240815";
14880
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -24267,11 +24267,11 @@
24267
24267
  };
24268
24268
  (function () {
24269
24269
  var isomorphicReactPackageVersion = React.version;
24270
- if ("19.0.0-rc-19bd26be-20240815" !== isomorphicReactPackageVersion)
24270
+ if ("19.0.0-rc-fa6eab58-20240815" !== isomorphicReactPackageVersion)
24271
24271
  throw Error(
24272
24272
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24273
24273
  (isomorphicReactPackageVersion +
24274
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
24274
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
24275
24275
  );
24276
24276
  })();
24277
24277
  ("function" === typeof Map &&
@@ -24308,11 +24308,11 @@
24308
24308
  !(function () {
24309
24309
  var internals = {
24310
24310
  bundleType: 1,
24311
- version: "19.0.0-rc-19bd26be-20240815",
24311
+ version: "19.0.0-rc-fa6eab58-20240815",
24312
24312
  rendererPackageName: "react-dom",
24313
24313
  currentDispatcherRef: ReactSharedInternals,
24314
24314
  findFiberByHostInstance: getClosestInstanceFromNode,
24315
- reconcilerVersion: "19.0.0-rc-19bd26be-20240815"
24315
+ reconcilerVersion: "19.0.0-rc-fa6eab58-20240815"
24316
24316
  };
24317
24317
  internals.overrideHookState = overrideHookState;
24318
24318
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24786,7 +24786,7 @@
24786
24786
  exports.useFormStatus = function () {
24787
24787
  return resolveDispatcher().useHostTransitionStatus();
24788
24788
  };
24789
- exports.version = "19.0.0-rc-19bd26be-20240815";
24789
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
24790
24790
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24791
24791
  "function" ===
24792
24792
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15443,14 +15443,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15443
15443
  };
15444
15444
  var isomorphicReactPackageVersion$jscomp$inline_1758 = React.version;
15445
15445
  if (
15446
- "19.0.0-rc-19bd26be-20240815" !==
15446
+ "19.0.0-rc-fa6eab58-20240815" !==
15447
15447
  isomorphicReactPackageVersion$jscomp$inline_1758
15448
15448
  )
15449
15449
  throw Error(
15450
15450
  formatProdErrorMessage(
15451
15451
  527,
15452
15452
  isomorphicReactPackageVersion$jscomp$inline_1758,
15453
- "19.0.0-rc-19bd26be-20240815"
15453
+ "19.0.0-rc-fa6eab58-20240815"
15454
15454
  )
15455
15455
  );
15456
15456
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15472,11 +15472,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15472
15472
  };
15473
15473
  var internals$jscomp$inline_1765 = {
15474
15474
  bundleType: 0,
15475
- version: "19.0.0-rc-19bd26be-20240815",
15475
+ version: "19.0.0-rc-fa6eab58-20240815",
15476
15476
  rendererPackageName: "react-dom",
15477
15477
  currentDispatcherRef: ReactSharedInternals,
15478
15478
  findFiberByHostInstance: getClosestInstanceFromNode,
15479
- reconcilerVersion: "19.0.0-rc-19bd26be-20240815",
15479
+ reconcilerVersion: "19.0.0-rc-fa6eab58-20240815",
15480
15480
  getLaneLabelMap: function () {
15481
15481
  for (
15482
15482
  var map = new Map(), lane = 1, index$287 = 0;
@@ -15756,7 +15756,7 @@ exports.useFormState = function (action, initialState, permalink) {
15756
15756
  exports.useFormStatus = function () {
15757
15757
  return ReactSharedInternals.H.useHostTransitionStatus();
15758
15758
  };
15759
- exports.version = "19.0.0-rc-19bd26be-20240815";
15759
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
15760
15760
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15761
15761
  "function" ===
15762
15762
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8526,5 +8526,5 @@
8526
8526
  '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'
8527
8527
  );
8528
8528
  };
8529
- exports.version = "19.0.0-rc-19bd26be-20240815";
8529
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
8530
8530
  })();
@@ -5589,4 +5589,4 @@ exports.renderToString = function (children, options) {
5589
5589
  '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'
5590
5590
  );
5591
5591
  };
5592
- exports.version = "19.0.0-rc-19bd26be-20240815";
5592
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -8526,5 +8526,5 @@
8526
8526
  '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'
8527
8527
  );
8528
8528
  };
8529
- exports.version = "19.0.0-rc-19bd26be-20240815";
8529
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
8530
8530
  })();
@@ -5667,4 +5667,4 @@ exports.renderToString = function (children, options) {
5667
5667
  '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'
5668
5668
  );
5669
5669
  };
5670
- exports.version = "19.0.0-rc-19bd26be-20240815";
5670
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -8693,11 +8693,11 @@
8693
8693
  didWarnAboutMaps = !1;
8694
8694
  (function () {
8695
8695
  var isomorphicReactPackageVersion = React.version;
8696
- if ("19.0.0-rc-19bd26be-20240815" !== isomorphicReactPackageVersion)
8696
+ if ("19.0.0-rc-fa6eab58-20240815" !== isomorphicReactPackageVersion)
8697
8697
  throw Error(
8698
8698
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8699
8699
  (isomorphicReactPackageVersion +
8700
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8700
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8701
8701
  );
8702
8702
  })();
8703
8703
  exports.renderToReadableStream = function (children, options) {
@@ -8790,5 +8790,5 @@
8790
8790
  startWork(request$jscomp$0);
8791
8791
  });
8792
8792
  };
8793
- exports.version = "19.0.0-rc-19bd26be-20240815";
8793
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
8794
8794
  })();
@@ -5858,14 +5858,14 @@ function abort(request, reason) {
5858
5858
  }
5859
5859
  var isomorphicReactPackageVersion$jscomp$inline_742 = React.version;
5860
5860
  if (
5861
- "19.0.0-rc-19bd26be-20240815" !==
5861
+ "19.0.0-rc-fa6eab58-20240815" !==
5862
5862
  isomorphicReactPackageVersion$jscomp$inline_742
5863
5863
  )
5864
5864
  throw Error(
5865
5865
  formatProdErrorMessage(
5866
5866
  527,
5867
5867
  isomorphicReactPackageVersion$jscomp$inline_742,
5868
- "19.0.0-rc-19bd26be-20240815"
5868
+ "19.0.0-rc-fa6eab58-20240815"
5869
5869
  )
5870
5870
  );
5871
5871
  exports.renderToReadableStream = function (children, options) {
@@ -5954,4 +5954,4 @@ exports.renderToReadableStream = function (children, options) {
5954
5954
  startWork(request);
5955
5955
  });
5956
5956
  };
5957
- exports.version = "19.0.0-rc-19bd26be-20240815";
5957
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -8149,13 +8149,13 @@ function abort(request, reason) {
8149
8149
  }
8150
8150
  var isomorphicReactPackageVersion$jscomp$inline_722 = React.version;
8151
8151
  if (
8152
- "19.0.0-rc-19bd26be-20240815" !==
8152
+ "19.0.0-rc-fa6eab58-20240815" !==
8153
8153
  isomorphicReactPackageVersion$jscomp$inline_722
8154
8154
  )
8155
8155
  throw Error(
8156
8156
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8157
8157
  (isomorphicReactPackageVersion$jscomp$inline_722 +
8158
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8158
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8159
8159
  );
8160
8160
  exports.renderToReadableStream = function (children, options) {
8161
8161
  return new Promise(function (resolve, reject) {
@@ -8247,4 +8247,4 @@ exports.renderToReadableStream = function (children, options) {
8247
8247
  startWork(request$jscomp$0);
8248
8248
  });
8249
8249
  };
8250
- exports.version = "19.0.0-rc-19bd26be-20240815";
8250
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -5555,13 +5555,13 @@ function abort(request, reason) {
5555
5555
  }
5556
5556
  var isomorphicReactPackageVersion$jscomp$inline_746 = React.version;
5557
5557
  if (
5558
- "19.0.0-rc-19bd26be-20240815" !==
5558
+ "19.0.0-rc-fa6eab58-20240815" !==
5559
5559
  isomorphicReactPackageVersion$jscomp$inline_746
5560
5560
  )
5561
5561
  throw Error(
5562
5562
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5563
5563
  (isomorphicReactPackageVersion$jscomp$inline_746 +
5564
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
5564
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
5565
5565
  );
5566
5566
  exports.renderToReadableStream = function (children, options) {
5567
5567
  return new Promise(function (resolve, reject) {
@@ -5649,4 +5649,4 @@ exports.renderToReadableStream = function (children, options) {
5649
5649
  startWork(request);
5650
5650
  });
5651
5651
  };
5652
- exports.version = "19.0.0-rc-19bd26be-20240815";
5652
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -8708,11 +8708,11 @@
8708
8708
  didWarnAboutMaps = !1;
8709
8709
  (function () {
8710
8710
  var isomorphicReactPackageVersion = React.version;
8711
- if ("19.0.0-rc-19bd26be-20240815" !== isomorphicReactPackageVersion)
8711
+ if ("19.0.0-rc-fa6eab58-20240815" !== isomorphicReactPackageVersion)
8712
8712
  throw Error(
8713
8713
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8714
8714
  (isomorphicReactPackageVersion +
8715
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8715
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8716
8716
  );
8717
8717
  })();
8718
8718
  exports.renderToReadableStream = function (children, options) {
@@ -8805,5 +8805,5 @@
8805
8805
  startWork(request$jscomp$0);
8806
8806
  });
8807
8807
  };
8808
- exports.version = "19.0.0-rc-19bd26be-20240815";
8808
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
8809
8809
  })();
@@ -5948,13 +5948,13 @@ function abort(request, reason) {
5948
5948
  }
5949
5949
  var isomorphicReactPackageVersion$jscomp$inline_750 = React.version;
5950
5950
  if (
5951
- "19.0.0-rc-19bd26be-20240815" !==
5951
+ "19.0.0-rc-fa6eab58-20240815" !==
5952
5952
  isomorphicReactPackageVersion$jscomp$inline_750
5953
5953
  )
5954
5954
  throw Error(
5955
5955
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5956
5956
  (isomorphicReactPackageVersion$jscomp$inline_750 +
5957
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
5957
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
5958
5958
  );
5959
5959
  exports.renderToReadableStream = function (children, options) {
5960
5960
  return new Promise(function (resolve, reject) {
@@ -6042,4 +6042,4 @@ exports.renderToReadableStream = function (children, options) {
6042
6042
  startWork(request);
6043
6043
  });
6044
6044
  };
6045
- exports.version = "19.0.0-rc-19bd26be-20240815";
6045
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -8583,11 +8583,11 @@
8583
8583
  didWarnAboutMaps = !1;
8584
8584
  (function () {
8585
8585
  var isomorphicReactPackageVersion = React.version;
8586
- if ("19.0.0-rc-19bd26be-20240815" !== isomorphicReactPackageVersion)
8586
+ if ("19.0.0-rc-fa6eab58-20240815" !== isomorphicReactPackageVersion)
8587
8587
  throw Error(
8588
8588
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8589
8589
  (isomorphicReactPackageVersion +
8590
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8590
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
8591
8591
  );
8592
8592
  })();
8593
8593
  exports.renderToPipeableStream = function (children, options) {
@@ -8629,5 +8629,5 @@
8629
8629
  }
8630
8630
  };
8631
8631
  };
8632
- exports.version = "19.0.0-rc-19bd26be-20240815";
8632
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
8633
8633
  })();
@@ -5614,13 +5614,13 @@ function abort(request, reason) {
5614
5614
  }
5615
5615
  var isomorphicReactPackageVersion$jscomp$inline_773 = React.version;
5616
5616
  if (
5617
- "19.0.0-rc-19bd26be-20240815" !==
5617
+ "19.0.0-rc-fa6eab58-20240815" !==
5618
5618
  isomorphicReactPackageVersion$jscomp$inline_773
5619
5619
  )
5620
5620
  throw Error(
5621
5621
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5622
5622
  (isomorphicReactPackageVersion$jscomp$inline_773 +
5623
- "\n - react-dom: 19.0.0-rc-19bd26be-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
5623
+ "\n - react-dom: 19.0.0-rc-fa6eab58-20240815\nLearn more: https://react.dev/warnings/version-mismatch")
5624
5624
  );
5625
5625
  function createDrainHandler(destination, request) {
5626
5626
  return function () {
@@ -5895,4 +5895,4 @@ exports.renderToPipeableStream = function (children, options) {
5895
5895
  }
5896
5896
  };
5897
5897
  };
5898
- exports.version = "19.0.0-rc-19bd26be-20240815";
5898
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.0.0-rc-19bd26be-20240815";
419
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
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.0.0-rc-19bd26be-20240815";
210
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.0.0-rc-19bd26be-20240815";
339
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
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.0.0-rc-19bd26be-20240815";
152
+ exports.version = "19.0.0-rc-fa6eab58-20240815";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.0.0-rc-19bd26be-20240815",
3
+ "version": "19.0.0-rc-fa6eab58-20240815",
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.25.0-rc-19bd26be-20240815"
20
+ "scheduler": "0.25.0-rc-fa6eab58-20240815"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.0.0-rc-19bd26be-20240815"
23
+ "react": "19.0.0-rc-fa6eab58-20240815"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",