Skip to content

Commit 5634476

Browse files
authored
Update dependencies, notably for updated GlobalHeader and GlobalFooter (#729)
Update dependencies
1 parent 91d960f commit 5634476

File tree

7 files changed

+2506
-1792
lines changed

7 files changed

+2506
-1792
lines changed

.eslintrc.cjs .eslintrc.js

File renamed without changes.

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.4.0
9+
RUN npm install -g pnpm@9.5.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.4.0",
4+
"packageManager": "pnpm@9.5.0",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -21,14 +21,14 @@
2121
"@edgeandnode/eslint-config": "^2.0.3",
2222
"eslint": "^8.57.0",
2323
"eslint-plugin-mdx": "^2.3.4",
24-
"prettier": "^3.3.2",
24+
"prettier": "^3.3.3",
2525
"prettier-plugin-tailwindcss": "^0.6.5",
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.2"
32+
"typescript": "^5.5.3"
3333
}
3434
}

packages/nextra-theme/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
"theme-ui": "^0.16"
3636
},
3737
"dependencies": {
38-
"@docsearch/react": "^3.6.0",
38+
"@docsearch/react": "^3.6.1",
3939
"@radix-ui/react-collapsible": "^1.1.0",
4040
"@radix-ui/react-visually-hidden": "^1.1.0",
4141
"lodash": "^4.17.21",
42-
"react-intersection-observer": "^9.10.3",
42+
"react-intersection-observer": "^9.13.0",
4343
"react-use": "^17.5.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.21.0",
47-
"@edgeandnode/go": "^6.31.0",
48-
"@emotion/react": "^11.11.4",
49-
"@types/lodash": "^4.17.6",
46+
"@edgeandnode/gds": "^5.23.0",
47+
"@edgeandnode/go": "^6.33.0",
48+
"@emotion/react": "^11.12.0",
49+
"@types/lodash": "^4.17.7",
5050
"@types/react": "^18.3.3",
5151
"@types/react-dom": "^18.3.0",
52-
"next": "^14.2.4",
52+
"next": "^14.2.5",
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.1.0"
58+
"tsup": "^8.2.0"
5959
},
6060
"sideEffects": false
6161
}

packages/og-image/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"dependencies": {
1313
"@resvg/resvg-wasm": "2.6.2",
1414
"react": "18.3.1",
15-
"satori": "0.10.13",
15+
"satori": "0.10.14",
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20240620.0",
19+
"@cloudflare/workers-types": "^4.20240718.0",
2020
"@types/react": "^18.3.3",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.15.7",
23-
"typescript": "^5.5.2",
22+
"tsx": "^4.16.2",
23+
"typescript": "^5.5.3",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.62.0"
25+
"wrangler": "^3.65.1"
2626
}
2727
}

0 commit comments

Comments
 (0)