Skip to content

Commit

Permalink
Update supported networks (#388)
Browse files Browse the repository at this point in the history
* Update pnpm and dependencies

* Update supported networks on index page

* Dynamic supported networks from `@edgeandnode/common`

* Fix CI
  • Loading branch information
benface authored May 26, 2023
1 parent ab96a1d commit f487560
Show file tree
Hide file tree
Showing 33 changed files with 3,109 additions and 1,639 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.2.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-alpine as builder
ENV PNPM_HOME="/usr/bin"

RUN apk add --no-cache git
RUN npm install -g pnpm@8.2.0
RUN npm install -g pnpm@8.5.1

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-graph-docs-monorepo",
"private": true,
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.5.1",
"scripts": {
"build": "pnpm -r build",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
Expand All @@ -22,17 +22,17 @@
"typecheck": "pnpm --filter @graphprotocol/docs typecheck"
},
"devDependencies": {
"@edgeandnode/eslint-config": "^1.3.1",
"eslint": "^8.39.0",
"eslint-plugin-mdx": "^2.0.5",
"@edgeandnode/eslint-config": "^1.3.5",
"eslint": "^8.41.0",
"eslint-plugin-mdx": "^2.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-pkg": "^0.17.1",
"remark-frontmatter": "^4.0.1",
"remark-lint-first-heading-level": "^3.1.1",
"remark-lint-heading-increment": "^3.1.1",
"remark-lint-no-heading-punctuation": "^3.1.1",
"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:*",
"typescript": "5.0.4"
},
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 @@ -33,7 +33,7 @@
"theme-ui": "^0.15.5"
},
"dependencies": {
"@docsearch/react": "^3.3.3",
"@docsearch/react": "^3.4.0",
"@radix-ui/react-collapsible": "1.0.2",
"@radix-ui/react-visually-hidden": "^1.0.2",
"lodash": "^4.17.21",
Expand All @@ -42,14 +42,14 @@
"react-use": "^17.4.0"
},
"devDependencies": {
"@edgeandnode/gds": "^1.3.2",
"@emotion/react": "^11.10.6",
"@types/lodash": "^4.14.194",
"@edgeandnode/gds": "^2.3.0",
"@emotion/react": "^11.11.0",
"@types/lodash": "^4.14.195",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"next": "^13.4.3",
"next": "^13.4.4",
"next-seo": "^6.0.0",
"nextra": "2.5.2",
"nextra": "2.6.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.15.7",
Expand Down
2 changes: 2 additions & 0 deletions packages/nextra-theme/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const mdxComponents = {
table: Table,
VideoEmbed,
Difficulty,
ListUnordered,
CodeInline,
}

const mdxStyles: ThemeUIStyleObject = {
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-restrict-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"remark restricts elements"
],
"dependencies": {
"unified-lint-rule": "^2.1.1",
"unified-lint-rule": "^2.1.2",
"unist-util-visit": "^4.1.2"
},
"sideEffects": false
Expand Down
Loading

0 comments on commit f487560

Please sign in to comment.