react-dom 19.2.0-canary-d85f86cf-20250514 → 19.2.0-canary-4448b187-20250515

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.
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-d85f86cf-20250514";
339
+ exports.version = "19.2.0-canary-4448b187-20250515";
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-d85f86cf-20250514";
152
+ exports.version = "19.2.0-canary-4448b187-20250515";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-d85f86cf-20250514",
3
+ "version": "19.2.0-canary-4448b187-20250515",
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-d85f86cf-20250514"
20
+ "scheduler": "0.27.0-canary-4448b187-20250515"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-d85f86cf-20250514"
23
+ "react": "19.2.0-canary-4448b187-20250515"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",