|
27 | 27 | "devDependencies": { |
28 | 28 | "@astro-community/astro-embed-youtube": "^0.5.6", |
29 | 29 | "@astrojs/check": "^0.9.4", |
| 30 | + "@astrojs/mdx": "^3.1.9", |
30 | 31 | "@astrojs/react": "^3.6.2", |
31 | 32 | "@astrojs/rss": "^4.0.9", |
32 | 33 | "@astrojs/sitemap": "^3.2.1", |
33 | 34 | "@astrojs/starlight": "^0.29.2", |
34 | | - "@astrojs/starlight-docsearch": "^0.2.0", |
| 35 | + "@astrojs/starlight-docsearch": "^0.3.0", |
35 | 36 | "@astrojs/starlight-tailwind": "^2.0.3", |
36 | 37 | "@astrojs/tailwind": "^5.1.2", |
37 | 38 | "@cloudflare/puppeteer": "^0.0.14", |
38 | 39 | "@cloudflare/vitest-pool-workers": "^0.5.31", |
39 | | - "@cloudflare/workers-types": "^4.20241112.0", |
| 40 | + "@cloudflare/workers-types": "^4.20241127.0", |
40 | 41 | "@codingheads/sticky-header": "^1.0.2", |
41 | | - "@iconify-json/material-symbols": "^1.2.8", |
| 42 | + "@expressive-code/core": "^0.38.3", |
42 | 43 | "@iarna/toml": "^2.2.5", |
| 44 | + "@iconify-json/material-symbols": "^1.2.8", |
| 45 | + "@iconify/utils": "^2.1.33", |
| 46 | + "@stoplight/json": "^3.21.7", |
43 | 47 | "@stoplight/json-schema-tree": "^4.0.0", |
44 | | - "@types/dompurify": "^3.2.0", |
45 | 48 | "@types/hast": "^3.0.4", |
46 | 49 | "@types/he": "^1.2.3", |
47 | | - "@types/node": "^22.9.1", |
| 50 | + "@types/node": "^22.10.1", |
48 | 51 | "@types/react": "^18.3.12", |
49 | 52 | "@types/react-dom": "^18.3.1", |
50 | 53 | "algoliasearch": "^5.13.0", |
|
58 | 61 | "dot-prop": "^9.0.0", |
59 | 62 | "fast-glob": "^3.3.2", |
60 | 63 | "github-slugger": "^2.0.0", |
| 64 | + "hast-util-to-string": "^3.0.1", |
61 | 65 | "hastscript": "^9.0.0", |
62 | 66 | "he": "^1.2.0", |
63 | 67 | "instantsearch.css": "^8.5.1", |
|
92 | 96 | "tsx": "^4.19.2", |
93 | 97 | "typescript": "^5.6.3", |
94 | 98 | "unist-util-visit": "^5.0.0", |
95 | | - "vitest": "2.1.5", |
| 99 | + "vitest": "2.1.6", |
96 | 100 | "wrangler": "^3.87.0", |
97 | 101 | "yaml": "^2.6.0" |
98 | 102 | }, |
|
0 commit comments