Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to refresh supported networks (including logos) #802

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
ENV PNPM_HOME="/usr/bin"

RUN apk add --no-cache git
RUN npm install -g [email protected].1
RUN npm install -g [email protected].2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-graph-docs-monorepo",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
Expand Down
10 changes: 5 additions & 5 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"react-use": "^17.5.1"
},
"devDependencies": {
"@edgeandnode/gds": "^5.31.6",
"@edgeandnode/go": "^6.56.0",
"@edgeandnode/gds": "^5.33.2",
"@edgeandnode/go": "^6.59.2",
"@emotion/react": "^11.13.3",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"next": "^14.2.15",
"next-seo": "^6.6.0",
"nextra": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"theme-ui": "^0.16.2",
"theme-ui": "^0.17.0",
"tsup": "^8.3.0"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/react": "^18.3.11",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vitest": "^1.6.0",
"wrangler": "^3.80.2"
"wrangler": "^3.82.0"
}
}
3,286 changes: 1,661 additions & 1,625 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@edgeandnode/common": "^6.25.0",
"@edgeandnode/gds": "^5.31.6",
"@edgeandnode/go": "^6.56.0",
"@edgeandnode/common": "^6.28.1",
"@edgeandnode/gds": "^5.33.2",
"@edgeandnode/go": "^6.59.2",
"@emotion/react": "^11.13.3",
"@graphprotocol/contracts": "6.2.1",
"@graphprotocol/nextra-theme": "workspace:*",
Expand All @@ -28,20 +28,20 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"theme-ui": "^0.16.2",
"theme-ui": "^0.17.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.3",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.50.0",
"@types/mixpanel-browser": "^2.50.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"fast-xml-parser": "^4.5.0",
"graphql": "^16.9.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"unified": "^11.0.5"
}
Expand Down
Loading