Skip to content

Commit

Permalink
[docs] Update demo sandboxes to use React 19 (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Feb 6, 2025
1 parent 12664a3 commit 2fefc1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/components/Demo/CodeSandboxLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ export function CodeSandboxLink({ title, description, ...props }: CodeSandboxLin
title,
description,
dependencies: {
'@types/react': '^18',
'@types/react-dom': '^18',
react: '^18',
'react-dom': '^18',
'@types/react': '^19',
'@types/react-dom': '^19',
react: '^19',
'react-dom': '^19',
},
devDependencies: {
'react-scripts': 'latest',
Expand Down

0 comments on commit 2fefc1e

Please sign in to comment.