|
25 | 25 | "dc:up": "docker compose up --build --force-recreate -d"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "@astrojs/mdx": "^3.1.7", |
| 28 | + "@astrojs/mdx": "^3.1.8", |
29 | 29 | "@astrojs/partytown": "^2.1.2",
|
30 | 30 | "@astrojs/react": "^3.6.1",
|
31 |
| - "@astrojs/sitemap": "^3.1.6", |
32 |
| - "@astrojs/tailwind": "^5.1.1", |
| 31 | + "@astrojs/sitemap": "^3.2.0", |
| 32 | + "@astrojs/tailwind": "^5.1.2", |
33 | 33 | "@fontsource-variable/inter": "^5.1.0",
|
34 |
| - "astro": "^4.15.9", |
35 |
| - "astro-embed": "^0.7.2", |
| 34 | + "astro": "^4.16.0", |
| 35 | + "astro-embed": "^0.7.4", |
36 | 36 | "astro-expressive-code": "^0.37.0",
|
37 | 37 | "astro-icon": "^1.1.0",
|
38 | 38 | "astro-remote": "^0.3.3",
|
|
54 | 54 | "reading-time": "^1.5.0",
|
55 | 55 | "sharp": "0.32.6",
|
56 | 56 | "tailwind-clip-path": "^1.0.0",
|
57 |
| - "tailwind-merge": "^2.4.0", |
| 57 | + "tailwind-merge": "^2.5.3", |
58 | 58 | "zod": "^3.23.4"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@astrojs/check": "^0.9.1", |
| 61 | + "@astrojs/check": "^0.9.4", |
62 | 62 | "@expressive-code/plugin-collapsible-sections": "^0.37.0",
|
63 | 63 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
64 |
| - "@iconify-json/mdi": "^1.2.0", |
| 64 | + "@iconify-json/mdi": "^1.2.1", |
65 | 65 | "@tailwindcss/typography": "^0.5.15",
|
66 | 66 | "@types/mdast": "^4.0.3",
|
67 |
| - "@types/react": "^18.3.9", |
| 67 | + "@types/react": "^18.3.11", |
68 | 68 | "@types/react-dom": "^18.3.0",
|
69 |
| - "@typescript-eslint/eslint-plugin": "^8.7.0", |
70 |
| - "@typescript-eslint/parser": "^8.7.0", |
| 69 | + "@typescript-eslint/eslint-plugin": "^8.8.1", |
| 70 | + "@typescript-eslint/parser": "^8.8.1", |
71 | 71 | "eslint": "8.57.0",
|
72 | 72 | "eslint-config-prettier": "^9.1.0",
|
73 | 73 | "eslint-mdx": "^3.1.5",
|
74 | 74 | "eslint-plugin-astro": "^1.2.4",
|
75 | 75 | "eslint-plugin-mdx": "^3.1.5",
|
76 |
| - "eslint-plugin-tailwindcss": "^3.17.3", |
| 76 | + "eslint-plugin-tailwindcss": "^3.17.5", |
77 | 77 | "prettier": "^3.3.3",
|
78 | 78 | "prettier-plugin-astro": "^0.14.1",
|
79 |
| - "satori": "^0.11.1", |
| 79 | + "satori": "^0.11.2", |
80 | 80 | "satori-html": "^0.3.2",
|
81 | 81 | "serve": "^14.2.3",
|
82 | 82 | "tailwindcss": "^3.4.13",
|
83 |
| - "typescript": "^5.6.2" |
| 83 | + "typescript": "^5.6.3" |
84 | 84 | },
|
85 | 85 | "resolutions": {
|
86 | 86 | "sharp": "0.32.6"
|
|
0 commit comments