Skip to content

Commit

Permalink
fix: fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Jun 10, 2024
1 parent 50f970c commit a886769
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { cn } from "@/lib/utils";
import "@fontsource-variable/plus-jakarta-sans";
import type { Metadata } from "next";
import "vaul/dist/index.css";
import "./globals.css";

import { cookieToInitialState } from "wagmi";
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 0 additions & 4 deletions bunfig.toml

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"prepare": "node .husky/install.mjs"
},
"dependencies": {
"@anon-aadhaar/react": "^2.0.2",
"@anon-aadhaar/react": "2.0.5",
"@directus/sdk": "^15.0.2",
"@ethersproject/providers": "^5.7.2",
"@fontsource-variable/plus-jakarta-sans": "^5.0.20",
"@hookform/resolvers": "^3.3.4",
"@hypercerts-org/contracts": "^1.1.2",
"@hypercerts-org/marketplace-sdk": "^0.0.23",
"@hypercerts-org/sdk": "^1.4.3",
"@hypercerts-org/sdk": "1.4.3",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -38,14 +38,7 @@
"@tanstack/query-core": "^5.29.0",
"@tanstack/react-query": "^5.25.0",
"@wagmi/core": "^2.6.5",
"@walletconnect/ethereum-provider": "^2.12.1",
"@web3modal/common": "^4.1.5",
"@web3modal/core": "^4.1.5",
"@web3modal/scaffold-utils": "^4.1.5",
"@web3modal/siwe": "^4.1.5",
"@web3modal/ui": "^4.1.5",
"@web3modal/wagmi": "^4.0.13",
"@web3modal/wallet": "^4.1.5",
"async-mutex": "^0.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
Expand Down

0 comments on commit a886769

Please sign in to comment.