Skip to content

Commit

Permalink
fix: arkproject version bump + metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Sep 4, 2024
1 parent ae8c89c commit 38510d1
Show file tree
Hide file tree
Showing 4 changed files with 1,139 additions and 1,566 deletions.
34 changes: 17 additions & 17 deletions apps/arkmarket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,50 +15,50 @@
},
"dependencies": {
"@ark-market/ui": "workspace:*",
"@ark-project/core": "^2.1.1",
"@ark-project/react": "^1.1.1",
"@ark-project/core": "^2.1.2",
"@ark-project/react": "^1.1.2",
"@hookform/error-message": "^2.0.1",
"@starknet-react/chains": "^0.1.7",
"@starknet-react/core": "^2.8.3",
"@starknet-react/core": "^2.9.0",
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "catalog:",
"@tanstack/react-table": "^8.15.3",
"@tanstack/react-virtual": "^3.5.0",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.7",
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"@vercel/speed-insights": "^1.0.10",
"@vercel/speed-insights": "^1.0.12",
"blockies-ts": "^1.0.0",
"embla-carousel-wheel-gestures": "^8.0.1",
"framer-motion": "^11.2.6",
"geist": "^1.2.2",
"get-starknet-core": "^3.2.0",
"framer-motion": "^11.5.2",
"geist": "^1.3.1",
"get-starknet-core": "^3.3.3",
"lucide-react": "^0.381.0",
"mobula-sdk": "^1.6.0",
"moment": "^2.30.1",
"next": "^14.2.3",
"nuqs": "^1.17.4",
"next": "^14.2.7",
"nuqs": "^1.19.0",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-icons": "^5.0.1",
"react-icons": "^5.3.0",
"react-query": "^3.39.3",
"react-virtuoso": "^4.7.11",
"starknet": "^6.9.0",
"react-virtuoso": "^4.10.2",
"starknet": "^6.11.0",
"starknetkit": "^1.1.9",
"superjson": "2.2.1",
"usehooks-ts": "^3.1.0",
"viem": "^2.13.10",
"viem": "^2.21.1",
"zod": "catalog:",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@ark-market/eslint-config": "workspace:*",
"@ark-market/prettier-config": "workspace:*",
"@ark-market/tailwind-config": "workspace:*",
"@ark-market/tsconfig": "workspace:*",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.14.15",
"@types/node": "^20.16.4",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"dotenv-cli": "^7.4.2",
Expand Down
61 changes: 52 additions & 9 deletions apps/arkmarket/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,67 @@ export const dynamic = "force-dynamic";
export const fetchCache = "force-no-store";
export const revalidate = 0;

const title = "Home to the Adventurers";
const description =
"Created for Adventurers by Bibliotheca DAO - your window into the onchain world of Realms and the Lootverse.";

export const metadata: Metadata = {
metadataBase: new URL(
env.VERCEL_ENV === "production"
? "https://market.realms.world"
: "http://localhost:3000",
),
title: "Realms World Market",
description: "FOCGing trade center",
openGraph: {
title: "Realms.World Market",
description: "Simple monorepo with starknet marketplace",
url: "https://market.realms.world",
siteName: "Realms.World Market",
title: {
template: "%s | Realms.World",
default: "Realms.World | Home to the Adventurers",
},
description: description,
icons: {
icon: "/rw-logo.svg",
},
twitter: {
card: "summary_large_image",
site: "@RealmsWorld",
creator: "@RealmsWorld",
title: "Realms.World | " + title,
description: description,
siteId: "1467726470533754880",
creator: "@bibliothecadao",
creatorId: "1467726470533754880",
images: ["https://market.realms.world/backgrounds/banner.png"],
},
openGraph: {
title: "Realms.World |" + title,
description: description,
url: "https://market.realms.world",
siteName: "Realms World",
images: [
{
url: "https://market.realms.world/backgrounds/banner.png",
width: 800,
height: 600,
alt: "Realms Autonomous World",
},
{
url: "https://market.realms.world/backgrounds/banner.png",
width: 1800,
height: 1600,
alt: "Realms Autonomous World",
},
],
locale: "en-US",
type: "website",
},
robots: {
index: false,
follow: true,
nocache: true,
googleBot: {
index: true,
follow: false,
noimageindex: true,
"max-video-preview": -1,
"max-image-preview": "large",
"max-snippet": -1,
},
},
};

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"devDependencies": {
"@ark-market/prettier-config": "workspace:*",
"@turbo/gen": "^2.0.3",
"eslint": "^9.4.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.1",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
"@turbo/gen": "^2.1.1",
"eslint": "^9.9.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
},
"prettier": "@ark-market/prettier-config",
"lint-staged": {
Expand Down
Loading

0 comments on commit 38510d1

Please sign in to comment.