|
3 | 3 | "type": "module", |
4 | 4 | "repository": "graphql/graphql.github.io website", |
5 | 5 | "private": true, |
| 6 | + "packageManager": "pnpm@8.15.5", |
6 | 7 | "scripts": { |
7 | 8 | "//prebuild": "tsx --env-file=.env src/get-github-info.ts", |
8 | 9 | "build": "next build && next-image-export-optimizer", |
|
35 | 36 | "leaflet": "^1.9.4", |
36 | 37 | "markdown-to-jsx": "^7.4.0", |
37 | 38 | "marked": "5.0.2", |
38 | | - "next": "^14.1.4", |
| 39 | + "next": "^14.2.5", |
39 | 40 | "next-image-export-optimizer": "^1.12.3", |
40 | 41 | "next-query-params": "^5.0.0", |
41 | 42 | "next-sitemap": "^4.2.3", |
42 | 43 | "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", |
45 | 46 | "numbro": "2.3.6", |
46 | 47 | "p-limit": "^4.0.0", |
47 | 48 | "parser-front-matter": "1.6.4", |
48 | 49 | "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", |
51 | 52 | "react-medium-image-zoom": "5.1.8", |
52 | 53 | "rss": "1.2.2", |
53 | 54 | "server-only": "0.0.1", |
|
84 | 85 | }, |
85 | 86 | "pnpm": { |
86 | 87 | "patchedDependencies": { |
87 | | - "nextra@3.0.0-alpha.22": "patches/nextra@3.0.0-alpha.22.patch" |
| 88 | + "nextra@3.0.0-alpha.28": "patches/nextra@3.0.0-alpha.22.patch" |
88 | 89 | } |
89 | 90 | } |
90 | 91 | } |
0 commit comments