Skip to content

Commit c2bcd86

Browse files
authored
Update dependencies + show Soneium Testnet on Get Started page (#821)
* Update dependencies * Show Soneium Testnet on Get Started page
1 parent 5a22177 commit c2bcd86

File tree

9 files changed

+1124
-833
lines changed

9 files changed

+1124
-833
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.12.2",
4+
"packageManager": "pnpm@9.13.2",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -22,7 +22,7 @@
2222
"eslint": "^8.57.1",
2323
"eslint-plugin-mdx": "^2.3.4",
2424
"prettier": "^3.3.3",
25-
"prettier-plugin-tailwindcss": "^0.6.8",
25+
"prettier-plugin-tailwindcss": "^0.6.9",
2626
"remark-frontmatter": "^5.0.0",
2727
"remark-lint-first-heading-level": "^3.1.2",
2828
"remark-lint-heading-increment": "^3.1.2",

packages/nextra-theme/package.json

Lines changed: 8 additions & 8 deletions
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.2",
38+
"@docsearch/react": "^3.8.0",
3939
"@radix-ui/react-collapsible": "^1.1.1",
4040
"@radix-ui/react-visually-hidden": "^1.1.0",
4141
"lodash": "^4.17.21",
4242
"react-intersection-observer": "^9.13.1",
4343
"react-use": "^17.5.1"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.33.2",
47-
"@edgeandnode/go": "^6.59.2",
46+
"@edgeandnode/gds": "~5.34.0",
47+
"@edgeandnode/go": "~6.60.0",
4848
"@emotion/react": "^11.13.3",
49-
"@types/lodash": "^4.17.12",
50-
"@types/react": "^18.3.11",
49+
"@types/lodash": "^4.17.13",
50+
"@types/react": "^18.3.12",
5151
"@types/react-dom": "^18.3.1",
52-
"next": "^14.2.15",
52+
"next": "^14.2.18",
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.17.0",
58-
"tsup": "^8.3.0"
57+
"theme-ui": "^0.17.1",
58+
"tsup": "^8.3.5"
5959
},
6060
"sideEffects": false
6161
}

packages/og-image/package.json

Lines changed: 4 additions & 4 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.20241018.0",
20-
"@types/react": "^18.3.11",
19+
"@cloudflare/workers-types": "^4.20241112.0",
20+
"@types/react": "^18.3.12",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.19.1",
22+
"tsx": "^4.19.2",
2323
"typescript": "^5.6.3",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.82.0"
25+
"wrangler": "^3.87.0"
2626
}
2727
}

packages/remark-lint-restrict-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "remark-lint-restrict-elements",
33
"version": "0.0.0",
44
"type": "module",
5+
"main": "index.js",
56
"author": "Dimitri POSTOLOV <[email protected]>",
6-
"module": "index.js",
77
"keywords": [
88
"remark",
99
"lint",

pnpm-lock.yaml

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

website/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,36 @@
1313
"typecheck": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@edgeandnode/common": "^6.28.1",
17-
"@edgeandnode/gds": "^5.33.2",
18-
"@edgeandnode/go": "^6.59.2",
16+
"@edgeandnode/common": "^6.30.0",
17+
"@edgeandnode/gds": "~5.34.0",
18+
"@edgeandnode/go": "~6.60.0",
1919
"@emotion/react": "^11.13.3",
2020
"@graphprotocol/contracts": "6.2.1",
2121
"@graphprotocol/nextra-theme": "workspace:*",
2222
"@phosphor-icons/react": "^2.1.7",
23-
"mixpanel-browser": "^2.55.1",
24-
"next": "^14.2.15",
23+
"mixpanel-browser": "^2.56.0",
24+
"next": "^14.2.18",
2525
"next-seo": "^6.6.0",
2626
"next-sitemap": "^4.2.3",
2727
"nextra": "^2.13.4",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
3030
"react-ga4": "^2.1.0",
31-
"theme-ui": "^0.17.0",
31+
"theme-ui": "^0.17.1",
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.1",
38-
"@types/react": "^18.3.11",
37+
"@types/mixpanel-browser": "^2.50.2",
38+
"@types/react": "^18.3.12",
3939
"@types/react-dom": "^18.3.1",
4040
"autoprefixer": "^10.4.20",
4141
"fast-xml-parser": "^4.5.0",
4242
"graphql": "^16.9.0",
43-
"postcss": "^8.4.47",
44-
"tailwindcss": "^3.4.14",
45-
"tsx": "^4.19.1",
43+
"postcss": "^8.4.49",
44+
"tailwindcss": "^3.4.15",
45+
"tsx": "^4.19.2",
4646
"unified": "^11.0.5"
4747
}
4848
}

0 commit comments

Comments
 (0)