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
+1 -1
View File
@@ -46,7 +46,7 @@
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
},
+1 -1
View File
@@ -50,7 +50,7 @@
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react": ">=17",
"typescript": "^4.9.4"
},
"rollup": {
+2 -2
View File
@@ -57,8 +57,8 @@
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@types/node": "^18.7.16",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react": ">=17",
"@types/react-dom": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
},
+1 -1
View File
@@ -55,7 +55,7 @@
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
},
+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"
},
+2 -2
View File
@@ -49,8 +49,8 @@
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@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"
},
+1 -1
View File
@@ -50,7 +50,7 @@
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
},