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 86ab539 commit aa4439e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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:types-react@19.0.0-rc.1'
'@types/react-dom': 'npm:types-react-dom@19.0.0-rc.1'
'@types/react-is': 'npm:types-react-is@19.0.0-rc.1'

0 comments on commit aa4439e

Please sign in to comment.