react-dom 19.0.0-rc-eb259b5d3b-20240605 → 19.0.0-rc-827cbea417-20240606

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.
@@ -36424,7 +36424,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
36424
36424
  return root;
36425
36425
  }
36426
36426
 
36427
- var ReactVersion = '19.0.0-rc-eb259b5d3b-20240605';
36427
+ var ReactVersion = '19.0.0-rc-827cbea417-20240606';
36428
36428
 
36429
36429
  // Might add PROFILE later.
36430
36430
 
@@ -14626,14 +14626,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
14626
14626
  };
14627
14627
  var isomorphicReactPackageVersion$jscomp$inline_1651 = React.version;
14628
14628
  if (
14629
- "19.0.0-rc-eb259b5d3b-20240605" !==
14629
+ "19.0.0-rc-827cbea417-20240606" !==
14630
14630
  isomorphicReactPackageVersion$jscomp$inline_1651
14631
14631
  )
14632
14632
  throw Error(
14633
14633
  formatProdErrorMessage(
14634
14634
  527,
14635
14635
  isomorphicReactPackageVersion$jscomp$inline_1651,
14636
- "19.0.0-rc-eb259b5d3b-20240605"
14636
+ "19.0.0-rc-827cbea417-20240606"
14637
14637
  )
14638
14638
  );
14639
14639
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -14652,7 +14652,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
14652
14652
  var devToolsConfig$jscomp$inline_1658 = {
14653
14653
  findFiberByHostInstance: getClosestInstanceFromNode,
14654
14654
  bundleType: 0,
14655
- version: "19.0.0-rc-eb259b5d3b-20240605",
14655
+ version: "19.0.0-rc-827cbea417-20240606",
14656
14656
  rendererPackageName: "react-dom"
14657
14657
  };
14658
14658
  var internals$jscomp$inline_2036 = {
@@ -14682,7 +14682,7 @@ var internals$jscomp$inline_2036 = {
14682
14682
  scheduleRoot: null,
14683
14683
  setRefreshHandler: null,
14684
14684
  getCurrentFiber: null,
14685
- reconcilerVersion: "19.0.0-rc-eb259b5d3b-20240605"
14685
+ reconcilerVersion: "19.0.0-rc-827cbea417-20240606"
14686
14686
  };
14687
14687
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
14688
14688
  var hook$jscomp$inline_2037 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -14788,4 +14788,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
14788
14788
  listenToAllSupportedEvents(container);
14789
14789
  return new ReactDOMHydrationRoot(initialChildren);
14790
14790
  };
14791
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
14791
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -36472,7 +36472,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
36472
36472
  return root;
36473
36473
  }
36474
36474
 
36475
- var ReactVersion = '19.0.0-rc-eb259b5d3b-20240605';
36475
+ var ReactVersion = '19.0.0-rc-827cbea417-20240606';
36476
36476
 
36477
36477
  function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
36478
36478
  implementation) {
@@ -15336,14 +15336,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15336
15336
  };
15337
15337
  var isomorphicReactPackageVersion$jscomp$inline_1739 = React.version;
15338
15338
  if (
15339
- "19.0.0-rc-eb259b5d3b-20240605" !==
15339
+ "19.0.0-rc-827cbea417-20240606" !==
15340
15340
  isomorphicReactPackageVersion$jscomp$inline_1739
15341
15341
  )
15342
15342
  throw Error(
15343
15343
  formatProdErrorMessage(
15344
15344
  527,
15345
15345
  isomorphicReactPackageVersion$jscomp$inline_1739,
15346
- "19.0.0-rc-eb259b5d3b-20240605"
15346
+ "19.0.0-rc-827cbea417-20240606"
15347
15347
  )
15348
15348
  );
15349
15349
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15362,7 +15362,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15362
15362
  var devToolsConfig$jscomp$inline_1746 = {
15363
15363
  findFiberByHostInstance: getClosestInstanceFromNode,
15364
15364
  bundleType: 0,
15365
- version: "19.0.0-rc-eb259b5d3b-20240605",
15365
+ version: "19.0.0-rc-827cbea417-20240606",
15366
15366
  rendererPackageName: "react-dom"
15367
15367
  };
15368
15368
  (function (internals) {
@@ -15405,7 +15405,7 @@ var devToolsConfig$jscomp$inline_1746 = {
15405
15405
  scheduleRoot: null,
15406
15406
  setRefreshHandler: null,
15407
15407
  getCurrentFiber: null,
15408
- reconcilerVersion: "19.0.0-rc-eb259b5d3b-20240605"
15408
+ reconcilerVersion: "19.0.0-rc-827cbea417-20240606"
15409
15409
  });
15410
15410
  function noop() {}
15411
15411
  function getCrossOriginStringAs(as, input) {
@@ -15659,7 +15659,7 @@ exports.useFormState = function (action, initialState, permalink) {
15659
15659
  exports.useFormStatus = function () {
15660
15660
  return ReactSharedInternals.H.useHostTransitionStatus();
15661
15661
  };
15662
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
15662
+ exports.version = "19.0.0-rc-827cbea417-20240606";
15663
15663
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15664
15664
  "function" ===
15665
15665
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
17
17
  var React = require('react');
18
18
  var ReactDOM = require('react-dom');
19
19
 
20
- var ReactVersion = '19.0.0-rc-eb259b5d3b-20240605';
20
+ var ReactVersion = '19.0.0-rc-827cbea417-20240606';
21
21
 
22
22
  var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
23
23
 
@@ -5469,4 +5469,4 @@ exports.renderToString = function (children, options) {
5469
5469
  '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'
5470
5470
  );
5471
5471
  };
5472
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
5472
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
17
17
  var React = require('react');
18
18
  var ReactDOM = require('react-dom');
19
19
 
20
- var ReactVersion = '19.0.0-rc-eb259b5d3b-20240605';
20
+ var ReactVersion = '19.0.0-rc-827cbea417-20240606';
21
21
 
22
22
  var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
23
23
 
@@ -5551,4 +5551,4 @@ exports.renderToString = function (children, options) {
5551
5551
  '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'
5552
5552
  );
5553
5553
  };
5554
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
5554
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
17
17
  var React = require('react');
18
18
  var ReactDOM = require('react-dom');
19
19
 
20
- var reactDOMPackageVersion = '19.0.0-rc-eb259b5d3b-20240605';
20
+ var reactDOMPackageVersion = '19.0.0-rc-827cbea417-20240606';
21
21
 
22
22
  var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
23
23
 
@@ -503,8 +503,20 @@ function murmurhash3_32_gc(key, seed) {
503
503
  return h1 >>> 0;
504
504
  }
505
505
 
506
+ var channel = new MessageChannel();
507
+ var taskQueue = [];
508
+
509
+ channel.port1.onmessage = function () {
510
+ var task = taskQueue.shift();
511
+
512
+ if (task) {
513
+ task();
514
+ }
515
+ };
516
+
506
517
  function scheduleWork(callback) {
507
- callback();
518
+ taskQueue.push(callback);
519
+ channel.port2.postMessage(null);
508
520
  }
509
521
  var VIEW_SIZE = 2048;
510
522
  var currentView = null;
@@ -123,6 +123,16 @@ function murmurhash3_32_gc(key, seed) {
123
123
  4294967295;
124
124
  return (h1 ^ (h1 >>> 16)) >>> 0;
125
125
  }
126
+ var channel = new MessageChannel(),
127
+ taskQueue = [];
128
+ channel.port1.onmessage = function () {
129
+ var task = taskQueue.shift();
130
+ task && task();
131
+ };
132
+ function scheduleWork(callback) {
133
+ taskQueue.push(callback);
134
+ channel.port2.postMessage(null);
135
+ }
126
136
  var currentView = null,
127
137
  writtenBytes = 0;
128
138
  function writeChunk(destination, chunk) {
@@ -3743,7 +3753,9 @@ function pingTask(request, task) {
3743
3753
  request.pingedTasks.push(task);
3744
3754
  1 === request.pingedTasks.length &&
3745
3755
  ((request.flushScheduled = null !== request.destination),
3746
- performWork(request));
3756
+ scheduleWork(function () {
3757
+ return performWork(request);
3758
+ }));
3747
3759
  }
3748
3760
  function createSuspenseBoundary(request, fallbackAbortableTasks) {
3749
3761
  return {
@@ -5685,18 +5697,27 @@ function flushCompletedQueues(request, destination) {
5685
5697
  : completeWriting(destination);
5686
5698
  }
5687
5699
  }
5700
+ function startWork(request) {
5701
+ request.flushScheduled = null !== request.destination;
5702
+ scheduleWork(function () {
5703
+ return performWork(request);
5704
+ });
5705
+ null === request.trackedPostpones &&
5706
+ scheduleWork(function () {
5707
+ safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
5708
+ });
5709
+ }
5688
5710
  function enqueueFlush(request) {
5689
- if (
5690
- !1 === request.flushScheduled &&
5711
+ !1 === request.flushScheduled &&
5691
5712
  0 === request.pingedTasks.length &&
5692
- null !== request.destination
5693
- ) {
5694
- request.flushScheduled = !0;
5695
- var destination = request.destination;
5696
- destination
5697
- ? flushCompletedQueues(request, destination)
5698
- : (request.flushScheduled = !1);
5699
- }
5713
+ null !== request.destination &&
5714
+ ((request.flushScheduled = !0),
5715
+ scheduleWork(function () {
5716
+ var destination = request.destination;
5717
+ destination
5718
+ ? flushCompletedQueues(request, destination)
5719
+ : (request.flushScheduled = !1);
5720
+ }));
5700
5721
  }
5701
5722
  function abort(request, reason) {
5702
5723
  try {
@@ -5715,16 +5736,16 @@ function abort(request, reason) {
5715
5736
  logRecoverableError(request, error$46, {}), fatalError(request, error$46);
5716
5737
  }
5717
5738
  }
5718
- var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
5739
+ var isomorphicReactPackageVersion$jscomp$inline_720 = React.version;
5719
5740
  if (
5720
- "19.0.0-rc-eb259b5d3b-20240605" !==
5721
- isomorphicReactPackageVersion$jscomp$inline_728
5741
+ "19.0.0-rc-827cbea417-20240606" !==
5742
+ isomorphicReactPackageVersion$jscomp$inline_720
5722
5743
  )
5723
5744
  throw Error(
5724
5745
  formatProdErrorMessage(
5725
5746
  527,
5726
- isomorphicReactPackageVersion$jscomp$inline_728,
5727
- "19.0.0-rc-eb259b5d3b-20240605"
5747
+ isomorphicReactPackageVersion$jscomp$inline_720,
5748
+ "19.0.0-rc-827cbea417-20240606"
5728
5749
  )
5729
5750
  );
5730
5751
  exports.renderToReadableStream = function (children, options) {
@@ -5810,10 +5831,7 @@ exports.renderToReadableStream = function (children, options) {
5810
5831
  signal.addEventListener("abort", listener);
5811
5832
  }
5812
5833
  }
5813
- request.flushScheduled = null !== request.destination;
5814
- performWork(request);
5815
- null === request.trackedPostpones &&
5816
- safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
5834
+ startWork(request);
5817
5835
  });
5818
5836
  };
5819
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
5837
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -13,7 +13,7 @@
13
13
  var React = require('react');
14
14
  var ReactDOM = require('react-dom');
15
15
 
16
- var reactDOMPackageVersion = '19.0.0-rc-eb259b5d3b-20240605';
16
+ var reactDOMPackageVersion = '19.0.0-rc-827cbea417-20240606';
17
17
 
18
18
  var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
19
19
 
@@ -409,7 +409,7 @@ function describeObjectForErrorMessage(objectOrArray, expandedName) {
409
409
 
410
410
  /* global Bun */
411
411
  function scheduleWork(callback) {
412
- callback();
412
+ setTimeout(callback, 0);
413
413
  }
414
414
  function flushBuffered(destination) {
415
415
  // Bun direct streams provide a flush function.
@@ -3426,7 +3426,9 @@ function pingTask(request, task) {
3426
3426
  request.pingedTasks.push(task);
3427
3427
  1 === request.pingedTasks.length &&
3428
3428
  ((request.flushScheduled = null !== request.destination),
3429
- performWork(request));
3429
+ setTimeout(function () {
3430
+ return performWork(request);
3431
+ }, 0));
3430
3432
  }
3431
3433
  function createSuspenseBoundary(request, fallbackAbortableTasks) {
3432
3434
  return {
@@ -5396,18 +5398,27 @@ function flushCompletedQueues(request, destination) {
5396
5398
  : flushBuffered(destination);
5397
5399
  }
5398
5400
  }
5401
+ function startWork(request) {
5402
+ request.flushScheduled = null !== request.destination;
5403
+ setTimeout(function () {
5404
+ return performWork(request);
5405
+ }, 0);
5406
+ null === request.trackedPostpones &&
5407
+ setTimeout(function () {
5408
+ safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
5409
+ }, 0);
5410
+ }
5399
5411
  function enqueueFlush(request) {
5400
- if (
5401
- !1 === request.flushScheduled &&
5412
+ !1 === request.flushScheduled &&
5402
5413
  0 === request.pingedTasks.length &&
5403
- null !== request.destination
5404
- ) {
5405
- request.flushScheduled = !0;
5406
- var destination = request.destination;
5407
- destination
5408
- ? flushCompletedQueues(request, destination)
5409
- : (request.flushScheduled = !1);
5410
- }
5414
+ null !== request.destination &&
5415
+ ((request.flushScheduled = !0),
5416
+ setTimeout(function () {
5417
+ var destination = request.destination;
5418
+ destination
5419
+ ? flushCompletedQueues(request, destination)
5420
+ : (request.flushScheduled = !1);
5421
+ }, 0));
5411
5422
  }
5412
5423
  function abort(request, reason) {
5413
5424
  try {
@@ -5430,13 +5441,13 @@ function abort(request, reason) {
5430
5441
  }
5431
5442
  var isomorphicReactPackageVersion$jscomp$inline_724 = React.version;
5432
5443
  if (
5433
- "19.0.0-rc-eb259b5d3b-20240605" !==
5444
+ "19.0.0-rc-827cbea417-20240606" !==
5434
5445
  isomorphicReactPackageVersion$jscomp$inline_724
5435
5446
  )
5436
5447
  throw Error(
5437
5448
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5438
5449
  (isomorphicReactPackageVersion$jscomp$inline_724 +
5439
- "\n - react-dom: 19.0.0-rc-eb259b5d3b-20240605\nLearn more: https://react.dev/warnings/version-mismatch")
5450
+ "\n - react-dom: 19.0.0-rc-827cbea417-20240606\nLearn more: https://react.dev/warnings/version-mismatch")
5440
5451
  );
5441
5452
  exports.renderToReadableStream = function (children, options) {
5442
5453
  return new Promise(function (resolve, reject) {
@@ -5521,10 +5532,7 @@ exports.renderToReadableStream = function (children, options) {
5521
5532
  signal.addEventListener("abort", listener);
5522
5533
  }
5523
5534
  }
5524
- request.flushScheduled = null !== request.destination;
5525
- performWork(request);
5526
- null === request.trackedPostpones &&
5527
- safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
5535
+ startWork(request);
5528
5536
  });
5529
5537
  };
5530
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
5538
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
17
17
  var React = require('react');
18
18
  var ReactDOM = require('react-dom');
19
19
 
20
- var reactDOMPackageVersion = '19.0.0-rc-eb259b5d3b-20240605';
20
+ var reactDOMPackageVersion = '19.0.0-rc-827cbea417-20240606';
21
21
 
22
22
  var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
23
23
 
@@ -5832,13 +5832,13 @@ function abort(request, reason) {
5832
5832
  }
5833
5833
  var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
5834
5834
  if (
5835
- "19.0.0-rc-eb259b5d3b-20240605" !==
5835
+ "19.0.0-rc-827cbea417-20240606" !==
5836
5836
  isomorphicReactPackageVersion$jscomp$inline_728
5837
5837
  )
5838
5838
  throw Error(
5839
5839
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5840
5840
  (isomorphicReactPackageVersion$jscomp$inline_728 +
5841
- "\n - react-dom: 19.0.0-rc-eb259b5d3b-20240605\nLearn more: https://react.dev/warnings/version-mismatch")
5841
+ "\n - react-dom: 19.0.0-rc-827cbea417-20240606\nLearn more: https://react.dev/warnings/version-mismatch")
5842
5842
  );
5843
5843
  exports.renderToReadableStream = function (children, options) {
5844
5844
  return new Promise(function (resolve, reject) {
@@ -5926,4 +5926,4 @@ exports.renderToReadableStream = function (children, options) {
5926
5926
  startWork(request);
5927
5927
  });
5928
5928
  };
5929
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
5929
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -20,7 +20,7 @@ var crypto = require('crypto');
20
20
  var async_hooks = require('async_hooks');
21
21
  var ReactDOM = require('react-dom');
22
22
 
23
- var reactDOMPackageVersion = '19.0.0-rc-eb259b5d3b-20240605';
23
+ var reactDOMPackageVersion = '19.0.0-rc-827cbea417-20240606';
24
24
 
25
25
  var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
26
26
 
@@ -5456,13 +5456,13 @@ function abort(request, reason) {
5456
5456
  }
5457
5457
  var isomorphicReactPackageVersion$jscomp$inline_751 = React.version;
5458
5458
  if (
5459
- "19.0.0-rc-eb259b5d3b-20240605" !==
5459
+ "19.0.0-rc-827cbea417-20240606" !==
5460
5460
  isomorphicReactPackageVersion$jscomp$inline_751
5461
5461
  )
5462
5462
  throw Error(
5463
5463
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5464
5464
  (isomorphicReactPackageVersion$jscomp$inline_751 +
5465
- "\n - react-dom: 19.0.0-rc-eb259b5d3b-20240605\nLearn more: https://react.dev/warnings/version-mismatch")
5465
+ "\n - react-dom: 19.0.0-rc-827cbea417-20240606\nLearn more: https://react.dev/warnings/version-mismatch")
5466
5466
  );
5467
5467
  function createDrainHandler(destination, request) {
5468
5468
  return function () {
@@ -5789,4 +5789,4 @@ exports.renderToPipeableStream = function (children, options) {
5789
5789
  }
5790
5790
  };
5791
5791
  };
5792
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
5792
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -142,7 +142,7 @@ var Internals = {
142
142
  findDOMNode: null
143
143
  };
144
144
 
145
- var ReactVersion = '19.0.0-rc-eb259b5d3b-20240605';
145
+ var ReactVersion = '19.0.0-rc-827cbea417-20240606';
146
146
 
147
147
  /**
148
148
  * HTML nodeType values that represent the type of the node
@@ -206,4 +206,4 @@ exports.useFormState = function (action, initialState, permalink) {
206
206
  exports.useFormStatus = function () {
207
207
  return ReactSharedInternals.H.useHostTransitionStatus();
208
208
  };
209
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
209
+ exports.version = "19.0.0-rc-827cbea417-20240606";
@@ -16,7 +16,7 @@ if (process.env.NODE_ENV !== "production") {
16
16
 
17
17
  var React = require('react');
18
18
 
19
- var ReactVersion = '19.0.0-rc-eb259b5d3b-20240605';
19
+ var ReactVersion = '19.0.0-rc-827cbea417-20240606';
20
20
 
21
21
  var ReactSharedInternalsServer = // $FlowFixMe: It's defined in the one we resolve to.
22
22
  React.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
@@ -151,4 +151,4 @@ exports.preloadModule = function (href, options) {
151
151
  });
152
152
  } else Internals.d.m(href);
153
153
  };
154
- exports.version = "19.0.0-rc-eb259b5d3b-20240605";
154
+ exports.version = "19.0.0-rc-827cbea417-20240606";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.0.0-rc-eb259b5d3b-20240605",
3
+ "version": "19.0.0-rc-827cbea417-20240606",
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-eb259b5d3b-20240605"
20
+ "scheduler": "0.25.0-rc-827cbea417-20240606"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.0.0-rc-eb259b5d3b-20240605"
23
+ "react": "19.0.0-rc-827cbea417-20240606"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",