chore(deps): update and cleanup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user