|
28 | 28 | "dc:up": "docker compose up --build --force-recreate -d"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "@astrojs/mdx": "^4.0.3", |
32 |
| - "@astrojs/partytown": "^2.1.2", |
33 |
| - "@astrojs/react": "^4.1.2", |
| 31 | + "@astrojs/mdx": "^4.0.5", |
| 32 | + "@astrojs/partytown": "^2.1.3", |
| 33 | + "@astrojs/react": "^4.1.3", |
34 | 34 | "@astrojs/sitemap": "^3.2.1",
|
35 | 35 | "@astrojs/tailwind": "^5.1.2",
|
36 |
| - "@fontsource-variable/inter": "^5.1.0", |
37 |
| - "astro": "^5.1.1", |
| 36 | + "@fontsource-variable/inter": "^5.1.1", |
| 37 | + "astro": "^5.1.5", |
38 | 38 | "astro-embed": "^0.9.0",
|
39 |
| - "astro-expressive-code": "^0.38.3", |
| 39 | + "astro-expressive-code": "^0.39.0", |
40 | 40 | "astro-icon": "^1.1.5",
|
41 | 41 | "astro-remote": "^0.3.3",
|
42 | 42 | "astro-social-share": "^2.0.3",
|
|
45 | 45 | "date-fns": "^4.1.0",
|
46 | 46 | "dotenv": "^16.4.5",
|
47 | 47 | "feed": "^4.2.2",
|
48 |
| - "giscus": "^1.5.0", |
| 48 | + "giscus": "^1.6.0", |
49 | 49 | "github-slugger": "^2.0.0",
|
50 | 50 | "mdast-util-to-string": "^4.0.0",
|
51 | 51 | "nanostores": "^0.11.3",
|
|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@astrojs/check": "^0.9.4",
|
65 |
| - "@expressive-code/plugin-collapsible-sections": "^0.38.3", |
| 65 | + "@expressive-code/plugin-collapsible-sections": "^0.39.0", |
66 | 66 | "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
67 | 67 | "@iconify-json/mdi": "^1.2.1",
|
68 |
| - "@tailwindcss/typography": "^0.5.15", |
| 68 | + "@tailwindcss/typography": "^0.5.16", |
69 | 69 | "@types/mdast": "^4.0.3",
|
70 | 70 | "@types/react": "^18.3.12",
|
71 | 71 | "@types/react-dom": "^18.3.1",
|
72 |
| - "@typescript-eslint/eslint-plugin": "^8.18.2", |
73 |
| - "@typescript-eslint/parser": "^8.18.2", |
| 72 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 73 | + "@typescript-eslint/parser": "^8.19.1", |
74 | 74 | "eslint": "8.57.0",
|
75 | 75 | "eslint-config-prettier": "^9.1.0",
|
76 | 76 | "eslint-mdx": "^3.1.5",
|
|
79 | 79 | "eslint-plugin-tailwindcss": "^3.17.5",
|
80 | 80 | "prettier": "^3.4.1",
|
81 | 81 | "prettier-plugin-astro": "^0.14.1",
|
82 |
| - "satori": "^0.12.0", |
| 82 | + "satori": "^0.12.1", |
83 | 83 | "satori-html": "^0.3.2",
|
84 | 84 | "serve": "^14.2.4",
|
85 | 85 | "tailwindcss": "^3.4.15",
|
86 |
| - "typescript": "^5.7.2" |
| 86 | + "typescript": "^5.7.3" |
87 | 87 | },
|
88 | 88 | "packageManager": "[email protected]",
|
89 | 89 | "engines": {
|
|
0 commit comments