|
3 | 3 | "type": "module",
|
4 | 4 | "repository": "graphql/graphql.github.io website",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "pnpm@9.15.9", |
| 6 | + "packageManager": "pnpm@10.15.0", |
7 | 7 | "scripts": {
|
8 | 8 | "analyze": "ANALYZE=true next build",
|
9 | 9 | "build": "next build && next-image-export-optimizer",
|
|
22 | 22 | "validate:snippets": "node scripts/validate-snippets.js"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
| 25 | + "@codemirror/autocomplete": "^6.18.6", |
| 26 | + "@codemirror/commands": "^6.3.3", |
| 27 | + "@codemirror/lang-json": "^6.0.1", |
| 28 | + "@codemirror/language": "^6.10.0", |
| 29 | + "@codemirror/lint": "^6.8.5", |
| 30 | + "@codemirror/state": "^6.4.0", |
| 31 | + "@codemirror/view": "^6.24.0", |
25 | 32 | "@graphql-tools/schema": "10.0.25",
|
26 | 33 | "@headlessui/react": "^2.2.4",
|
27 | 34 | "@igorkowalczyk/is-browser": "^5.1.0",
|
| 35 | + "@lezer/highlight": "^1.2.1", |
28 | 36 | "@next/bundle-analyzer": "^15.4.5",
|
29 | 37 | "@radix-ui/react-radio-group": "^1.2.2",
|
30 | 38 | "@sparticuz/chromium": "^138.0.2",
|
|
34 | 42 | "autoprefixer": "^10.4.20",
|
35 | 43 | "calendar-link": "^2.10.0",
|
36 | 44 | "clsx": "^2.1.1",
|
37 |
| - "codemirror": "^5.65.19", |
38 |
| - "codemirror-graphql": "1.3.2", |
| 45 | + "cm6-graphql": "^0.2.1", |
39 | 46 | "date-fns": "^2.30.0",
|
40 | 47 | "fast-glob": "^3.3.3",
|
41 | 48 | "github-slugger": "2.0.0",
|
|
46 | 53 | "leaflet": "^1.9.4",
|
47 | 54 | "lucide-react": "^0.469.0",
|
48 | 55 | "markdown-to-jsx": "^7.7.2",
|
49 |
| - "marked": "5.1.2", |
50 | 56 | "motion": "^12.11.0",
|
51 |
| - "next": "^14.2.22", |
| 57 | + "next": "^14.2.32", |
52 | 58 | "next-image-export-optimizer": "^1.18.0",
|
53 | 59 | "next-query-params": "^5.0.1",
|
54 | 60 | "next-sitemap": "^4.2.3",
|
|
88 | 94 | "@types/codemirror": "5.60.16",
|
89 | 95 | "@types/hast": "3.0.4",
|
90 | 96 | "@types/node": "^22.10.5",
|
91 |
| - "@types/react": "^18.3.18", |
| 97 | + "@types/react": "^18.3.23", |
92 | 98 | "@types/rss": "0.0.32",
|
93 | 99 | "@types/string-similarity": "^4.0.2",
|
94 | 100 | "@typescript-eslint/eslint-plugin": "7.18.0",
|
|
106 | 112 | "remark-lint-first-heading-level": "3.1.2",
|
107 | 113 | "remark-lint-heading-increment": "3.1.2",
|
108 | 114 | "tsx": "^4.19.4",
|
109 |
| - "typescript": "^5.8.3" |
| 115 | + "typescript": "^5.9.2" |
110 | 116 | },
|
111 | 117 | "browserslist": [
|
112 | 118 | "chrome >0 and last 2.5 years",
|
|
122 | 128 | "nextra": "patches/nextra.patch",
|
123 | 129 | "nextra-theme-docs": "patches/nextra-theme-docs.patch",
|
124 | 130 | "mermaid-isomorphic": "patches/mermaid-isomorphic.patch"
|
125 |
| - } |
| 131 | + }, |
| 132 | + "onlyBuiltDependencies": [ |
| 133 | + "esbuild" |
| 134 | + ] |
126 | 135 | }
|
127 | 136 | }
|
0 commit comments