Skip to content

Commit

Permalink
fix vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanjohan committed Jul 13, 2024
1 parent 85d1540 commit 42eafbd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@
"node": ">=18.17.0"
},
"dependencies": {
"@worldcoin/idkit": "^1.2.2",
"prop-types": "^15.8.1",
"react-shadow": "^20.5.0"
}
}
14 changes: 7 additions & 7 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useCallback, useRef, useState } from "react";
import Image from "next/image";
import Link from "next/link";
import { usePathname } from "next/navigation";
import { Bars3Icon, BugAntIcon } from "@heroicons/react/24/outline";
import { Bars3Icon } from "@heroicons/react/24/outline";
import { FaucetButton, RainbowKitCustomConnectButton } from "~~/components/scaffold-eth";
import { useOutsideClick } from "~~/hooks/scaffold-eth";

Expand All @@ -28,14 +28,14 @@ export const menuLinks: HeaderMenuLink[] = [
href: "/view",
},
{
label: "Magic",
label: "Test",
href: "/magic",
},
{
label: "Debug Contracts",
href: "/debug",
icon: <BugAntIcon className="h-4 w-4" />,
},
// {
// label: "Debug Contracts",
// href: "/debug",
// icon: <BugAntIcon className="h-4 w-4" />,
// },
];

export const HeaderMenuLinks = () => {
Expand Down
3 changes: 3 additions & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@tanstack/react-query": "~5.28.6",
"@uniswap/sdk-core": "~4.0.1",
"@uniswap/v2-sdk": "~3.0.1",
"@worldcoin/idkit": "^1.2.2",
"axios": "^1.7.2",
"blo": "~1.0.1",
"burner-connector": "~0.0.8",
Expand All @@ -27,12 +28,14 @@
"next": "~14.0.4",
"next-themes": "~0.2.1",
"nprogress": "~0.2.0",
"prop-types": "^15.8.1",
"qrcode.react": "~3.1.0",
"react": "~18.2.0",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "~5.1.0",
"react-dom": "~18.2.0",
"react-hot-toast": "~2.4.0",
"react-shadow": "^20.5.0",
"use-debounce": "~8.0.4",
"usehooks-ts": "2.13.0",
"viem": "2.13.6",
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ~5.40.0
"@uniswap/sdk-core": ~4.0.1
"@uniswap/v2-sdk": ~3.0.1
"@worldcoin/idkit": ^1.2.2
abitype: 1.0.2
autoprefixer: ~10.4.12
axios: ^1.7.2
Expand All @@ -2031,12 +2032,14 @@ __metadata:
nprogress: ~0.2.0
postcss: ~8.4.16
prettier: ~3.3.2
prop-types: ^15.8.1
qrcode.react: ~3.1.0
react: ~18.2.0
react-chartjs-2: ^5.2.0
react-copy-to-clipboard: ~5.1.0
react-dom: ~18.2.0
react-hot-toast: ~2.4.0
react-shadow: ^20.5.0
tailwindcss: ~3.4.3
type-fest: ~4.6.0
typescript: 5.1.6
Expand Down

0 comments on commit 42eafbd

Please sign in to comment.