Skip to content

Commit 3dcc640

Browse files
authored
Update dependencies, notably @edgeandnode/common for the supported networks (#751)
1 parent 8b8b347 commit 3dcc640

File tree

9 files changed

+13491
-11061
lines changed

9 files changed

+13491
-11061
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
66
ENV PNPM_HOME="/usr/bin"
77

88
RUN apk add --no-cache git
9-
RUN npm install -g pnpm@9.5.0
9+
RUN npm install -g pnpm@9.8.0
1010

1111
WORKDIR /app
1212

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "the-graph-docs-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@9.5.0",
4+
"packageManager": "pnpm@9.8.0",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -22,13 +22,13 @@
2222
"eslint": "^8.57.0",
2323
"eslint-plugin-mdx": "^2.3.4",
2424
"prettier": "^3.3.3",
25-
"prettier-plugin-tailwindcss": "^0.6.5",
25+
"prettier-plugin-tailwindcss": "^0.6.6",
2626
"remark-frontmatter": "^5.0.0",
2727
"remark-lint-first-heading-level": "^3.1.2",
2828
"remark-lint-heading-increment": "^3.1.2",
2929
"remark-lint-no-heading-punctuation": "^3.1.2",
3030
"remark-lint-restrict-elements": "workspace:*",
3131
"turbo": "^1.13.4",
32-
"typescript": "^5.5.3"
32+
"typescript": "^5.5.4"
3333
}
3434
}

packages/nextra-theme/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"@radix-ui/react-visually-hidden": "^1.1.0",
4141
"lodash": "^4.17.21",
4242
"react-intersection-observer": "^9.13.0",
43-
"react-use": "^17.5.0"
43+
"react-use": "^17.5.1"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.23.0",
47-
"@edgeandnode/go": "^6.33.0",
48-
"@emotion/react": "^11.12.0",
46+
"@edgeandnode/gds": "^5.28.0",
47+
"@edgeandnode/go": "^6.44.0",
48+
"@emotion/react": "^11.13.3",
4949
"@types/lodash": "^4.17.7",
50-
"@types/react": "^18.3.3",
50+
"@types/react": "^18.3.4",
5151
"@types/react-dom": "^18.3.0",
52-
"next": "^14.2.5",
52+
"next": "^14.2.6",
5353
"next-seo": "^6.5.0",
5454
"nextra": "^2.13.4",
5555
"react": "^18.3.1",
5656
"react-dom": "^18.3.1",
5757
"theme-ui": "^0.16.2",
58-
"tsup": "^8.2.0"
58+
"tsup": "^8.2.4"
5959
},
6060
"sideEffects": false
6161
}

packages/og-image/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20240718.0",
20-
"@types/react": "^18.3.3",
19+
"@cloudflare/workers-types": "^4.20240821.1",
20+
"@types/react": "^18.3.4",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.16.2",
23-
"typescript": "^5.5.3",
22+
"tsx": "^4.17.0",
23+
"typescript": "^5.5.4",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.65.1"
25+
"wrangler": "^3.72.2"
2626
}
2727
}

0 commit comments

Comments
 (0)