Skip to content

Commit bbc641b

Browse files
authored
Update Token API (#1052)
1 parent f2aa872 commit bbc641b

File tree

326 files changed

+7604
-5519
lines changed

Some content is hidden

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

326 files changed

+7604
-5519
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.22.0",
5+
"packageManager": "pnpm@10.23.0",
66
"scripts": {
77
"dev": "turbo run dev",
88
"build": "NODE_OPTIONS='--max-old-space-size=8192' turbo run build",

packages/og-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20251113.0",
20-
"@types/react": "^18.3.26",
19+
"@cloudflare/workers-types": "^4.20251120.0",
20+
"@types/react": "^18.3.27",
2121
"jest-image-snapshot": "^6.5.1",
2222
"tsx": "4.20.4",
2323
"typescript": "^5.9.3",

pnpm-lock.yaml

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

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lodash": "^4.17.21",
3434
"mdast-util-mdx-jsx": "^3.2.0",
3535
"mdast-util-to-hast": "^13.2.0",
36-
"mixpanel-browser": "^2.71.1",
36+
"mixpanel-browser": "^2.72.0",
3737
"motion": "^12.23.24",
3838
"next": "^14.2.33",
3939
"next-seo": "^6.8.0",
@@ -59,11 +59,11 @@
5959
"@types/mdast": "^4.0.4",
6060
"@types/mixpanel-browser": "^2.66.0",
6161
"@types/node": "^22.19.1",
62-
"@types/react": "^18.3.26",
62+
"@types/react": "^18.3.27",
6363
"@types/react-dom": "^18.3.7",
6464
"@types/vfile": "^4.0.0",
6565
"autoprefixer": "^10.4.22",
66-
"fast-xml-parser": "^5.3.1",
66+
"fast-xml-parser": "^5.3.2",
6767
"postcss": "^8.5.6",
6868
"tailwindcss": "^3.4.18",
6969
"tsup": "^8.5.1",

0 commit comments

Comments
 (0)