A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
src/views/Package/PackageDocs.tsx src/components/NavTree/NavTree.tsx |
2 | 15 (13%) | 18 (11%) | 2022-01-28 |
src/constants/url.ts src/App.tsx |
1 | 16 (6%) | 45 (2%) | 2022-01-28 |
src/views/Random/Random.tsx src/App.tsx |
1 | 1 (100%) | 45 (2%) | 2022-01-28 |
src/views/Random/Random.tsx src/constants/url.ts |
1 | 1 (100%) | 16 (6%) | 2022-01-28 |
src/views/Random/index.ts src/App.tsx |
1 | 1 (100%) | 45 (2%) | 2022-01-28 |
src/views/Random/index.ts src/constants/url.ts |
1 | 1 (100%) | 16 (6%) | 2022-01-28 |
src/views/Random/index.ts src/views/Random/Random.tsx |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
src/components/Card/Card.tsx src/components/NavTree/NavTree.tsx |
1 | 6 (16%) | 18 (5%) | 2022-01-25 |
src/components/Card/Card.tsx src/views/Package/PackageDocs.tsx |
1 | 6 (16%) | 15 (6%) | 2022-01-25 |
src/components/Code/Code.tsx src/components/NavTree/NavTree.tsx |
1 | 8 (12%) | 18 (5%) | 2022-01-25 |
src/components/Code/Code.tsx src/views/Package/PackageDocs.tsx |
1 | 8 (12%) | 15 (6%) | 2022-01-25 |
src/components/Code/Code.tsx src/components/Card/Card.tsx |
1 | 8 (12%) | 6 (16%) | 2022-01-25 |
src/components/CopyButton/CopyButton.tsx src/components/NavTree/NavTree.tsx |
1 | 5 (20%) | 18 (5%) | 2022-01-25 |
src/components/CopyButton/CopyButton.tsx src/views/Package/PackageDocs.tsx |
1 | 5 (20%) | 15 (6%) | 2022-01-25 |
src/components/CopyButton/CopyButton.tsx src/components/Card/Card.tsx |
1 | 5 (20%) | 6 (16%) | 2022-01-25 |
src/components/CopyButton/CopyButton.tsx src/components/Code/Code.tsx |
1 | 5 (20%) | 8 (12%) | 2022-01-25 |
src/components/ExternalLink/ExternalLink.tsx src/components/NavTree/NavTree.tsx |
1 | 12 (8%) | 18 (5%) | 2022-01-25 |
src/components/ExternalLink/ExternalLink.tsx src/views/Package/PackageDocs.tsx |
1 | 12 (8%) | 15 (6%) | 2022-01-25 |
src/components/ExternalLink/ExternalLink.tsx src/components/Card/Card.tsx |
1 | 12 (8%) | 6 (16%) | 2022-01-25 |
src/components/ExternalLink/ExternalLink.tsx src/components/Code/Code.tsx |
1 | 12 (8%) | 8 (12%) | 2022-01-25 |