Skip to content

Commit

Permalink
config: add missing react-dom dep
Browse files Browse the repository at this point in the history
  • Loading branch information
AB1908 committed Nov 12, 2022
1 parent 86326c8 commit 4500ae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"@types/react-dom": "^18.0.6",
"react": "^18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}

0 comments on commit 4500ae5

Please sign in to comment.