upgrade React types to v18

This commit is contained in:
Dany Castillo
2022-04-11 10:15:54 +02:00
committed by bdbch
parent 1e0ca1483b
commit 7deaf97c65
2 changed files with 10 additions and 10 deletions

View File

@@ -21,8 +21,8 @@
"dist"
],
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},