From 6e5c58fcaeb78426e0bb6bf189950da37d907655 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:35:38 +0100 Subject: [PATCH] refactor: Remove link from deps Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> --- examples/Basic/Basic.vue | 2 +- examples/Basic/BasicOptionsAPI.vue | 2 +- .../CustomConnectionLine/CustomConnectionLine.vue | 2 +- examples/CustomNode/CustomNode.vue | 13 +------------ examples/DragNDrop/DnD.vue | 2 +- examples/EdgeTypes/EdgeTypesExample.vue | 2 +- examples/Edges/CustomEdge.vue | 2 +- examples/Edges/CustomEdge2.vue | 2 +- examples/Edges/EdgesExample.vue | 2 +- examples/Empty/EmptyExample.vue | 2 +- examples/Hidden/HiddenExample.vue | 2 +- examples/Interaction/InteractionExample.vue | 2 +- examples/Layouting/LayoutingExample.vue | 2 +- examples/MultiFlows/Flow.vue | 2 +- examples/Nesting/GroupNode.vue | 4 ++-- examples/Nesting/Nesting.vue | 2 +- examples/NodeTypeChange/NodeTypeChangeExample.vue | 2 +- examples/Overview/Overview.vue | 2 +- examples/Provider/ProviderExample.vue | 2 +- examples/Provider/Sidebar.vue | 2 +- examples/RGBFlow/RGBNode.vue | 2 +- examples/RGBFlow/RGBOutputNode.vue | 2 +- examples/SaveRestore/Controls.vue | 2 +- examples/SaveRestore/SaveRestoreExample.vue | 2 +- examples/Stress/StressExample.vue | 2 +- examples/Switch/SwitchExample.vue | 2 +- examples/Unidirectional/CustomNode.vue | 4 ++-- examples/UpdatableEdge/UpdatableEdgeExample.vue | 2 +- examples/UpdateNode/UpdateNodeExample.vue | 2 +- examples/Validation/CustomInput.vue | 2 +- examples/Validation/CustomNode.vue | 2 +- examples/Validation/ValidationExample.vue | 2 +- examples/main.ts | 4 ++-- package.json | 1 - 34 files changed, 36 insertions(+), 48 deletions(-) diff --git a/examples/Basic/Basic.vue b/examples/Basic/Basic.vue index f0a320fa..90b13dfc 100644 --- a/examples/Basic/Basic.vue +++ b/examples/Basic/Basic.vue @@ -1,5 +1,5 @@