Skip to content

Commit

Permalink
chore(dependency-graph.md): add new dependencies dicty-image and ui-c…
Browse files Browse the repository at this point in the history
…ommon to the dependency graph

The dependency graph has been updated to include two new dependencies: dicty-image and ui-common. This change reflects the actual dependencies in the project and ensures that the graph accurately represents the relationships between different components.
  • Loading branch information
ktun95 committed May 30, 2024
1 parent 6dd86d1 commit aa0ba66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dependency-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ flowchart TD
B[auth]
C[data-access]
D[footer]
DI[dicty-image]
E[hook]
F[hook-dsc]
G[header]
H[ui-dsc]
UIC[ui-common]
I[dicty-graphql-schema]
J[editor]
K[navbar]
Expand All @@ -79,11 +81,9 @@ flowchart TD
A --> C
A --> B
A --> D
A --> E
A --> F
A --> H
A --> K
H --> FC
H ---> J
H --> I
Expand All @@ -94,7 +94,11 @@ flowchart TD
J --> WP
J --> ET
J --> TP
B --> D
B --> G
B --> K
B --> UIC
G --> DF
G ---> DI
D --> DF
```

0 comments on commit aa0ba66

Please sign in to comment.