Skip to content

Commit

Permalink
fix: incorrectly extends interface HTMLAttributes (#182)
Browse files Browse the repository at this point in the history
* fix: incorrectly extends interface HTMLAttributes

* chore: update @types/react* version

Co-authored-by: afc163 <[email protected]>
  • Loading branch information
Dunqing and afc163 authored Dec 31, 2022
1 parent 21e7b8c commit 1ff9e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.1.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/warning": "^3.0.0",
"cross-env": "^5.2.0",
"dumi": "^1.1.12",
Expand Down

0 comments on commit 1ff9e16

Please sign in to comment.