Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rehypejs/rehype-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1.0
Choose a base ref
...
head repository: rehypejs/rehype-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.1.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 18, 2022

  1. Fix to add back support for @types/react 17

    Closes GH-40.
    wooorm committed Apr 18, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1695437 View commit details
  2. 7.1.1

    wooorm committed Apr 18, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    34d4364 View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 package.json
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rehype-react",
"description": "rehype plugin to transform to React",
"version": "7.1.0",
"version": "7.1.1",
"license": "MIT",
"keywords": [
"unified",
@@ -47,11 +47,13 @@
"dependencies": {
"@mapbox/hast-util-table-cell-style": "^0.2.0",
"@types/hast": "^2.0.0",
"@types/react": "^18.0.0",
"hast-to-hyperscript": "^10.0.0",
"hast-util-whitespace": "^2.0.0",
"unified": "^10.0.0"
},
"peerDependencies": {
"@types/react": ">=17"
},
"devDependencies": {
"@types/react-dom": "^18.0.0",
"@types/tape": "^4.0.0",