Skip to content

Commit

Permalink
Add React 19 catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Aug 26, 2024
1 parent 60f33d4 commit c922531
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ catalog:
'@types/react': '^18.3.4'
'@types/react-dom': '^18.3.0'
'@types/react-is': '^18.3.0'

catalogs:
react19:
'react': 'rc'
'react-dom': 'rc'
'react-is': 'rc'
'@types/react': 'npm:[email protected]'
'@types/react-dom': 'npm:[email protected]'
'@types/react-is': 'npm:[email protected]'

0 comments on commit c922531

Please sign in to comment.