From 78426dd862f3276b20f9950ce8dcae96196552ad Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 30 Oct 2024 16:31:44 +0400 Subject: [PATCH] docs: fix diff --- apps/www/content/docs/react-19.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/content/docs/react-19.mdx b/apps/www/content/docs/react-19.mdx index 57166f7028..c7291287bd 100644 --- a/apps/www/content/docs/react-19.mdx +++ b/apps/www/content/docs/react-19.mdx @@ -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" }, ```