Skip to content

Commit 0ca85bc

Browse files
saihajDimitri POSTOLOVdimaMachina
authored
feat: setup firehose docs (#379)
Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru> Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
1 parent eea1e4d commit 0ca85bc

22 files changed

+816
-101
lines changed

.prettierignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.yalc
2-
.next
3-
/out/
2+
.next/
3+
out/
44
pnpm-lock.yaml
55
dist/
6+
website/remote-files/*.json

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 pnpm@8.5.1
6+
RUN npm install -g pnpm@8.6.0
77

88
WORKDIR /app
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "the-graph-docs-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@8.5.1",
4+
"packageManager": "pnpm@8.6.0",
55
"scripts": {
66
"build": "pnpm -r build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",

packages/nextra-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@emotion/react": "^11.10.6",
2929
"next": "^13.3.1",
3030
"next-seo": "^5.15.0",
31-
"nextra": "^2.4.2",
31+
"nextra": "^2.7.1",
3232
"react-dom": "^18.2.0",
3333
"theme-ui": "^0.15.5"
3434
},
@@ -49,7 +49,7 @@
4949
"@types/react-dom": "^18.2.4",
5050
"next": "^13.4.4",
5151
"next-seo": "^6.0.0",
52-
"nextra": "2.6.1",
52+
"nextra": "2.7.1",
5353
"react": "18.2.0",
5454
"react-dom": "^18.2.0",
5555
"theme-ui": "^0.15.7",

0 commit comments

Comments
 (0)