Skip to content

Commit 97d75c9

Browse files
authored
Move react-dom implementation files to react-dom-bindings (#25345)
This lets us share it with react-server-dom-webpack while still having a dependency on react-dom. It also makes somewhat sense from a bundling perspective since react-dom is an external to itself.
1 parent 3de9264 commit 97d75c9

File tree

106 files changed

+72
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+72
-104
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "react-dom-bindings",
3+
"description": "React implementation details for react-dom.",
4+
"version": "18.2.0",
5+
"private": true,
6+
"main": "index.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/facebook/react.git",
10+
"directory": "packages/react-dom-bindings"
11+
},
12+
"keywords": [
13+
"react"
14+
],
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/facebook/react/issues"
18+
},
19+
"homepage": "https://reactjs.org/",
20+
"peerDependencies": {
21+
"react": "^18.2.0"
22+
}
23+
}

0 commit comments

Comments
 (0)