Skip to content

Commit e669b32

Browse files
authored
Update Token API (#1016)
* Update dependencies * Update Token API JSON + fix code accordingly * Lint * Update `route-lockfile.txt`
1 parent 0458494 commit e669b32

File tree

8 files changed

+4256
-2327
lines changed

8 files changed

+4256
-2327
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graph-docs",
33
"private": true,
44
"version": "1.0.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"scripts": {
77
"dev": "turbo run dev",
88
"build": "NODE_OPTIONS='--max-old-space-size=8192' turbo run build",
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@edgeandnode/eslint-config": "^2.0.3",
24-
"@types/node": "^22.16.5",
24+
"@types/node": "^22.17.0",
2525
"eslint": "^8.57.1",
2626
"eslint-plugin-mdx": "^3.6.2",
2727
"prettier": "^3.6.2",
@@ -32,7 +32,7 @@
3232
"remark-lint-no-heading-punctuation": "^4.0.1",
3333
"remark-lint-restrict-elements": "workspace:*",
3434
"turbo": "^2.5.5",
35-
"typescript": "^5.8.3"
35+
"typescript": "^5.9.2"
3636
},
3737
"resolutions": {
3838
"@babel/core": "7.26.7"

packages/og-image/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@resvg/resvg-wasm": "^2.6.2",
1414
"react": "^18.3.1",
15-
"satori": "^0.16.1",
15+
"satori": "^0.16.2",
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20250724.0",
19+
"@cloudflare/workers-types": "^4.20250807.0",
2020
"@types/react": "^18.3.23",
2121
"jest-image-snapshot": "^6.5.1",
2222
"tsx": "^4.20.3",
23-
"typescript": "^5.8.3",
23+
"typescript": "^5.9.2",
2424
"vitest": "^2.1.9",
25-
"wrangler": "^3.114.11"
25+
"wrangler": "^3.114.13"
2626
},
2727
"sideEffects": false
2828
}

pnpm-lock.yaml

Lines changed: 613 additions & 599 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@docsearch/react": "^3.9.0",
2121
"@edgeandnode/common": "^7.0.4",
22-
"@edgeandnode/gds": "^6.7.1",
23-
"@edgeandnode/go": "^10.3.1",
22+
"@edgeandnode/gds": "^6.7.3",
23+
"@edgeandnode/go": "^10.3.4",
2424
"@emotion/react": "^11.14.0",
2525
"@graphprotocol/contracts": "^7.3.0",
2626
"@pinax/graph-networks-registry": "^0.7.1",
@@ -34,8 +34,8 @@
3434
"mdast-util-mdx-jsx": "^3.2.0",
3535
"mdast-util-to-hast": "^13.2.0",
3636
"mixpanel-browser": "^2.67.0",
37-
"motion": "^12.23.9",
38-
"next": "^14.2.30",
37+
"motion": "^12.23.12",
38+
"next": "^14.2.31",
3939
"next-seo": "^6.8.0",
4040
"next-sitemap": "^4.2.3",
4141
"nextra": "^3.3.1",
@@ -55,7 +55,7 @@
5555
"@types/lodash": "^4.17.20",
5656
"@types/mdast": "^4.0.4",
5757
"@types/mixpanel-browser": "^2.66.0",
58-
"@types/node": "^22.16.5",
58+
"@types/node": "^22.17.0",
5959
"@types/react": "^18.3.23",
6060
"@types/react-dom": "^18.3.7",
6161
"@types/vfile": "^4.0.0",

0 commit comments

Comments
 (0)