Skip to content

Commit

Permalink
Update dependencies, notably @edgeandnode/common for the supported …
Browse files Browse the repository at this point in the history
…networks (#751)
  • Loading branch information
benface authored Aug 22, 2024
1 parent 8b8b347 commit 3dcc640
Show file tree
Hide file tree
Showing 9 changed files with 13,491 additions and 11,061 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
ENV PNPM_HOME="/usr/bin"

RUN apk add --no-cache git
RUN npm install -g pnpm@9.5.0
RUN npm install -g pnpm@9.8.0

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-graph-docs-monorepo",
"private": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.8.0",
"scripts": {
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
Expand All @@ -22,13 +22,13 @@
"eslint": "^8.57.0",
"eslint-plugin-mdx": "^2.3.4",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-heading-increment": "^3.1.2",
"remark-lint-no-heading-punctuation": "^3.1.2",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^1.13.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
14 changes: 7 additions & 7 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"@radix-ui/react-visually-hidden": "^1.1.0",
"lodash": "^4.17.21",
"react-intersection-observer": "^9.13.0",
"react-use": "^17.5.0"
"react-use": "^17.5.1"
},
"devDependencies": {
"@edgeandnode/gds": "^5.23.0",
"@edgeandnode/go": "^6.33.0",
"@emotion/react": "^11.12.0",
"@edgeandnode/gds": "^5.28.0",
"@edgeandnode/go": "^6.44.0",
"@emotion/react": "^11.13.3",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"next": "^14.2.5",
"next": "^14.2.6",
"next-seo": "^6.5.0",
"nextra": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"theme-ui": "^0.16.2",
"tsup": "^8.2.0"
"tsup": "^8.2.4"
},
"sideEffects": false
}
10 changes: 5 additions & 5 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240718.0",
"@types/react": "^18.3.3",
"@cloudflare/workers-types": "^4.20240821.1",
"@types/react": "^18.3.4",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vitest": "^1.6.0",
"wrangler": "^3.65.1"
"wrangler": "^3.72.2"
}
}
Loading

0 comments on commit 3dcc640

Please sign in to comment.