Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ http {
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tap/$ $scheme://$http_host/docs/$1/indexing/tap/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tokenomics/$ $scheme://$http_host/docs/$1/resources/tokenomics/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/$ $scheme://$http_host/docs/$1/token-api/quick-start/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/evm/get-transfers-evm-by-address/$ $scheme://$http_host/docs/$1/token-api/evm/get-transfers-evm/ permanent;
# Temporary redirects (302)
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "graph-docs",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@10.7.0",
"packageManager": "pnpm@10.10.0",
"scripts": {
"dev": "turbo run dev",
"build": "NODE_OPTIONS='--max_old_space_size=8192' turbo run build",
Expand All @@ -20,18 +20,18 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"@types/node": "^22.13.17",
"@types/node": "^22.15.3",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^3.3.1",
"eslint-plugin-mdx": "^3.4.1",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^4.0.1",
"remark-lint-heading-increment": "^4.0.1",
"remark-lint-no-heading-punctuation": "^4.0.1",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^2.4.4",
"typescript": "^5.8.2"
"turbo": "^2.5.2",
"typescript": "^5.8.3"
},
"resolutions": {
"@babel/core": "7.26.7"
Expand Down
8 changes: 4 additions & 4 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250327.0",
"@cloudflare/workers-types": "^4.20250430.0",
"@types/react": "^18.3.20",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vitest": "^2.1.9",
"wrangler": "^3.114.3"
"wrangler": "^3.114.8"
},
"sideEffects": false
}
4,874 changes: 2,462 additions & 2,412 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"dependencies": {
"@docsearch/react": "^3.9.0",
"@edgeandnode/common": "^7.0.4",
"@edgeandnode/gds": "^6.5.12",
"@edgeandnode/go": "^9.4.13",
"@edgeandnode/gds": "^6.5.14",
"@edgeandnode/go": "^9.4.14",
"@emotion/react": "^11.14.0",
"@graphprotocol/contracts": "6.2.1",
"@pinax/graph-networks-registry": "^0.6.7",
"@react-hookz/web": "^25.1.0",
"@react-hookz/web": "^25.1.1",
"@readme/httpsnippet": "^11.0.0",
"@readme/openapi-parser": "^3.0.1",
"@readme/openapi-parser": "^3.0.3",
"fetch-har": "^11.1.1",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.63.0",
"motion": "^12.6.3",
"next": "^14.2.26",
"mixpanel-browser": "^2.64.0",
"motion": "^12.9.4",
"next": "^14.2.28",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
"nextra": "^3.3.1",
Expand All @@ -44,20 +44,20 @@
"remark-callouts": "workspace:*",
"theme-ui": "^0.17.2",
"unist-util-visit": "^5.0.0",
"zod": "^3.24.2"
"zod": "^3.24.3"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.54.0",
"@types/node": "^22.14.0",
"@types/node": "^22.15.3",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
"fast-xml-parser": "^5.1.0",
"fast-xml-parser": "^5.2.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tsup": "^8.4.0",
"tsx": "^4.19.3"
"tsx": "^4.19.4"
}
}
Loading