Skip to content

Commit 50ccc17

Browse files
authored
Supported Networks: split Hosted Service & Subgraph Studio columns (#596)
* Update dependencies * Supported Networks: split Hosted Service & Subgraph Studio columns * Fix logic (thanks Iain)
1 parent 42e337e commit 50ccc17

File tree

31 files changed

+1718
-1689
lines changed

31 files changed

+1718
-1689
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"@edgeandnode/eslint-config": "^2.0.3",
2525
"eslint": "^8.56.0",
2626
"eslint-plugin-mdx": "^2.3.4",
27-
"husky": "^8.0.3",
28-
"lint-staged": "^15.2.0",
27+
"husky": "^9.0.10",
28+
"lint-staged": "^15.2.1",
2929
"prettier": "^3.2.4",
3030
"remark-frontmatter": "^5.0.0",
3131
"remark-lint-first-heading-level": "^3.1.2",
3232
"remark-lint-heading-increment": "^3.1.2",
3333
"remark-lint-no-heading-punctuation": "^3.1.2",
3434
"remark-lint-restrict-elements": "workspace:*",
35-
"turbo": "^1.11.3",
35+
"turbo": "^1.12.2",
3636
"typescript": "^5.3.3"
3737
},
3838
"lint-staged": {

packages/nextra-theme/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"@radix-ui/react-collapsible": "^1.0.3",
4040
"@radix-ui/react-visually-hidden": "^1.0.3",
4141
"lodash": "^4.17.21",
42-
"react-intersection-observer": "^9.5.3",
43-
"react-use": "^17.4.3"
42+
"react-intersection-observer": "^9.6.0",
43+
"react-use": "^17.5.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^3.3.0",
47-
"@edgeandnode/go": "^4.3.0",
46+
"@edgeandnode/gds": "^3.6.2",
47+
"@edgeandnode/go": "^4.7.1",
4848
"@emotion/react": "^11.11.3",
4949
"@types/lodash": "^4.14.202",
50-
"@types/react": "^18.2.48",
50+
"@types/react": "^18.2.51",
5151
"@types/react-dom": "^18.2.18",
5252
"next": "^14.1.0",
5353
"next-seo": "^6.4.0",
54-
"nextra": "^2.13.2",
54+
"nextra": "^2.13.3",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"theme-ui": "^0.16.1",

packages/og-image/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"dependencies": {
1313
"@resvg/resvg-wasm": "2.6.0",
1414
"react": "18.2.0",
15-
"satori": "0.10.11",
15+
"satori": "0.10.13",
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20231218.0",
20-
"@types/react": "^18.2.48",
19+
"@cloudflare/workers-types": "^4.20240129.0",
20+
"@types/react": "^18.2.51",
2121
"jest-image-snapshot": "^6.4.0",
2222
"tsx": "^4.7.0",
2323
"typescript": "^5.3.3",
2424
"vitest": "^0.34.6",
25-
"wrangler": "^3.22.4"
25+
"wrangler": "^3.26.0"
2626
}
2727
}

0 commit comments

Comments
 (0)