react-dom 19.1.0-canary-7eb8234f-20241218 → 19.1.0-canary-ef979d47-20241218

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.
@@ -2332,6 +2332,8 @@
2332
2332
  "hr" === tag ||
2333
2333
  "option" === tag ||
2334
2334
  "optgroup" === tag ||
2335
+ "script" === tag ||
2336
+ "template" === tag ||
2335
2337
  "#text" === tag
2336
2338
  );
2337
2339
  case "optgroup":
@@ -24489,11 +24491,11 @@
24489
24491
  };
24490
24492
  (function () {
24491
24493
  var isomorphicReactPackageVersion = React.version;
24492
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
24494
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
24493
24495
  throw Error(
24494
24496
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24495
24497
  (isomorphicReactPackageVersion +
24496
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
24498
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
24497
24499
  );
24498
24500
  })();
24499
24501
  ("function" === typeof Map &&
@@ -24530,10 +24532,10 @@
24530
24532
  !(function () {
24531
24533
  var internals = {
24532
24534
  bundleType: 1,
24533
- version: "19.1.0-canary-7eb8234f-20241218",
24535
+ version: "19.1.0-canary-ef979d47-20241218",
24534
24536
  rendererPackageName: "react-dom",
24535
24537
  currentDispatcherRef: ReactSharedInternals,
24536
- reconcilerVersion: "19.1.0-canary-7eb8234f-20241218"
24538
+ reconcilerVersion: "19.1.0-canary-ef979d47-20241218"
24537
24539
  };
24538
24540
  internals.overrideHookState = overrideHookState;
24539
24541
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24679,7 +24681,7 @@
24679
24681
  listenToAllSupportedEvents(container);
24680
24682
  return new ReactDOMHydrationRoot(initialChildren);
24681
24683
  };
24682
- exports.version = "19.1.0-canary-7eb8234f-20241218";
24684
+ exports.version = "19.1.0-canary-ef979d47-20241218";
24683
24685
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24684
24686
  "function" ===
24685
24687
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15108,14 +15108,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15108
15108
  };
15109
15109
  var isomorphicReactPackageVersion$jscomp$inline_1676 = React.version;
15110
15110
  if (
15111
- "19.1.0-canary-7eb8234f-20241218" !==
15111
+ "19.1.0-canary-ef979d47-20241218" !==
15112
15112
  isomorphicReactPackageVersion$jscomp$inline_1676
15113
15113
  )
15114
15114
  throw Error(
15115
15115
  formatProdErrorMessage(
15116
15116
  527,
15117
15117
  isomorphicReactPackageVersion$jscomp$inline_1676,
15118
- "19.1.0-canary-7eb8234f-20241218"
15118
+ "19.1.0-canary-ef979d47-20241218"
15119
15119
  )
15120
15120
  );
15121
15121
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15137,10 +15137,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15137
15137
  };
15138
15138
  var internals$jscomp$inline_2152 = {
15139
15139
  bundleType: 0,
15140
- version: "19.1.0-canary-7eb8234f-20241218",
15140
+ version: "19.1.0-canary-ef979d47-20241218",
15141
15141
  rendererPackageName: "react-dom",
15142
15142
  currentDispatcherRef: ReactSharedInternals,
15143
- reconcilerVersion: "19.1.0-canary-7eb8234f-20241218"
15143
+ reconcilerVersion: "19.1.0-canary-ef979d47-20241218"
15144
15144
  };
15145
15145
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15146
15146
  var hook$jscomp$inline_2153 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15246,4 +15246,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15246
15246
  listenToAllSupportedEvents(container);
15247
15247
  return new ReactDOMHydrationRoot(initialChildren);
15248
15248
  };
15249
- exports.version = "19.1.0-canary-7eb8234f-20241218";
15249
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -2340,6 +2340,8 @@
2340
2340
  "hr" === tag ||
2341
2341
  "option" === tag ||
2342
2342
  "optgroup" === tag ||
2343
+ "script" === tag ||
2344
+ "template" === tag ||
2343
2345
  "#text" === tag
2344
2346
  );
2345
2347
  case "optgroup":
@@ -24546,11 +24548,11 @@
24546
24548
  };
24547
24549
  (function () {
24548
24550
  var isomorphicReactPackageVersion = React.version;
24549
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
24551
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
24550
24552
  throw Error(
24551
24553
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24552
24554
  (isomorphicReactPackageVersion +
24553
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
24555
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
24554
24556
  );
24555
24557
  })();
24556
24558
  ("function" === typeof Map &&
@@ -24587,10 +24589,10 @@
24587
24589
  !(function () {
24588
24590
  var internals = {
24589
24591
  bundleType: 1,
24590
- version: "19.1.0-canary-7eb8234f-20241218",
24592
+ version: "19.1.0-canary-ef979d47-20241218",
24591
24593
  rendererPackageName: "react-dom",
24592
24594
  currentDispatcherRef: ReactSharedInternals,
24593
- reconcilerVersion: "19.1.0-canary-7eb8234f-20241218"
24595
+ reconcilerVersion: "19.1.0-canary-ef979d47-20241218"
24594
24596
  };
24595
24597
  internals.overrideHookState = overrideHookState;
24596
24598
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25066,7 +25068,7 @@
25066
25068
  exports.useFormStatus = function () {
25067
25069
  return resolveDispatcher().useHostTransitionStatus();
25068
25070
  };
25069
- exports.version = "19.1.0-canary-7eb8234f-20241218";
25071
+ exports.version = "19.1.0-canary-ef979d47-20241218";
25070
25072
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25071
25073
  "function" ===
25072
25074
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15758,14 +15758,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15758
15758
  };
15759
15759
  var isomorphicReactPackageVersion$jscomp$inline_1767 = React.version;
15760
15760
  if (
15761
- "19.1.0-canary-7eb8234f-20241218" !==
15761
+ "19.1.0-canary-ef979d47-20241218" !==
15762
15762
  isomorphicReactPackageVersion$jscomp$inline_1767
15763
15763
  )
15764
15764
  throw Error(
15765
15765
  formatProdErrorMessage(
15766
15766
  527,
15767
15767
  isomorphicReactPackageVersion$jscomp$inline_1767,
15768
- "19.1.0-canary-7eb8234f-20241218"
15768
+ "19.1.0-canary-ef979d47-20241218"
15769
15769
  )
15770
15770
  );
15771
15771
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15787,10 +15787,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15787
15787
  };
15788
15788
  var internals$jscomp$inline_1774 = {
15789
15789
  bundleType: 0,
15790
- version: "19.1.0-canary-7eb8234f-20241218",
15790
+ version: "19.1.0-canary-ef979d47-20241218",
15791
15791
  rendererPackageName: "react-dom",
15792
15792
  currentDispatcherRef: ReactSharedInternals,
15793
- reconcilerVersion: "19.1.0-canary-7eb8234f-20241218",
15793
+ reconcilerVersion: "19.1.0-canary-ef979d47-20241218",
15794
15794
  getLaneLabelMap: function () {
15795
15795
  for (
15796
15796
  var map = new Map(), lane = 1, index$279 = 0;
@@ -16072,7 +16072,7 @@ exports.useFormState = function (action, initialState, permalink) {
16072
16072
  exports.useFormStatus = function () {
16073
16073
  return ReactSharedInternals.H.useHostTransitionStatus();
16074
16074
  };
16075
- exports.version = "19.1.0-canary-7eb8234f-20241218";
16075
+ exports.version = "19.1.0-canary-ef979d47-20241218";
16076
16076
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16077
16077
  "function" ===
16078
16078
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8556,5 +8556,5 @@
8556
8556
  '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'
8557
8557
  );
8558
8558
  };
8559
- exports.version = "19.1.0-canary-7eb8234f-20241218";
8559
+ exports.version = "19.1.0-canary-ef979d47-20241218";
8560
8560
  })();
@@ -5611,4 +5611,4 @@ exports.renderToString = function (children, options) {
5611
5611
  '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'
5612
5612
  );
5613
5613
  };
5614
- exports.version = "19.1.0-canary-7eb8234f-20241218";
5614
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -8556,5 +8556,5 @@
8556
8556
  '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'
8557
8557
  );
8558
8558
  };
8559
- exports.version = "19.1.0-canary-7eb8234f-20241218";
8559
+ exports.version = "19.1.0-canary-ef979d47-20241218";
8560
8560
  })();
@@ -5688,4 +5688,4 @@ exports.renderToString = function (children, options) {
5688
5688
  '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'
5689
5689
  );
5690
5690
  };
5691
- exports.version = "19.1.0-canary-7eb8234f-20241218";
5691
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -7292,11 +7292,11 @@
7292
7292
  }
7293
7293
  function ensureCorrectIsomorphicReactVersion() {
7294
7294
  var isomorphicReactPackageVersion = React.version;
7295
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
7295
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
7296
7296
  throw Error(
7297
7297
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7298
7298
  (isomorphicReactPackageVersion +
7299
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
7299
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
7300
7300
  );
7301
7301
  }
7302
7302
  var React = require("react"),
@@ -8938,5 +8938,5 @@
8938
8938
  startWork(request);
8939
8939
  });
8940
8940
  };
8941
- exports.version = "19.1.0-canary-7eb8234f-20241218";
8941
+ exports.version = "19.1.0-canary-ef979d47-20241218";
8942
8942
  })();
@@ -5943,12 +5943,12 @@ function abort(request, reason) {
5943
5943
  }
5944
5944
  function ensureCorrectIsomorphicReactVersion() {
5945
5945
  var isomorphicReactPackageVersion = React.version;
5946
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
5946
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
5947
5947
  throw Error(
5948
5948
  formatProdErrorMessage(
5949
5949
  527,
5950
5950
  isomorphicReactPackageVersion,
5951
- "19.1.0-canary-7eb8234f-20241218"
5951
+ "19.1.0-canary-ef979d47-20241218"
5952
5952
  )
5953
5953
  );
5954
5954
  }
@@ -6095,4 +6095,4 @@ exports.renderToReadableStream = function (children, options) {
6095
6095
  startWork(request);
6096
6096
  });
6097
6097
  };
6098
- exports.version = "19.1.0-canary-7eb8234f-20241218";
6098
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -8177,13 +8177,13 @@ function abort(request, reason) {
8177
8177
  }
8178
8178
  var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
8179
8179
  if (
8180
- "19.1.0-canary-7eb8234f-20241218" !==
8180
+ "19.1.0-canary-ef979d47-20241218" !==
8181
8181
  isomorphicReactPackageVersion$jscomp$inline_699
8182
8182
  )
8183
8183
  throw Error(
8184
8184
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8185
8185
  (isomorphicReactPackageVersion$jscomp$inline_699 +
8186
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
8186
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
8187
8187
  );
8188
8188
  exports.renderToReadableStream = function (children, options) {
8189
8189
  return new Promise(function (resolve, reject) {
@@ -8275,4 +8275,4 @@ exports.renderToReadableStream = function (children, options) {
8275
8275
  startWork(request$jscomp$0);
8276
8276
  });
8277
8277
  };
8278
- exports.version = "19.1.0-canary-7eb8234f-20241218";
8278
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -5580,13 +5580,13 @@ function abort(request, reason) {
5580
5580
  }
5581
5581
  var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
5582
5582
  if (
5583
- "19.1.0-canary-7eb8234f-20241218" !==
5583
+ "19.1.0-canary-ef979d47-20241218" !==
5584
5584
  isomorphicReactPackageVersion$jscomp$inline_728
5585
5585
  )
5586
5586
  throw Error(
5587
5587
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5588
5588
  (isomorphicReactPackageVersion$jscomp$inline_728 +
5589
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
5589
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
5590
5590
  );
5591
5591
  exports.renderToReadableStream = function (children, options) {
5592
5592
  return new Promise(function (resolve, reject) {
@@ -5677,4 +5677,4 @@ exports.renderToReadableStream = function (children, options) {
5677
5677
  startWork(request);
5678
5678
  });
5679
5679
  };
5680
- exports.version = "19.1.0-canary-7eb8234f-20241218";
5680
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -7315,11 +7315,11 @@
7315
7315
  }
7316
7316
  function ensureCorrectIsomorphicReactVersion() {
7317
7317
  var isomorphicReactPackageVersion = React.version;
7318
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
7318
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
7319
7319
  throw Error(
7320
7320
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7321
7321
  (isomorphicReactPackageVersion +
7322
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
7322
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
7323
7323
  );
7324
7324
  }
7325
7325
  var React = require("react"),
@@ -8957,5 +8957,5 @@
8957
8957
  startWork(request);
8958
8958
  });
8959
8959
  };
8960
- exports.version = "19.1.0-canary-7eb8234f-20241218";
8960
+ exports.version = "19.1.0-canary-ef979d47-20241218";
8961
8961
  })();
@@ -6035,11 +6035,11 @@ function abort(request, reason) {
6035
6035
  }
6036
6036
  function ensureCorrectIsomorphicReactVersion() {
6037
6037
  var isomorphicReactPackageVersion = React.version;
6038
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
6038
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
6039
6039
  throw Error(
6040
6040
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6041
6041
  (isomorphicReactPackageVersion +
6042
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
6042
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
6043
6043
  );
6044
6044
  }
6045
6045
  ensureCorrectIsomorphicReactVersion();
@@ -6185,4 +6185,4 @@ exports.renderToReadableStream = function (children, options) {
6185
6185
  startWork(request);
6186
6186
  });
6187
6187
  };
6188
- exports.version = "19.1.0-canary-7eb8234f-20241218";
6188
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -7190,11 +7190,11 @@
7190
7190
  }
7191
7191
  function ensureCorrectIsomorphicReactVersion() {
7192
7192
  var isomorphicReactPackageVersion = React.version;
7193
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
7193
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
7194
7194
  throw Error(
7195
7195
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7196
7196
  (isomorphicReactPackageVersion +
7197
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
7197
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
7198
7198
  );
7199
7199
  }
7200
7200
  function createDrainHandler(destination, request) {
@@ -8831,5 +8831,5 @@
8831
8831
  }
8832
8832
  };
8833
8833
  };
8834
- exports.version = "19.1.0-canary-7eb8234f-20241218";
8834
+ exports.version = "19.1.0-canary-ef979d47-20241218";
8835
8835
  })();
@@ -5927,11 +5927,11 @@ function abort(request, reason) {
5927
5927
  }
5928
5928
  function ensureCorrectIsomorphicReactVersion() {
5929
5929
  var isomorphicReactPackageVersion = React.version;
5930
- if ("19.1.0-canary-7eb8234f-20241218" !== isomorphicReactPackageVersion)
5930
+ if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
5931
5931
  throw Error(
5932
5932
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5933
5933
  (isomorphicReactPackageVersion +
5934
- "\n - react-dom: 19.1.0-canary-7eb8234f-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
5934
+ "\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
5935
5935
  );
5936
5936
  }
5937
5937
  ensureCorrectIsomorphicReactVersion();
@@ -6080,4 +6080,4 @@ exports.renderToPipeableStream = function (children, options) {
6080
6080
  }
6081
6081
  };
6082
6082
  };
6083
- exports.version = "19.1.0-canary-7eb8234f-20241218";
6083
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-7eb8234f-20241218";
419
+ exports.version = "19.1.0-canary-ef979d47-20241218";
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.1.0-canary-7eb8234f-20241218";
210
+ exports.version = "19.1.0-canary-ef979d47-20241218";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-7eb8234f-20241218";
339
+ exports.version = "19.1.0-canary-ef979d47-20241218";
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.1.0-canary-7eb8234f-20241218";
152
+ exports.version = "19.1.0-canary-ef979d47-20241218";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-7eb8234f-20241218",
3
+ "version": "19.1.0-canary-ef979d47-20241218",
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.26.0-canary-7eb8234f-20241218"
20
+ "scheduler": "0.26.0-canary-ef979d47-20241218"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-7eb8234f-20241218"
23
+ "react": "19.1.0-canary-ef979d47-20241218"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",