refactor(react/svelte): cleanup types

This commit is contained in:
moklick
2023-02-28 18:16:51 +01:00
parent dda21e1fd2
commit 63bb2045f4
96 changed files with 899 additions and 847 deletions
+3 -8
View File
@@ -4,11 +4,13 @@
"description": "Core system of React Flow.",
"keywords": [
"react",
"svelte",
"node-based UI",
"graph",
"diagram",
"workflow",
"react-flow"
"react-flow",
"svelte-flow"
],
"files": [
"dist"
@@ -41,18 +43,11 @@
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"devDependencies": {
"@reactflow/eslint-config": "workspace:*",
"@reactflow/rollup-config": "workspace:*",
"@reactflow/tsconfig": "workspace:*",
"@types/node": "^18.7.16",
"@types/react": ">=17",
"@types/react-dom": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
},
"rollup": {