react 19.0.0-rc-380f5d67-20241113 → 19.0.0-rc.1

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.
@@ -1513,7 +1513,7 @@
1513
1513
  exports.useTransition = function () {
1514
1514
  return resolveDispatcher().useTransition();
1515
1515
  };
1516
- exports.version = "19.0.0-rc-380f5d67-20241113";
1516
+ exports.version = "19.0.0";
1517
1517
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1518
1518
  "function" ===
1519
1519
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -535,4 +535,4 @@ exports.useSyncExternalStore = function (
535
535
  exports.useTransition = function () {
536
536
  return ReactSharedInternals.H.useTransition();
537
537
  };
538
- exports.version = "19.0.0-rc-380f5d67-20241113";
538
+ exports.version = "19.0.0";
@@ -1110,5 +1110,5 @@
1110
1110
  exports.useMemo = function (create, deps) {
1111
1111
  return resolveDispatcher().useMemo(create, deps);
1112
1112
  };
1113
- exports.version = "19.0.0-rc-380f5d67-20241113";
1113
+ exports.version = "19.0.0";
1114
1114
  })();
@@ -423,4 +423,4 @@ exports.useId = function () {
423
423
  exports.useMemo = function (create, deps) {
424
424
  return ReactSharedInternals.H.useMemo(create, deps);
425
425
  };
426
- exports.version = "19.0.0-rc-380f5d67-20241113";
426
+ exports.version = "19.0.0";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-380f5d67-20241113",
7
+ "version": "19.0.0-rc.1",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",