react-dom 19.2.0-canary-5dc00d6b-20250428 → 19.2.0-canary-408d055a-20250430

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.
@@ -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-5dc00d6b-20250428";
152
+ exports.version = "19.2.0-canary-408d055a-20250430";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-5dc00d6b-20250428",
3
+ "version": "19.2.0-canary-408d055a-20250430",
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-5dc00d6b-20250428"
20
+ "scheduler": "0.27.0-canary-408d055a-20250430"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-5dc00d6b-20250428"
23
+ "react": "19.2.0-canary-408d055a-20250430"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",