Skip to content

Commit 1695437

Browse files
committedApr 18, 2022
Fix to add back support for @types/react 17
Closes GH-40.
1 parent 13bc55b commit 1695437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@
4747
"dependencies": {
4848
"@mapbox/hast-util-table-cell-style": "^0.2.0",
4949
"@types/hast": "^2.0.0",
50-
"@types/react": "^18.0.0",
5150
"hast-to-hyperscript": "^10.0.0",
5251
"hast-util-whitespace": "^2.0.0",
5352
"unified": "^10.0.0"
5453
},
54+
"peerDependencies": {
55+
"@types/react": ">=17"
56+
},
5557
"devDependencies": {
5658
"@types/react-dom": "^18.0.0",
5759
"@types/tape": "^4.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.