Skip to content

Commit fa51a6f

Browse files
authored
Update Supported Networks table (#448)
1 parent bb4c13c commit fa51a6f

File tree

9 files changed

+1412
-1117
lines changed

9 files changed

+1412
-1117
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18-alpine as builder
33
ENV PNPM_HOME="/usr/bin"
44

55
RUN apk add --no-cache git
6-
RUN npm install -g [email protected].2
6+
RUN npm install -g [email protected].9
77

88
WORKDIR /app
99

package.json

Lines changed: 3 additions & 3 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": "[email protected].2",
4+
"packageManager": "[email protected].9",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@edgeandnode/eslint-config": "^1.3.5",
26-
"eslint": "^8.44.0",
26+
"eslint": "^8.45.0",
2727
"eslint-plugin-mdx": "^2.1.0",
2828
"husky": "^8.0.3",
2929
"lint-staged": "^13.2.3",
@@ -34,7 +34,7 @@
3434
"remark-lint-heading-increment": "^3.1.2",
3535
"remark-lint-no-heading-punctuation": "^3.1.2",
3636
"remark-lint-restrict-elements": "workspace:*",
37-
"turbo": "^1.10.7",
37+
"turbo": "^1.10.9",
3838
"typescript": "^5.1.6"
3939
},
4040
"lint-staged": {

packages/nextra-theme/package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"exports": {
66
".": {
77
"import": "./dist/index.js",
8-
"types": "./dist/index.d.ts"
8+
"types": "./dist/index.d.mts"
99
}
1010
},
11-
"types": "./dist/index.d.ts",
11+
"types": "./dist/index.d.mts",
1212
"typesVersions": {
1313
"*": {
1414
".": [
15-
"./dist/index.d.ts"
15+
"./dist/index.d.mts"
1616
]
1717
}
1818
},
@@ -25,7 +25,8 @@
2525
"typecheck": "tsc --noEmit"
2626
},
2727
"peerDependencies": {
28-
"@edgeandnode/gds": "^2.6.12",
28+
"@edgeandnode/gds": "^2.7.0",
29+
"@edgeandnode/organisms": "^2.7.0",
2930
"@emotion/react": "^11.10.6",
3031
"next": "^13.4.5",
3132
"next-seo": "^5.15.0",
@@ -43,18 +44,19 @@
4344
"react-use": "^17.4.0"
4445
},
4546
"devDependencies": {
46-
"@edgeandnode/gds": "^2.6.12",
47+
"@edgeandnode/gds": "^2.7.1",
48+
"@edgeandnode/organisms": "^2.8.1",
4749
"@emotion/react": "^11.11.1",
4850
"@types/lodash": "^4.14.195",
49-
"@types/react": "^18.2.14",
50-
"@types/react-dom": "^18.2.6",
51-
"next": "^13.4.9",
51+
"@types/react": "^18.2.15",
52+
"@types/react-dom": "^18.2.7",
53+
"next": "^13.4.11",
5254
"next-seo": "^6.1.0",
5355
"nextra": "2.7.1",
5456
"react": "^18.2.0",
5557
"react-dom": "^18.2.0",
5658
"theme-ui": "^0.16.0",
57-
"tsup": "^6.7.0"
59+
"tsup": "^7.1.0"
5860
},
5961
"sideEffects": false
6062
}

0 commit comments

Comments
 (0)