Skip to content

Commit 1ff9e16

Browse files
Dunqingafc163
andauthored
fix: incorrectly extends interface HTMLAttributes (#182)
* fix: incorrectly extends interface HTMLAttributes * chore: update @types/react* version Co-authored-by: afc163 <[email protected]>
1 parent 21e7b8c commit 1ff9e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/classnames": "^2.2.10",
4646
"@types/enzyme": "^3.10.5",
4747
"@types/jest": "^25.1.3",
48-
"@types/react": "^18.0.0",
49-
"@types/react-dom": "^18.0.0",
48+
"@types/react": "^18.0.8",
49+
"@types/react-dom": "^18.0.3",
5050
"@types/warning": "^3.0.0",
5151
"cross-env": "^5.2.0",
5252
"dumi": "^1.1.12",

0 commit comments

Comments
 (0)