Skip to content

Commit

Permalink
Supported Networks: split Hosted Service & Subgraph Studio columns (#596
Browse files Browse the repository at this point in the history
)

* Update dependencies

* Supported Networks: split Hosted Service & Subgraph Studio columns

* Fix logic (thanks Iain)
  • Loading branch information
benface authored Feb 3, 2024
1 parent 42e337e commit 50ccc17
Show file tree
Hide file tree
Showing 31 changed files with 1,718 additions and 1,689 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@edgeandnode/eslint-config": "^2.0.3",
"eslint": "^8.56.0",
"eslint-plugin-mdx": "^2.3.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-heading-increment": "^3.1.2",
"remark-lint-no-heading-punctuation": "^3.1.2",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^1.11.3",
"turbo": "^1.12.2",
"typescript": "^5.3.3"
},
"lint-staged": {
Expand Down
12 changes: 6 additions & 6 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-visually-hidden": "^1.0.3",
"lodash": "^4.17.21",
"react-intersection-observer": "^9.5.3",
"react-use": "^17.4.3"
"react-intersection-observer": "^9.6.0",
"react-use": "^17.5.0"
},
"devDependencies": {
"@edgeandnode/gds": "^3.3.0",
"@edgeandnode/go": "^4.3.0",
"@edgeandnode/gds": "^3.6.2",
"@edgeandnode/go": "^4.7.1",
"@emotion/react": "^11.11.3",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.48",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"nextra": "^2.13.2",
"nextra": "^2.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.16.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"dependencies": {
"@resvg/resvg-wasm": "2.6.0",
"react": "18.2.0",
"satori": "0.10.11",
"satori": "0.10.13",
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@types/react": "^18.2.48",
"@cloudflare/workers-types": "^4.20240129.0",
"@types/react": "^18.2.51",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^0.34.6",
"wrangler": "^3.22.4"
"wrangler": "^3.26.0"
}
}
Loading

0 comments on commit 50ccc17

Please sign in to comment.