Skip to content

Commit

Permalink
Fix octokit import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak committed Jan 2, 2025
1 parent 6104b69 commit c53e156
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 243 deletions.
265 changes: 24 additions & 241 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@ai-sdk/azure": "^1.0.7",
"@googlemaps/react-wrapper": "^1.1.35",
"@googlemaps/typescript-guards": "^2.0.1",
"@octokit/rest": "^21.0.2",
"@playwright/test": "^1.49.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-icons": "^1.3.0",
Expand Down Expand Up @@ -47,7 +48,6 @@
"next-react-svg": "^1.1.3",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.11",
"octokit": "^4.0.3",
"react": "^18.3.1",
"react-ace": "^11.0.1",
"react-dom": "^18.3.1",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib/github.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Octokit } from "octokit";
import { Octokit } from "@octokit/rest";
import { VWCContributor, GithubRepo, GithubContributor } from "@utils/types";

const token = process.env.GITHUB_ACCESS_TOKEN || "";
Expand Down

0 comments on commit c53e156

Please sign in to comment.