Skip to content

Update Token API #989

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 10, 2025
Merged
  •  
  •  
  •  
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.12.3",
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "turbo run dev",
"build": "NODE_OPTIONS='--max-old-space-size=8192' turbo run build",
Expand All @@ -21,11 +21,11 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"@types/node": "^22.15.33",
"@types/node": "^22.16.2",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^3.5.0",
"prettier": "^3.6.1",
"prettier-plugin-tailwindcss": "^0.6.13",
"eslint-plugin-mdx": "^3.6.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^4.0.1",
"remark-lint-heading-increment": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 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.20250620.0",
"@cloudflare/workers-types": "^4.20250710.0",
"@types/react": "^18.3.23",
"jest-image-snapshot": "^6.5.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^2.1.9",
"wrangler": "^3.114.10"
"wrangler": "^3.114.11"
},
"sideEffects": false
}
1,540 changes: 778 additions & 762 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@docsearch/react": "^3.9.0",
"@edgeandnode/common": "^7.0.4",
"@edgeandnode/gds": "^6.6.2",
"@edgeandnode/go": "^10.2.3",
"@edgeandnode/gds": "^6.7.0",
"@edgeandnode/go": "^10.3.0",
"@emotion/react": "^11.14.0",
"@graphprotocol/contracts": "^7.3.0",
"@pinax/graph-networks-registry": "^0.7.1",
Expand All @@ -33,8 +33,8 @@
"lodash": "^4.17.21",
"mdast-util-mdx-jsx": "^3.2.0",
"mdast-util-to-hast": "^13.2.0",
"mixpanel-browser": "^2.65.0",
"motion": "^12.19.1",
"mixpanel-browser": "^2.66.0",
"motion": "^12.23.1",
"next": "^14.2.30",
"next-seo": "^6.8.0",
"next-sitemap": "^4.2.3",
Expand All @@ -48,14 +48,14 @@
"theme-ui": "^0.17.2",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
"zod": "^3.25.67"
"zod": "^3.25.76"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/lodash": "^4.17.19",
"@types/lodash": "^4.17.20",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.60.0",
"@types/node": "^22.15.33",
"@types/node": "^22.16.2",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/vfile": "^4.0.0",
Expand Down
Loading
Loading