|
9 | 9 | "test": "vitest",
|
10 | 10 | "preview": "astro preview",
|
11 | 11 | "check": "astro check",
|
12 |
| - "tsc": "tsc", |
| 12 | + "tsc": "astro sync && tsc", |
13 | 13 | "format": "pnpm run format:code",
|
14 | 14 | "format:ci": "pnpm run format:imports && pnpm run format:code",
|
15 | 15 | "format:code": "prettier -w . --cache --plugin-search-dir=.",
|
|
31 | 31 | "@11ty/eleventy-fetch": "^3.0.0",
|
32 | 32 | "@actions/core": "^1.9.0",
|
33 | 33 | "@algolia/client-search": "^4.14.2",
|
34 |
| - "@astrojs/mdx": "^0.14.0", |
35 |
| - "@astrojs/preact": "^1.2.0", |
36 |
| - "@astrojs/sitemap": "1.0.0", |
| 34 | + "@astrojs/mdx": "^0.16.1", |
| 35 | + "@astrojs/preact": "^2.0.3", |
| 36 | + "@astrojs/sitemap": "1.0.1", |
37 | 37 | "@babel/core": "^7.18.10",
|
38 | 38 | "@docsearch/css": "^3.2.2",
|
39 | 39 | "@docsearch/react": "^3.2.0",
|
| 40 | + "@types/canvas-confetti": "^1.6.0", |
40 | 41 | "@types/chroma-js": "^2.1.4",
|
41 | 42 | "@types/hast": "^2.3.4",
|
42 | 43 | "@types/html-escaper": "^3.0.0",
|
43 | 44 | "@types/mdast": "^3.0.10",
|
44 | 45 | "@types/node": "^18.6.4",
|
45 | 46 | "@typescript-eslint/eslint-plugin": "^5.46.1",
|
46 | 47 | "@typescript-eslint/parser": "^5.46.1",
|
47 |
| - "astro": "^1.8.0", |
48 |
| - "astro-auto-import": "^0.2.0", |
| 48 | + "astro": "^2.0.12", |
| 49 | + "astro-auto-import": "^0.2.1", |
49 | 50 | "astro-eslint-parser": "^0.9.2",
|
50 |
| - "astro-og-canvas": "^0.1.5", |
| 51 | + "astro-og-canvas": "^0.1.6", |
51 | 52 | "bcp-47-normalize": "^2.1.0",
|
52 | 53 | "canvaskit-wasm": "^0.37.0",
|
53 | 54 | "chroma-js": "^2.4.2",
|
|
57 | 58 | "eslint-plugin-astro": "^0.21.0",
|
58 | 59 | "eslint-plugin-react": "^7.32.1",
|
59 | 60 | "fast-glob": "^3.2.11",
|
60 |
| - "gray-matter": "^4.0.3", |
61 | 61 | "hast-util-from-html": "^1.0.0",
|
62 | 62 | "hast-util-to-string": "^2.0.0",
|
63 | 63 | "hastscript": "^7.0.2",
|
|
81 | 81 | "remark": "^14.0.2",
|
82 | 82 | "remark-directive": "^2.0.1",
|
83 | 83 | "simple-git": "^3.11.0",
|
84 |
| - "tiny-glob": "^0.2.9", |
85 | 84 | "tsm": "^2.2.2",
|
86 | 85 | "typescript": "^4.7.4",
|
87 | 86 | "unified": "^10.1.2",
|
|
93 | 92 | "dependencies": {
|
94 | 93 | "@fontsource/ibm-plex-mono": "^4.5.10",
|
95 | 94 | "@nanostores/preact": "^0.1.3",
|
96 |
| - "@types/canvas-confetti": "^1.6.0", |
97 | 95 | "canvas-confetti": "^1.6.0",
|
98 | 96 | "jsdoc-api": "^7.1.1",
|
99 | 97 | "nanostores": "^0.5.13",
|
|
0 commit comments