Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vercel/commerce
Browse files Browse the repository at this point in the history
  • Loading branch information
maarten2424 committed Jul 6, 2023
2 parents a50f408 + 1918c25 commit 999d8ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .graphqlrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ overwrite: true
schema:
- https://${SWELL_STORE_ID}.swell.store/graphql:
headers:
Authorization: ${SWELL_STOREFRONT_PUBLIC_KEY}
Authorization: ${SWELL_PUBLIC_KEY}
documents: 'lib/**/*.graphql'
generates:
lib/swell/__generated__/graphql.ts:
Expand Down
2 changes: 1 addition & 1 deletion components/opengraph-image.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ImageResponse } from '@vercel/og';
import { ImageResponse } from 'next/server';

export type Props = {
title?: string;
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@vercel/og": "^0.5.8",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"framer-motion": "^10.12.18",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"is-empty-iterable": "^3.0.0",
"next": "13.4.8",
"react": "18.2.0",
"react-cookie": "^4.1.1",
Expand Down
134 changes: 2 additions & 132 deletions pnpm-lock.yaml

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

0 comments on commit 999d8ce

Please sign in to comment.