Skip to content

Commit 039319d

Browse files
authored
Update Token API from staging OpenAPI JSON (#976)
* Update dependencies * Update Token API from staging OpenAPI JSON * Run build * Update JSON from production
1 parent 49ea30e commit 039319d

File tree

28 files changed

+787
-512
lines changed

28 files changed

+787
-512
lines changed

package.json

Lines changed: 4 additions & 4 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": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"scripts": {
77
"dev": "turbo run dev",
88
"build": "NODE_OPTIONS='--max_old_space_size=8192' turbo run build",
@@ -21,17 +21,17 @@
2121
},
2222
"devDependencies": {
2323
"@edgeandnode/eslint-config": "^2.0.3",
24-
"@types/node": "^22.15.24",
24+
"@types/node": "^22.15.29",
2525
"eslint": "^8.57.1",
2626
"eslint-plugin-mdx": "^3.4.2",
2727
"prettier": "^3.5.3",
28-
"prettier-plugin-tailwindcss": "^0.6.11",
28+
"prettier-plugin-tailwindcss": "^0.6.12",
2929
"remark-frontmatter": "^5.0.0",
3030
"remark-lint-first-heading-level": "^4.0.1",
3131
"remark-lint-heading-increment": "^4.0.1",
3232
"remark-lint-no-heading-punctuation": "^4.0.1",
3333
"remark-lint-restrict-elements": "workspace:*",
34-
"turbo": "^2.5.3",
34+
"turbo": "^2.5.4",
3535
"typescript": "^5.8.3"
3636
},
3737
"resolutions": {

packages/og-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@resvg/resvg-wasm": "^2.6.2",
1414
"react": "^18.3.1",
15-
"satori": "^0.13.1",
15+
"satori": "^0.13.2",
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20250529.0",
19+
"@cloudflare/workers-types": "^4.20250605.0",
2020
"@types/react": "^18.3.23",
2121
"jest-image-snapshot": "^6.5.1",
2222
"tsx": "^4.19.4",

pnpm-lock.yaml

Lines changed: 480 additions & 476 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
@@ -20,17 +20,17 @@
2020
"@docsearch/react": "^3.9.0",
2121
"@edgeandnode/common": "^7.0.4",
2222
"@edgeandnode/gds": "^6.5.15",
23-
"@edgeandnode/go": "^10.1.0",
23+
"@edgeandnode/go": "^10.1.1",
2424
"@emotion/react": "^11.14.0",
2525
"@graphprotocol/contracts": "^7.1.2",
2626
"@pinax/graph-networks-registry": "^0.6.7",
2727
"@react-hookz/web": "^25.1.1",
2828
"@readme/httpsnippet": "^11.0.0",
29-
"@readme/openapi-parser": "^4.0.0",
29+
"@readme/openapi-parser": "^4.1.0",
3030
"fetch-har": "^11.1.1",
3131
"lodash": "^4.17.21",
3232
"mixpanel-browser": "^2.65.0",
33-
"motion": "^12.15.0",
33+
"motion": "^12.16.0",
3434
"next": "^14.2.29",
3535
"next-seo": "^6.8.0",
3636
"next-sitemap": "^4.2.3",
@@ -45,13 +45,13 @@
4545
"remark-callouts": "workspace:*",
4646
"theme-ui": "^0.17.2",
4747
"unist-util-visit": "^5.0.0",
48-
"zod": "^3.25.36"
48+
"zod": "^3.25.51"
4949
},
5050
"devDependencies": {
5151
"@types/lodash": "^4.17.17",
5252
"@types/mdast": "^4.0.4",
5353
"@types/mixpanel-browser": "^2.60.0",
54-
"@types/node": "^22.15.24",
54+
"@types/node": "^22.15.29",
5555
"@types/react": "^18.3.23",
5656
"@types/react-dom": "^18.3.7",
5757
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)