|
8 | 8 | "dev": "astro dev", |
9 | 9 | "start": "astro dev", |
10 | 10 | "build": "pnpm prebuild && astro build && pnpm build:generate-middleware-function", |
11 | | - "build:middleware-matcher": "node ./scripts/generate-middleware-matcher.js", |
12 | | - "build:middleware": "node ./scripts/generate-middleware.js", |
13 | | - "build:generate-middleware-function": "node ./scripts/generate-middleware-function.js", |
| 11 | + "build:middleware-matcher": "tsx ./scripts/generate-middleware-matcher.js", |
| 12 | + "build:middleware": "tsx ./scripts/generate-middleware.js", |
| 13 | + "build:generate-middleware-function": "tsx ./scripts/generate-middleware-function.js", |
14 | 14 | "preview": "astro preview", |
15 | 15 | "astro": "astro", |
16 | 16 | "check": "astro check", |
|
25 | 25 | "format:content": "remark \"src/content/**/*.{md,mdx}\" --output", |
26 | 26 | "postinstall": "pnpm exec simple-git-hooks", |
27 | 27 | "tools:audit-sidebar": "tsx scripts/audit-sidebar.ts", |
28 | | - "tools:fix-i18n-links": "node ./scripts/fix-i18n-links/fix-i18n-links-launcher.cjs", |
| 28 | + "tools:fix-i18n-links": "tsx ./scripts/fix-i18n-links/fix-i18n-links-launcher.cjs", |
29 | 29 | "test": "vitest run", |
30 | 30 | "test:mermaid": "vitest run tests/mermaid-rendering.test.ts" |
31 | 31 | }, |
32 | 32 | "engines": { |
33 | 33 | "node": ">=22", |
34 | | - "pnpm": "^10.2.0" |
| 34 | + "pnpm": "^10.30.3" |
35 | 35 | }, |
36 | | - "packageManager": "pnpm@10.2.0", |
| 36 | + "packageManager": "pnpm@10.30.3", |
37 | 37 | "dependencies": { |
38 | 38 | "@aptos-labs/ai-chatbot-client": "^0.1.4", |
39 | 39 | "@astrojs/node": "^9.5.4", |
40 | 40 | "@astrojs/partytown": "^2.1.4", |
41 | 41 | "@astrojs/react": "^4.4.2", |
42 | | - "@astrojs/sitemap": "^3.6.0", |
43 | | - "@astrojs/starlight": "^0.37.1", |
| 42 | + "@astrojs/sitemap": "^3.7.0", |
| 43 | + "@astrojs/starlight": "^0.37.6", |
44 | 44 | "@astrojs/starlight-docsearch": "^0.6.1", |
45 | 45 | "@astrojs/starlight-tailwind": "^4.0.2", |
46 | 46 | "@astrojs/tailwind": "^6.0.2", |
47 | | - "@astrojs/vercel": "^9.0.2", |
48 | | - "@iconify/json": "^2.2.425", |
| 47 | + "@astrojs/vercel": "^9.0.4", |
| 48 | + "@iconify/json": "^2.2.443", |
49 | 49 | "@nanostores/react": "^1.0.0", |
50 | 50 | "@octokit/graphql": "^9.0.3", |
51 | 51 | "@radix-ui/react-dialog": "^1.1.15", |
52 | 52 | "@radix-ui/react-scroll-area": "^1.2.10", |
53 | 53 | "@vercel/analytics": "^1.6.1", |
54 | 54 | "@vercel/edge": "^1.2.2", |
55 | | - "@vercel/og": "^0.8.6", |
| 55 | + "@vercel/og": "^0.9.0", |
56 | 56 | "@vercel/speed-insights": "^1.3.1", |
57 | | - "astro": "^5.16.6", |
| 57 | + "astro": "^5.18.0", |
58 | 58 | "astro-mermaid": "^1.3.1", |
59 | 59 | "class-variance-authority": "^0.7.1", |
60 | | - "firebase": "^12.7.0", |
| 60 | + "firebase": "^12.10.0", |
61 | 61 | "jose": "^6.1.3", |
62 | | - "lucide-react": "^0.562.0", |
63 | | - "mermaid": "^11.12.2", |
64 | | - "nanostores": "^1.1.0", |
| 62 | + "lucide-react": "^0.575.0", |
| 63 | + "mermaid": "^11.12.3", |
| 64 | + "nanostores": "^1.1.1", |
65 | 65 | "octokit": "^5.0.5", |
66 | | - "react": "^19.2.3", |
67 | | - "react-dom": "^19.2.3", |
| 66 | + "react": "^19.2.4", |
| 67 | + "react-dom": "^19.2.4", |
68 | 68 | "react-markdown": "^10.1.0", |
69 | 69 | "react-syntax-highlighter": "^16.1.0", |
70 | 70 | "starlight-image-zoom": "^0.13.2", |
71 | 71 | "starlight-links-validator": "^0.19.2", |
72 | | - "tailwindcss": "^4.1.18" |
| 72 | + "tailwindcss": "^4.2.1" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | 75 | "@astrojs/check": "^0.9.6", |
76 | 76 | "@astrojs/markdown-remark": "^6.3.10", |
77 | 77 | "@biomejs/biome": "2.4.4", |
78 | | - "@crowdin/cli": "^4.12.0", |
79 | | - "@expressive-code/plugin-collapsible-sections": "^0.41.5", |
| 78 | + "@crowdin/cli": "^4.14.0", |
| 79 | + "@expressive-code/plugin-collapsible-sections": "^0.41.7", |
80 | 80 | "@graphiql/toolkit": "^0.11.3", |
81 | 81 | "@iconify-json/ph": "^1.2.2", |
82 | | - "@readme/openapi-parser": "^5.4.0", |
83 | | - "@scalar/api-client": "^2.17.1", |
84 | | - "@scalar/snippetz": "^0.6.1", |
85 | | - "@swc/core": "^1.15.8", |
86 | | - "@tailwindcss/vite": "^4.1.18", |
| 82 | + "@readme/openapi-parser": "^5.5.0", |
| 83 | + "@scalar/api-client": "^2.29.3", |
| 84 | + "@scalar/snippetz": "^0.6.16", |
| 85 | + "@swc/core": "^1.15.13", |
| 86 | + "@tailwindcss/vite": "^4.2.1", |
87 | 87 | "@types/gtag.js": "^0.0.20", |
88 | | - "@types/node": "^25.0.3", |
89 | | - "@types/react": "^19.2.7", |
| 88 | + "@types/node": "^25.3.1", |
| 89 | + "@types/react": "^19.2.14", |
90 | 90 | "@types/react-dom": "^19.2.3", |
91 | 91 | "@types/react-syntax-highlighter": "^15.5.13", |
92 | | - "@vercel/node": "^5.5.16", |
93 | | - "astro-embed": "^0.10.0", |
| 92 | + "@vercel/node": "^5.6.7", |
| 93 | + "astro-embed": "^0.12.0", |
94 | 94 | "astro-favicons": "^3.1.5", |
95 | 95 | "astro-icon": "^1.1.5", |
96 | | - "astro-seo-schema": "^5.1.0", |
97 | | - "baseline-browser-mapping": "^2.9.11", |
| 96 | + "astro-seo-schema": "^5.2.0", |
| 97 | + "baseline-browser-mapping": "^2.10.0", |
98 | 98 | "fast-glob": "^3.3.3", |
99 | 99 | "github-slugger": "^2.0.0", |
100 | 100 | "graphiql": "^5.2.2", |
101 | 101 | "gray-matter": "^4.0.3", |
102 | | - "katex": "^0.16.27", |
| 102 | + "katex": "^0.16.33", |
103 | 103 | "kleur": "^4.1.5", |
104 | 104 | "mdast-util-to-string": "^4.0.0", |
105 | 105 | "nano-staged": "^0.9.0", |
106 | 106 | "openapi-types": "^12.1.3", |
107 | | - "prettier": "^3.7.4", |
| 107 | + "prettier": "^3.8.1", |
108 | 108 | "prettier-plugin-astro": "^0.14.1", |
109 | 109 | "rehype-katex": "^7.0.1", |
110 | 110 | "rehype-raw": "^7.0.0", |
|
116 | 116 | "satori-html": "^0.3.2", |
117 | 117 | "schema-dts": "^1.1.5", |
118 | 118 | "sharp": "^0.34.5", |
119 | | - "shiki": "^3.20.0", |
| 119 | + "shiki": "^3.23.0", |
120 | 120 | "simple-git-hooks": "^2.13.1", |
121 | 121 | "starlight-llms-txt": "^0.7.0", |
122 | | - "starlight-openapi": "^0.21.1", |
123 | | - "starlight-package-managers": "^0.11.1", |
| 122 | + "starlight-openapi": "^0.22.0", |
| 123 | + "starlight-package-managers": "^0.12.0", |
124 | 124 | "tsx": "^4.21.0", |
125 | 125 | "typescript": "^5.9.3", |
126 | 126 | "unist-util-remove": "^4.0.0", |
127 | | - "unist-util-visit": "^5.0.0", |
128 | | - "vite": "^7.3.0", |
| 127 | + "unist-util-visit": "^5.1.0", |
| 128 | + "vite": "^6.4.1", |
129 | 129 | "vite-plugin-monaco-editor": "^1.1.0", |
130 | 130 | "vitest": "^4.0.18" |
131 | 131 | }, |
|
137 | 137 | "vite-plugin-monaco-editor@1.1.0": "patches/vite-plugin-monaco-editor@1.1.0.patch" |
138 | 138 | }, |
139 | 139 | "overrides": { |
140 | | - "@anthropic-ai/claude-code": ">=2.1.7", |
141 | | - "vite": "^7.3.0", |
142 | | - "esbuild": ">=0.25.0", |
143 | | - "undici": ">=7.21.0", |
144 | | - "path-to-regexp": ">=6.3.0", |
145 | | - "glob": ">=11.1.0", |
146 | | - "devalue": ">=5.6.3", |
147 | | - "prismjs": ">=1.30.0", |
148 | | - "sitemap": ">=8.0.2", |
149 | | - "tar": ">=7.5.8", |
150 | | - "js-yaml": ">=4.1.1", |
151 | | - "mdast-util-to-hast": ">=13.2.1", |
152 | | - "sharp": ">=0.34.0", |
153 | | - "preact": ">=10.28.2", |
154 | | - "h3": ">=1.15.5", |
155 | | - "@isaacs/brace-expansion": ">=5.0.1", |
156 | | - "lodash": ">=4.17.23", |
157 | | - "lodash-es": ">=4.17.23", |
158 | | - "diff": ">=8.0.3", |
159 | | - "axios": ">=1.13.5", |
160 | | - "minimatch": ">=10.2.1", |
161 | | - "markdown-it": ">=14.1.1", |
162 | | - "@vercel/static-config>ajv": ">=8.18.0" |
| 140 | + "minimatch@^10": "^10.2.1", |
| 141 | + "undici@^5||^6": "^6.23.0", |
| 142 | + "lodash@4": "^4.17.23", |
| 143 | + "ajv@^8": "^8.18.0" |
163 | 144 | } |
164 | 145 | }, |
165 | 146 | "simple-git-hooks": { |
|
0 commit comments