Skip to content

Commit 4a0d858

Browse files
authored
Update dependencies to refresh supported networks (including logos) (#802)
Update dependencies
1 parent ebdac80 commit 4a0d858

File tree

9 files changed

+1751
-1667
lines changed

9 files changed

+1751
-1667
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 [email protected].1
9+
RUN npm install -g [email protected].2
1010

1111
WORKDIR /app
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "the-graph-docs-monorepo",
33
"private": true,
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].2",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",

packages/nextra-theme/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"react-use": "^17.5.1"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.31.6",
47-
"@edgeandnode/go": "^6.56.0",
46+
"@edgeandnode/gds": "^5.33.2",
47+
"@edgeandnode/go": "^6.59.2",
4848
"@emotion/react": "^11.13.3",
49-
"@types/lodash": "^4.17.10",
49+
"@types/lodash": "^4.17.12",
5050
"@types/react": "^18.3.11",
51-
"@types/react-dom": "^18.3.0",
51+
"@types/react-dom": "^18.3.1",
5252
"next": "^14.2.15",
5353
"next-seo": "^6.6.0",
5454
"nextra": "^2.13.4",
5555
"react": "^18.3.1",
5656
"react-dom": "^18.3.1",
57-
"theme-ui": "^0.16.2",
57+
"theme-ui": "^0.17.0",
5858
"tsup": "^8.3.0"
5959
},
6060
"sideEffects": false

packages/og-image/package.json

Lines changed: 2 additions & 2 deletions
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.20241004.0",
19+
"@cloudflare/workers-types": "^4.20241018.0",
2020
"@types/react": "^18.3.11",
2121
"jest-image-snapshot": "^6.4.0",
2222
"tsx": "^4.19.1",
2323
"typescript": "^5.6.3",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.80.2"
25+
"wrangler": "^3.82.0"
2626
}
2727
}

pnpm-lock.yaml

Lines changed: 1661 additions & 1625 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

website/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"typecheck": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@edgeandnode/common": "^6.25.0",
17-
"@edgeandnode/gds": "^5.31.6",
18-
"@edgeandnode/go": "^6.56.0",
16+
"@edgeandnode/common": "^6.28.1",
17+
"@edgeandnode/gds": "^5.33.2",
18+
"@edgeandnode/go": "^6.59.2",
1919
"@emotion/react": "^11.13.3",
2020
"@graphprotocol/contracts": "6.2.1",
2121
"@graphprotocol/nextra-theme": "workspace:*",
@@ -28,20 +28,20 @@
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
3030
"react-ga4": "^2.1.0",
31-
"theme-ui": "^0.16.2",
31+
"theme-ui": "^0.17.0",
3232
"unist-util-visit": "^5.0.0"
3333
},
3434
"devDependencies": {
3535
"@graphprotocol/client-cli": "3.0.3",
3636
"@types/mdast": "^4.0.4",
37-
"@types/mixpanel-browser": "^2.50.0",
37+
"@types/mixpanel-browser": "^2.50.1",
3838
"@types/react": "^18.3.11",
39-
"@types/react-dom": "^18.3.0",
39+
"@types/react-dom": "^18.3.1",
4040
"autoprefixer": "^10.4.20",
4141
"fast-xml-parser": "^4.5.0",
4242
"graphql": "^16.9.0",
4343
"postcss": "^8.4.47",
44-
"tailwindcss": "^3.4.13",
44+
"tailwindcss": "^3.4.14",
4545
"tsx": "^4.19.1",
4646
"unified": "^11.0.5"
4747
}

0 commit comments

Comments
 (0)