Skip to content

Commit 8e3e6c2

Browse files
authored
Update Supported Networks table + update dependencies (#542)
* Update pnpm and dependencies * Update Supported Networks table + update dependencies
1 parent 5b069fd commit 8e3e6c2

31 files changed

+2992
-4500
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18-alpine as builder
33
ENV PNPM_HOME="/usr/bin"
44

55
RUN apk add --no-cache git
6-
RUN npm install -g pnpm@8.7.0
6+
RUN npm install -g pnpm@8.10.0
77

88
WORKDIR /app
99

package.json

+6-6
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@8.7.0",
4+
"packageManager": "pnpm@8.10.0",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -24,18 +24,18 @@
2424
},
2525
"devDependencies": {
2626
"@edgeandnode/eslint-config": "^2.0.2",
27-
"eslint": "^8.48.0",
27+
"eslint": "^8.52.0",
2828
"eslint-plugin-mdx": "^2.2.0",
2929
"husky": "^8.0.3",
30-
"lint-staged": "^14.0.1",
31-
"prettier": "^3.0.2",
30+
"lint-staged": "^15.0.2",
31+
"prettier": "^3.0.3",
3232
"prettier-plugin-pkg": "^0.18.0",
33-
"remark-frontmatter": "^4.0.1",
33+
"remark-frontmatter": "^5.0.0",
3434
"remark-lint-first-heading-level": "^3.1.2",
3535
"remark-lint-heading-increment": "^3.1.2",
3636
"remark-lint-no-heading-punctuation": "^3.1.2",
3737
"remark-lint-restrict-elements": "workspace:*",
38-
"turbo": "^1.10.13",
38+
"turbo": "^1.10.16",
3939
"typescript": "^5.2.2"
4040
},
4141
"lint-staged": {

packages/nextra-theme/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"react-use": "^17.4.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^2.9.3",
47-
"@edgeandnode/go": "^3.0.3",
46+
"@edgeandnode/gds": "^2.12.9",
47+
"@edgeandnode/go": "^3.4.2",
4848
"@emotion/react": "^11.11.1",
49-
"@types/lodash": "^4.14.197",
50-
"@types/react": "^18.2.21",
51-
"@types/react-dom": "^18.2.7",
52-
"next": "13.4.12",
53-
"next-seo": "^6.1.0",
54-
"nextra": "^2.12.3",
49+
"@types/lodash": "^4.14.200",
50+
"@types/react": "^18.2.34",
51+
"@types/react-dom": "^18.2.14",
52+
"next": "13.5.6",
53+
"next-seo": "^6.4.0",
54+
"nextra": "^2.13.2",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"theme-ui": "^0.16.1",

packages/og-image/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"test": "vitest run"
1111
},
1212
"dependencies": {
13-
"@resvg/resvg-wasm": "2.4.1",
13+
"@resvg/resvg-wasm": "2.6.0",
1414
"react": "18.2.0",
15-
"satori": "0.10.1",
15+
"satori": "0.10.9",
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20230518.0",
20-
"@types/react": "^18.2.14",
21-
"jest-image-snapshot": "^6.1.0",
22-
"tsx": "^3.12.7",
23-
"typescript": "^5.1.5",
24-
"vitest": "^0.32.2",
25-
"wrangler": "^3.1.1"
19+
"@cloudflare/workers-types": "^4.20231025.0",
20+
"@types/react": "^18.2.34",
21+
"jest-image-snapshot": "^6.2.0",
22+
"tsx": "^3.14.0",
23+
"typescript": "^5.2.2",
24+
"vitest": "^0.34.6",
25+
"wrangler": "^3.15.0"
2626
}
2727
}

0 commit comments

Comments
 (0)