Skip to content

Commit

Permalink
Update Supported Networks table + update dependencies (#542)
Browse files Browse the repository at this point in the history
* Update pnpm and dependencies

* Update Supported Networks table + update dependencies
  • Loading branch information
benface authored Nov 3, 2023
1 parent 5b069fd commit 8e3e6c2
Show file tree
Hide file tree
Showing 31 changed files with 2,992 additions and 4,500 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-alpine as builder
ENV PNPM_HOME="/usr/bin"

RUN apk add --no-cache git
RUN npm install -g pnpm@8.7.0
RUN npm install -g pnpm@8.10.0

WORKDIR /app

Expand Down
12 changes: 6 additions & 6 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@8.7.0",
"packageManager": "pnpm@8.10.0",
"scripts": {
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
Expand All @@ -24,18 +24,18 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.2",
"eslint": "^8.48.0",
"eslint": "^8.52.0",
"eslint-plugin-mdx": "^2.2.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier-plugin-pkg": "^0.18.0",
"remark-frontmatter": "^4.0.1",
"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.10.13",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"lint-staged": {
Expand Down
16 changes: 8 additions & 8 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"react-use": "^17.4.0"
},
"devDependencies": {
"@edgeandnode/gds": "^2.9.3",
"@edgeandnode/go": "^3.0.3",
"@edgeandnode/gds": "^2.12.9",
"@edgeandnode/go": "^3.4.2",
"@emotion/react": "^11.11.1",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"next": "13.4.12",
"next-seo": "^6.1.0",
"nextra": "^2.12.3",
"@types/lodash": "^4.14.200",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"next": "13.5.6",
"next-seo": "^6.4.0",
"nextra": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.16.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"test": "vitest run"
},
"dependencies": {
"@resvg/resvg-wasm": "2.4.1",
"@resvg/resvg-wasm": "2.6.0",
"react": "18.2.0",
"satori": "0.10.1",
"satori": "0.10.9",
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@types/react": "^18.2.14",
"jest-image-snapshot": "^6.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.5",
"vitest": "^0.32.2",
"wrangler": "^3.1.1"
"@cloudflare/workers-types": "^4.20231025.0",
"@types/react": "^18.2.34",
"jest-image-snapshot": "^6.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"wrangler": "^3.15.0"
}
}
Loading

0 comments on commit 8e3e6c2

Please sign in to comment.