docs: fix diff

This commit is contained in:
shadcn
2024-10-30 16:31:44 +04:00
committed by GitHub
parent 6e47a94a8f
commit 78426dd862

View File

@@ -24,8 +24,8 @@ To support React 19, package maintainers will need to test and update their pack
```diff /^19.0.0/
"peerDependencies": {
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
- "react": "^16.8 || ^17.0 || ^18.0",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
},
```