Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ out/
pnpm-lock.yaml
dist/
website/remote-files/*.json
website/.graphclient/
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ENV ORIGIN=$ORIGIN
ENV PNPM_HOME="/usr/bin"

RUN apk add --no-cache git
RUN npm install -g [email protected]
RUN npm install -g corepack@latest
RUN corepack enable pnpm

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "the-graph-docs-monorepo",
"private": true,
"packageManager": "pnpm@10.0.0",
"packageManager": "pnpm@10.1.0",
"scripts": {
"dev": "turbo run dev --parallel",
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
"docker:build": "source ./website/.env.local && DOCKER_BUILDKIT=1 docker build . -t docs --no-cache --build-arg ENVIRONMENT=$ENVIRONMENT --build-arg ORIGIN=$ORIGIN",
"docker:clean": "docker builder prune",
"docker:up": "docker run --rm -it -p 3000:80 -v \"$(pwd)/nginx.conf:/etc/nginx/nginx.conf\" docs",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
"check:fix": "pnpm typecheck; pnpm lint:fix",
"check:fix": "pnpm lint:fix; pnpm prettier",
"typecheck": "turbo run typecheck",
"lint": "eslint . --cache --ignore-path .gitignore --max-warnings 0",
"lint:fix": "eslint . --cache --ignore-path .gitignore --fix; pnpm prettier",
Expand Down
8 changes: 4 additions & 4 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"react-use": "^17.6.0"
},
"devDependencies": {
"@edgeandnode/gds": "^6.1.2",
"@edgeandnode/go": "^8.4.3",
"@edgeandnode/gds": "^6.2.0",
"@edgeandnode/go": "^8.7.0",
"@emotion/react": "^11.14.0",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"next": "^14.2.23",
Expand All @@ -55,7 +55,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"theme-ui": "^0.17.1",
"tsup": "^8.3.5"
"tsup": "^8.3.6"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250124.3",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/react": "^18.3.18",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^1.6.0",
"wrangler": "^3.105.1"
"wrangler": "^3.107.2"
}
}
5,225 changes: 747 additions & 4,478 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading
Loading