Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 4 additions & 4 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": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"dev": "turbo run dev",
"build": "NODE_OPTIONS='--max_old_space_size=8192' turbo run build",
Expand All @@ -21,17 +21,17 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"@types/node": "^22.15.24",
"@types/node": "^22.15.29",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^3.4.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"prettier-plugin-tailwindcss": "^0.6.12",
"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.5.3",
"turbo": "^2.5.4",
"typescript": "^5.8.3"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@resvg/resvg-wasm": "^2.6.2",
"react": "^18.3.1",
"satori": "^0.13.1",
"satori": "^0.13.2",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250529.0",
"@cloudflare/workers-types": "^4.20250605.0",
"@types/react": "^18.3.23",
"jest-image-snapshot": "^6.5.1",
"tsx": "^4.19.4",
Expand Down
956 changes: 480 additions & 476 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@docsearch/react": "^3.9.0",
"@edgeandnode/common": "^7.0.4",
"@edgeandnode/gds": "^6.5.15",
"@edgeandnode/go": "^10.1.0",
"@edgeandnode/go": "^10.1.1",
"@emotion/react": "^11.14.0",
"@graphprotocol/contracts": "^7.1.2",
"@pinax/graph-networks-registry": "^0.6.7",
"@react-hookz/web": "^25.1.1",
"@readme/httpsnippet": "^11.0.0",
"@readme/openapi-parser": "^4.0.0",
"@readme/openapi-parser": "^4.1.0",
"fetch-har": "^11.1.1",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.65.0",
"motion": "^12.15.0",
"motion": "^12.16.0",
"next": "^14.2.29",
"next-seo": "^6.8.0",
"next-sitemap": "^4.2.3",
Expand All @@ -45,13 +45,13 @@
"remark-callouts": "workspace:*",
"theme-ui": "^0.17.2",
"unist-util-visit": "^5.0.0",
"zod": "^3.25.36"
"zod": "^3.25.51"
},
"devDependencies": {
"@types/lodash": "^4.17.17",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.60.0",
"@types/node": "^22.15.24",
"@types/node": "^22.15.29",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
Expand Down
Loading