Skip to content

Commit 482d5fe

Browse files
committed
2 parents 6a5ed20 + ba03b17 commit 482d5fe

File tree

3 files changed

+269
-245
lines changed

3 files changed

+269
-245
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The Commit Graph package is a React component suite designed to visualize commit graphs in an interactive and informative way. It showcases commit history within a repository with support for infinite scroll loading. See [this post](https://www.dolthub.com/blog/2024-08-07-drawing-a-commit-graph/) for the implementation details.
1010

11-
It is used by platforms like [DoltHub](https://www.dolthub.com) to visualize database commit log histories.
11+
It is used by platforms like [DoltHub](https://www.dolthub.com/repositories/onefact/paylesshealth/commits/main/graph) to visualize database commit log histories.
1212

1313
## Demo
1414

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@storybook/react": "^8.0.0",
6767
"@types/react": "^18.2.57",
6868
"@types/react-infinite-scroller": "^1.2.5",
69-
"@typescript-eslint/eslint-plugin": "8.8.0",
70-
"@typescript-eslint/parser": "8.8.0",
69+
"@typescript-eslint/eslint-plugin": "8.10.0",
70+
"@typescript-eslint/parser": "8.11.0",
7171
"eslint-config-airbnb-base": "latest",
7272
"eslint-config-airbnb-typescript": "latest",
7373
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)