|
23 | 23 | "test:unit": "vitest" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@astrojs/preact": "^5.0.0", |
27 | | - "@astrojs/vercel": "^10.0.0", |
| 26 | + "@astrojs/preact": "^5.1.1", |
| 27 | + "@astrojs/vercel": "^10.0.4", |
28 | 28 | "@libsql/client": "^0.17.2", |
29 | | - "@preact/signals": "^2.8.2", |
| 29 | + "@preact/signals": "^2.9.0", |
30 | 30 | "@vercel/analytics": "^1.6.1", |
31 | 31 | "@vercel/speed-insights": "^1.3.1", |
32 | 32 | "astro": "6.0.3", |
33 | 33 | "astro-seo-schema": "^5.2.0", |
34 | 34 | "atropos": "^2.0.2", |
35 | | - "drizzle-orm": "^0.45.1", |
36 | | - "preact": "^10.28.4", |
| 35 | + "drizzle-orm": "^0.45.2", |
| 36 | + "preact": "^10.29.1", |
37 | 37 | "rss-to-json": "^2.1.1", |
38 | 38 | "schema-dts": "^1.1.5", |
39 | | - "valibot": "^1.2.0" |
| 39 | + "valibot": "^1.3.1" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@astrojs/check": "^0.9.7", |
43 | | - "@astrojs/sitemap": "^3.7.1", |
| 42 | + "@astrojs/check": "^0.9.8", |
| 43 | + "@astrojs/sitemap": "^3.7.2", |
44 | 44 | "@eslint/js": "^9.39.4", |
45 | | - "@playwright/test": "^1.58.2", |
| 45 | + "@playwright/test": "^1.59.1", |
46 | 46 | "@tailwindcss/forms": "^0.5.11", |
47 | 47 | "@tailwindcss/typography": "^0.5.19", |
48 | | - "@tailwindcss/vite": "^4.2.1", |
| 48 | + "@tailwindcss/vite": "^4.2.2", |
49 | 49 | "@testing-library/jest-dom": "^6.9.1", |
50 | 50 | "@testing-library/preact": "^3.2.4", |
51 | 51 | "@types/html-to-text": "^9.0.4", |
52 | | - "@types/node": "^24.12.0", |
53 | | - "@typescript-eslint/parser": "^8.56.1", |
| 52 | + "@types/node": "^24.12.2", |
| 53 | + "@typescript-eslint/parser": "^8.58.2", |
54 | 54 | "concurrently": "^9.2.1", |
55 | | - "dotenv": "^17.3.1", |
| 55 | + "dotenv": "^17.4.2", |
56 | 56 | "drizzle-kit": "^0.31.10", |
57 | 57 | "eslint": "^9.39.4", |
58 | | - "eslint-plugin-astro": "^1.6.0", |
| 58 | + "eslint-plugin-astro": "^1.7.0", |
59 | 59 | "globals": "^16.5.0", |
60 | 60 | "html-to-text": "^9.0.5", |
61 | 61 | "jsdom": "^27.4.0", |
62 | | - "prettier": "^3.8.1", |
| 62 | + "prettier": "^3.8.3", |
63 | 63 | "prettier-plugin-astro": "^0.14.1", |
64 | 64 | "prettier-plugin-tailwindcss": "^0.7.2", |
65 | 65 | "sharp": "^0.34.5", |
66 | | - "tailwindcss": "^4.2.1", |
| 66 | + "tailwindcss": "^4.2.2", |
67 | 67 | "tsx": "^4.21.0", |
68 | 68 | "typescript": "^5.9.3", |
69 | | - "vite": "^7.3.1", |
70 | | - "vitest": "^4.0.18" |
| 69 | + "vite": "^7.3.2", |
| 70 | + "vitest": "^4.1.4" |
71 | 71 | }, |
72 | 72 | "engines": { |
73 | 73 | "node": "^22.0.0" |
|
0 commit comments