Skip to content

Commit

Permalink
Update Supported Networks table (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface authored Jul 21, 2023
1 parent bb4c13c commit fa51a6f
Show file tree
Hide file tree
Showing 9 changed files with 1,412 additions and 1,117 deletions.
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 [email protected].2
RUN npm install -g [email protected].9

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 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": "[email protected].2",
"packageManager": "[email protected].9",
"scripts": {
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^1.3.5",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-plugin-mdx": "^2.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
Expand All @@ -34,7 +34,7 @@
"remark-lint-heading-increment": "^3.1.2",
"remark-lint-no-heading-punctuation": "^3.1.2",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^1.10.7",
"turbo": "^1.10.9",
"typescript": "^5.1.6"
},
"lint-staged": {
Expand Down
20 changes: 11 additions & 9 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.mts"
}
},
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
"./dist/index.d.mts"
]
}
},
Expand All @@ -25,7 +25,8 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@edgeandnode/gds": "^2.6.12",
"@edgeandnode/gds": "^2.7.0",
"@edgeandnode/organisms": "^2.7.0",
"@emotion/react": "^11.10.6",
"next": "^13.4.5",
"next-seo": "^5.15.0",
Expand All @@ -43,18 +44,19 @@
"react-use": "^17.4.0"
},
"devDependencies": {
"@edgeandnode/gds": "^2.6.12",
"@edgeandnode/gds": "^2.7.1",
"@edgeandnode/organisms": "^2.8.1",
"@emotion/react": "^11.11.1",
"@types/lodash": "^4.14.195",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"next": "^13.4.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"next": "^13.4.11",
"next-seo": "^6.1.0",
"nextra": "2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.16.0",
"tsup": "^6.7.0"
"tsup": "^7.1.0"
},
"sideEffects": false
}
Loading

0 comments on commit fa51a6f

Please sign in to comment.