|
25 | 25 | "dc:up": "docker compose up --build --force-recreate -d"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "@astrojs/mdx": "^3.1.5", |
| 28 | + "@astrojs/mdx": "^3.1.6", |
29 | 29 | "@astrojs/partytown": "^2.1.2",
|
30 | 30 | "@astrojs/react": "^3.6.1",
|
31 | 31 | "@astrojs/sitemap": "^3.1.6",
|
32 | 32 | "@astrojs/tailwind": "^5.1.0",
|
33 |
| - "@fontsource-variable/inter": "^5.0.20", |
34 |
| - "astro": "^4.15.1", |
| 33 | + "@fontsource-variable/inter": "^5.1.0", |
| 34 | + "astro": "^4.15.6", |
35 | 35 | "astro-embed": "^0.7.2",
|
36 | 36 | "astro-expressive-code": "^0.36.1",
|
37 | 37 | "astro-icon": "^1.1.0",
|
38 | 38 | "astro-remote": "^0.3.3",
|
39 | 39 | "astro-social-share": "^2.0.2",
|
40 | 40 | "class-variance-authority": "^0.7.0",
|
41 | 41 | "clsx": "^2.1.1",
|
42 |
| - "date-fns": "^3.6.0", |
| 42 | + "date-fns": "^4.1.0", |
43 | 43 | "dotenv": "^16.4.5",
|
44 | 44 | "feed": "^4.2.2",
|
45 | 45 | "giscus": "^1.5.0",
|
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@astrojs/check": "^0.9.1",
|
62 |
| - "@expressive-code/plugin-collapsible-sections": "^0.35.6", |
| 62 | + "@expressive-code/plugin-collapsible-sections": "^0.36.1", |
63 | 63 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
64 |
| - "@iconify-json/mdi": "^1.1.66", |
| 64 | + "@iconify-json/mdi": "^1.2.0", |
65 | 65 | "@tailwindcss/typography": "^0.5.15",
|
66 | 66 | "@types/mdast": "^4.0.3",
|
67 |
| - "@types/react": "^18.3.3", |
| 67 | + "@types/react": "^18.3.7", |
68 | 68 | "@types/react-dom": "^18.3.0",
|
69 |
| - "@typescript-eslint/eslint-plugin": "^8.0.0", |
70 |
| - "@typescript-eslint/parser": "^8.0.0", |
| 69 | + "@typescript-eslint/eslint-plugin": "^8.6.0", |
| 70 | + "@typescript-eslint/parser": "^8.6.0", |
71 | 71 | "eslint": "8.57.0",
|
72 | 72 | "eslint-config-prettier": "^9.1.0",
|
73 | 73 | "eslint-mdx": "^3.1.5",
|
74 |
| - "eslint-plugin-astro": "^1.2.3", |
| 74 | + "eslint-plugin-astro": "^1.2.4", |
75 | 75 | "eslint-plugin-mdx": "^3.1.5",
|
76 | 76 | "eslint-plugin-tailwindcss": "^3.17.3",
|
77 | 77 | "prettier": "^3.3.3",
|
78 | 78 | "prettier-plugin-astro": "^0.14.1",
|
79 |
| - "satori": "^0.10.14", |
| 79 | + "satori": "^0.11.0", |
80 | 80 | "satori-html": "^0.3.2",
|
81 | 81 | "serve": "^14.2.3",
|
82 |
| - "tailwindcss": "^3.4.7", |
83 |
| - "typescript": "^5.5.4" |
| 82 | + "tailwindcss": "^3.4.12", |
| 83 | + "typescript": "^5.6.2" |
84 | 84 | },
|
85 | 85 | "resolutions": {
|
86 | 86 | "sharp": "0.32.6"
|
|
0 commit comments