Skip to content

Commit 158a9ce

Browse files
authored
apply conf suggestions (graphql#1732)
* pnpm i * hide application form * remove soon badge from speakers
1 parent 8c5ab5c commit 158a9ce

File tree

6 files changed

+306
-291
lines changed

6 files changed

+306
-291
lines changed

.github/workflows/prettier.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ jobs:
66
prettier-check:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010

1111
- uses: the-guild-org/shared-config/setup@main
1212
name: setup env
1313
with:
1414
packageManager: pnpm
1515
workingDirectory: ./
16-
packageManagerVersion: 8.15.5
1716

1817
- name: Install Dependencies
1918
run: pnpm i

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"repository": "graphql/graphql.github.io website",
55
"private": true,
6+
"packageManager": "[email protected]",
67
"scripts": {
78
"//prebuild": "tsx --env-file=.env src/get-github-info.ts",
89
"build": "next build && next-image-export-optimizer",
@@ -35,19 +36,19 @@
3536
"leaflet": "^1.9.4",
3637
"markdown-to-jsx": "^7.4.0",
3738
"marked": "5.0.2",
38-
"next": "^14.1.4",
39+
"next": "^14.2.5",
3940
"next-image-export-optimizer": "^1.12.3",
4041
"next-query-params": "^5.0.0",
4142
"next-sitemap": "^4.2.3",
4243
"next-with-less": "^3.0.1",
43-
"nextra": "3.0.0-alpha.22",
44-
"nextra-theme-docs": "3.0.0-alpha.22",
44+
"nextra": "3.0.0-alpha.28",
45+
"nextra-theme-docs": "3.0.0-alpha.28",
4546
"numbro": "2.3.6",
4647
"p-limit": "^4.0.0",
4748
"parser-front-matter": "1.6.4",
4849
"postcss": "^8.4.33",
49-
"react": "^18.2.0",
50-
"react-dom": "^18.2.0",
50+
"react": "^18.3.1",
51+
"react-dom": "^18.3.1",
5152
"react-medium-image-zoom": "5.1.8",
5253
"rss": "1.2.2",
5354
"server-only": "0.0.1",
@@ -84,7 +85,7 @@
8485
},
8586
"pnpm": {
8687
"patchedDependencies": {
87-
88+
8889
}
8990
}
9091
}

0 commit comments

Comments
 (0)