Skip to content

Commit c341c78

Browse files
committed
[skip ci] chore: Update dependency graph
1 parent 9f29448 commit c341c78

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

GEMINI.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The dependency graph is:
2828

2929
```
3030
graph TD
31-
core --> angular;
32-
core --> react;
3331
core --> translations;
32+
react --> core;
33+
angular --> core;
3434
angular --> styles;
3535
react --> styles;
3636
shadcn --> react;
@@ -41,9 +41,7 @@ graph TD
4141
- All packages extend the same base `tsconfig.json` file.
4242
- Where possible, prefer Vitest testing framework.
4343

44-
## Context
45-
46-
Additional context for packages available:
44+
## Additional Context
4745

4846
- `core`: @./packages/core/GEMINI.md
4947
- `react`: @./packages/react/GEMINI.md

0 commit comments

Comments
 (0)