Skip to content

Commit

Permalink
react: fix to classify @types/react as a peer dependency
Browse files Browse the repository at this point in the history
Closes GH-2281.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
remcohaszing committed Oct 19, 2023
1 parent a34177c commit 172e519
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Expand Up @@ -39,10 +39,10 @@
"index.js"
],
"dependencies": {
"@types/mdx": "^2.0.0",
"@types/react": ">=16"
"@types/mdx": "^2.0.0"
},
"peerDependencies": {
"@types/react": ">=16",
"react": ">=16"
},
"devDependencies": {},
Expand Down

1 comment on commit 172e519

@vercel
Copy link

@vercel vercel bot commented on 172e519 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mdx – ./

mdx-mdx.vercel.app
v2.mdxjs.com
mdx-git-main-mdx.vercel.app
mdxjs.com

Please sign in to comment.