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 42e02c1 commit 8d11924
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': 'next'
'react-dom': 'next'
'react-is': 'next'
'@types/react': 'npm:[email protected]'
'@types/react-dom': 'npm:[email protected]'
'@types/react-is': 'npm:[email protected]'

0 comments on commit 8d11924

Please sign in to comment.