Skip to content

Commit

Permalink
fix(package): set dependency @types/react to 17 or 18
Browse files Browse the repository at this point in the history
Fixes #1320
  • Loading branch information
remarkablemark committed Feb 19, 2024
1 parent 245e8ba commit 0605477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dom"
],
"dependencies": {
"@types/react": "18.2.55",
"@types/react": "17 || 18",
"domhandler": "5.0.3",
"html-dom-parser": "5.0.8",
"react-property": "2.0.2",
Expand Down

0 comments on commit 0605477

Please sign in to comment.