Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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.3.0",
"packageManager": "pnpm@10.6.5",
"scripts": {
"dev": "turbo run dev",
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
Expand All @@ -20,18 +20,18 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"@types/node": "^22.13.4",
"@types/node": "^22.13.11",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.5.1",
"eslint-plugin-mdx": "^3.2.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^4.0.1",
"remark-lint-heading-increment": "^4.0.1",
"remark-lint-no-heading-punctuation": "^4.0.1",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^2.4.2",
"typescript": "^5.7.3"
"turbo": "^2.4.4",
"typescript": "^5.8.2"
},
"resolutions": {
"@babel/core": "7.26.7"
Expand Down
10 changes: 5 additions & 5 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.20250204.0",
"@types/react": "^18.3.18",
"@cloudflare/workers-types": "^4.20250320.0",
"@types/react": "^18.3.19",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vitest": "^2.1.9",
"wrangler": "^3.109.0"
"wrangler": "^3.114.2"
},
"sideEffects": false
}
6,605 changes: 3,394 additions & 3,211 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const withNextra = nextra({
(key),
)

// TODO: Move back to `src/pages/en/_meta.js` and add `src/pages/en/_meta-titles.json` for the translations
const metaFile = {
index: t('index.title'),
about: '',
Expand Down
34 changes: 17 additions & 17 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,41 +15,41 @@
"move-pages": "tsx scripts/move-pages.ts"
},
"dependencies": {
"@docsearch/react": "^3.8.3",
"@edgeandnode/common": "^7.0.1",
"@edgeandnode/gds": "^6.3.0",
"@edgeandnode/go": "^9.1.0",
"@docsearch/react": "^3.9.0",
"@edgeandnode/common": "^7.0.3",
"@edgeandnode/gds": "^6.5.8",
"@edgeandnode/go": "^9.4.8",
"@emotion/react": "^11.14.0",
"@graphprotocol/contracts": "6.2.1",
"@pinax/graph-networks-registry": "^0.6.7",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.60.0",
"motion": "^12.4.2",
"next": "^14.2.24",
"mixpanel-browser": "^2.61.2",
"motion": "^12.5.0",
"next": "^14.2.25",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
"nextra": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-intersection-observer": "^9.15.1",
"react-intersection-observer": "^9.16.0",
"react-use": "^17.6.0",
"rehype-unwrap-images": "workspace:*",
"theme-ui": "^0.17.1",
"theme-ui": "^0.17.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.15",
"@types/lodash": "^4.17.16",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.51.0",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/node": "^22.13.11",
"@types/react": "^18.3.19",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"fast-xml-parser": "^4.5.1",
"postcss": "^8.5.2",
"autoprefixer": "^10.4.21",
"fast-xml-parser": "^5.0.9",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tsup": "^8.3.6",
"tsx": "^4.19.2"
"tsup": "^8.4.0",
"tsx": "^4.19.3"
}
}
Loading