Skip to content

Commit 03a506c

Browse files
authored
Update Token API (#1025)
* Update Token API * Prettier
1 parent 34a68b4 commit 03a506c

File tree

136 files changed

+7540
-1532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+7540
-1532
lines changed

.k8s/production/ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: Ingress
33
metadata:
44
name: graph-docs
55
annotations:
6-
cert-manager.io/issuer: "prod-cluster-origin-issuer"
7-
cert-manager.io/issuer-kind: "ClusterOriginIssuer"
8-
cert-manager.io/issuer-group: "cert-manager.k8s.cloudflare.com"
6+
cert-manager.io/issuer: 'prod-cluster-origin-issuer'
7+
cert-manager.io/issuer-kind: 'ClusterOriginIssuer'
8+
cert-manager.io/issuer-group: 'cert-manager.k8s.cloudflare.com'
99
spec:
1010
ingressClassName: nginx
1111
tls:

.k8s/staging/ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: Ingress
33
metadata:
44
name: graph-docs
55
annotations:
6-
cert-manager.io/issuer: "staging-cluster-origin-issuer"
7-
cert-manager.io/issuer-kind: "ClusterOriginIssuer"
8-
cert-manager.io/issuer-group: "cert-manager.k8s.cloudflare.com"
6+
cert-manager.io/issuer: 'staging-cluster-origin-issuer'
7+
cert-manager.io/issuer-kind: 'ClusterOriginIssuer'
8+
cert-manager.io/issuer-group: 'cert-manager.k8s.cloudflare.com'
99
spec:
1010
ingressClassName: nginx
1111
tls:

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": "pnpm@10.17.0",
5+
"packageManager": "pnpm@10.18.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.18.5",
24+
"@types/node": "^22.18.8",
2525
"eslint": "^8.57.1",
2626
"eslint-plugin-mdx": "^3.6.2",
2727
"prettier": "^3.6.2",
@@ -31,8 +31,8 @@
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.6",
35-
"typescript": "^5.9.2"
34+
"turbo": "^2.5.8",
35+
"typescript": "^5.9.3"
3636
},
3737
"resolutions": {
3838
"@babel/core": "7.26.7"

packages/og-image/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20250917.0",
20-
"@types/react": "^18.3.24",
19+
"@cloudflare/workers-types": "^4.20251001.0",
20+
"@types/react": "^18.3.25",
2121
"jest-image-snapshot": "^6.5.1",
2222
"tsx": "4.20.4",
23-
"typescript": "^5.9.2",
23+
"typescript": "^5.9.3",
2424
"vitest": "^2.1.9",
2525
"wrangler": "^3.114.14"
2626
},

pnpm-lock.yaml

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

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docsearch/react": "^3.9.0",
2121
"@edgeandnode/common": "^7.0.4",
2222
"@edgeandnode/gds": "^6.7.4",
23-
"@edgeandnode/go": "^10.3.6",
23+
"@edgeandnode/go": "^10.3.8",
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.70.0",
37-
"motion": "^12.23.13",
38-
"next": "^14.2.32",
37+
"motion": "^12.23.22",
38+
"next": "^14.2.33",
3939
"next-seo": "^6.8.0",
4040
"next-sitemap": "^4.2.3",
4141
"nextra": "^3.3.1",
@@ -55,14 +55,14 @@
5555
"@types/lodash": "^4.17.20",
5656
"@types/mdast": "^4.0.4",
5757
"@types/mixpanel-browser": "^2.66.0",
58-
"@types/node": "^22.18.5",
59-
"@types/react": "^18.3.24",
58+
"@types/node": "^22.18.8",
59+
"@types/react": "^18.3.25",
6060
"@types/react-dom": "^18.3.7",
6161
"@types/vfile": "^4.0.0",
6262
"autoprefixer": "^10.4.21",
6363
"fast-xml-parser": "^5.2.5",
6464
"postcss": "^8.5.6",
65-
"tailwindcss": "^3.4.17",
65+
"tailwindcss": "^3.4.18",
6666
"tsup": "^8.5.0",
6767
"tsx": "4.20.4"
6868
}

0 commit comments

Comments
 (0)