chore(deps): update and cleanup

This commit is contained in:
moklick
2023-01-11 13:47:13 +01:00
parent 113a2036ff
commit 2f6afd815c
12 changed files with 878 additions and 618 deletions
+3 -3
View File
@@ -27,11 +27,11 @@
"@cypress/skip-test": "^2.6.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-react": "^3.0.1",
"cypress": "^10.6.0",
"cypress-real-events": "^1.7.1",
"start-server-and-test": "^1.14.0",
"typescript": "^4.8.3",
"vite": "^3.1.0"
"typescript": "^4.9.4",
"vite": "^4.0.4"
}
}
@@ -35,6 +35,7 @@ const BasicFlow = () => {
onPaneContextMenu={onPaneContextMenu}
fitView
selectNodesOnDrag={false}
onSelectionContextMenu={onPaneContextMenu}
>
<Background variant={BackgroundVariant.Cross} />
</ReactFlow>