Skip to content

Commit

Permalink
docs: fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Oct 30, 2024
1 parent 6e47a94 commit 78426dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/content/docs/react-19.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
```

Expand Down

0 comments on commit 78426dd

Please sign in to comment.