Skip to content

Commit

Permalink
Upgrade react types (#49222)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 4, 2023
1 parent 0bf6c27 commit d37043f
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@
"@babel/parser": "7.18.0",
"@babel/types": "7.18.0",
"@babel/traverse": "7.18.0",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11"
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3"
},
"engines": {
"node": ">=16.8.0"
Expand Down

0 comments on commit d37043f

Please sign in to comment.