Skip to content

Commit bac9ff2

Browse files
committed
fix github stars update via webhook
1 parent f8e566d commit bac9ff2

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

convex/_generated/api.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export declare const components: {
4949
Array<null | {
5050
contributorCount: number;
5151
dependentCount: number;
52-
dependentCountPrevious?: any;
52+
dependentCountPrevious?: { count: number; updatedAt: number };
53+
dependentCountUpdatedAt?: number;
5354
name: string;
5455
nameNormalized: string;
5556
starCount: number;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@convex-dev/react-query": "0.0.0-alpha.8",
2121
"@docsearch/css": "^3.5.2",
2222
"@docsearch/react": "^3.5.2",
23-
"@erquhart/convex-oss-stats": "0.3.6",
23+
"@erquhart/convex-oss-stats": "0.4.2",
2424
"@headlessui/react": "1.7.18",
2525
"@number-flow/react": "^0.4.1",
2626
"@octokit/graphql": "^7.0.2",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)