fix(devDeps): accept react17 types

This commit is contained in:
moklick
2023-02-01 12:23:45 +01:00
parent 1510b2e819
commit 499d1ae8a8
8 changed files with 76 additions and 75 deletions
+2 -2
View File
@@ -55,8 +55,8 @@
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.3",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/react": ">=17",
"@types/react-dom": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
},