Skip to content

Commit ac213ba

Browse files
authored
Merge pull request #5079 from VisActor/feat/react-vtable-19
Feat/react vtable 19
2 parents 33a0a38 + 5eb4d48 commit ac213ba

96 files changed

Lines changed: 25297 additions & 17635 deletions

File tree

Some content is hidden

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

.react19-deps/package-lock.json

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.react19-deps/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "react19-deps",
3+
"private": true,
4+
"type": "module",
5+
"dependencies": {
6+
"react": "^19.0.0",
7+
"react-dom": "^19.0.0",
8+
"react-is": "^19.0.0",
9+
"react-reconciler": "^0.31.0"
10+
}
11+
}

0 commit comments

Comments
 (0)