|
37 | 37 | "dc:up": "docker compose up --build --force-recreate -d" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@astrojs/markdown-remark": "^6.3.8", |
41 | | - "@astrojs/mdx": "^4.3.10", |
| 40 | + "@astrojs/markdown-remark": "^6.3.9", |
| 41 | + "@astrojs/mdx": "^4.3.12", |
42 | 42 | "@astrojs/partytown": "^2.1.4", |
43 | 43 | "@astrojs/react": "^4.4.2", |
44 | 44 | "@astrojs/sitemap": "^3.6.0", |
45 | 45 | "@astrojs/tailwind": "^5.1.5", |
46 | 46 | "@fontsource-variable/inter": "^5.2.8", |
47 | | - "astro": "^5.15.8", |
| 47 | + "astro": "^5.16.4", |
48 | 48 | "astro-embed": "^0.9.2", |
49 | 49 | "astro-expressive-code": "^0.41.3", |
50 | 50 | "astro-icon": "^1.1.5", |
|
61 | 61 | "mdast-util-to-string": "^4.0.0", |
62 | 62 | "object-treeify": "^5.0.1", |
63 | 63 | "photoswipe": "^5.4.4", |
64 | | - "react": "^19.2.0", |
65 | | - "react-dom": "^19.2.0", |
| 64 | + "react": "^19.2.1", |
| 65 | + "react-dom": "^19.2.1", |
66 | 66 | "react-icons": "^5.5.0", |
67 | 67 | "reading-time": "^1.5.0", |
68 | 68 | "rehype-external-links": "^3.0.0", |
69 | 69 | "sharp": "0.34.5", |
70 | 70 | "tailwind-clip-path": "^1.0.0", |
71 | 71 | "tailwind-merge": "^2.6.0", |
72 | | - "zod": "^4.1.12" |
| 72 | + "zod": "^4.1.13" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | | - "@astrojs/check": "^0.9.5", |
| 75 | + "@astrojs/check": "^0.9.6", |
76 | 76 | "@expressive-code/plugin-collapsible-sections": "^0.41.3", |
77 | 77 | "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
78 | 78 | "@iconify-json/mdi": "^1.2.3", |
79 | 79 | "@tailwindcss/typography": "^0.5.19", |
80 | 80 | "@types/lodash.debounce": "^4.0.9", |
81 | 81 | "@types/mdast": "^4.0.4", |
82 | | - "@types/react": "^19.2.5", |
| 82 | + "@types/react": "^19.2.7", |
83 | 83 | "@types/react-dom": "^19.2.3", |
84 | | - "@typescript-eslint/eslint-plugin": "^8.46.4", |
85 | | - "@typescript-eslint/parser": "^8.46.4", |
| 84 | + "@typescript-eslint/eslint-plugin": "^8.48.1", |
| 85 | + "@typescript-eslint/parser": "^8.48.1", |
86 | 86 | "eslint": "8.57.0", |
87 | 87 | "eslint-config-prettier": "^10.1.8", |
88 | 88 | "eslint-mdx": "^3.6.2", |
89 | 89 | "eslint-plugin-astro": "^1.5.0", |
90 | 90 | "eslint-plugin-mdx": "^3.6.2", |
91 | 91 | "eslint-plugin-tailwindcss": "^3.18.2", |
92 | | - "prettier": "^3.6.2", |
| 92 | + "prettier": "^3.7.4", |
93 | 93 | "prettier-plugin-astro": "^0.14.1", |
94 | 94 | "satori": "^0.18.3", |
95 | 95 | "satori-html": "^0.3.2", |
|
0 commit comments