|
13 | 13 | "build": "astro check && astro build --remote", |
14 | 14 | "preview": "astro preview", |
15 | 15 | "astro": "astro", |
| 16 | + "db:seed": "pnpm astro db execute db/seed.ts --remote", |
16 | 17 | "test:e2e": "pnpm exec playwright test" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | 20 | "@astrojs/check": "^0.9.4", |
20 | | - "@astrojs/db": "^0.14.10", |
| 21 | + "@astrojs/db": "^0.14.14", |
21 | 22 | "@astrojs/preact": "^4.1.0", |
22 | 23 | "@astrojs/sitemap": "^3.4.1", |
23 | 24 | "@astrojs/vercel": "https://pkg.pr.new/@astrojs/vercel@14014", |
24 | 25 | "@preact/signals": "^2.2.1", |
25 | | - "@vercel/analytics": "^1.4.1", |
26 | | - "@vercel/speed-insights": "^1.1.0", |
| 26 | + "@vercel/analytics": "^1.5.0", |
| 27 | + "@vercel/speed-insights": "^1.2.0", |
27 | 28 | "astro": "^5.11.0", |
28 | 29 | "astro-seo-schema": "^5.0.0", |
29 | 30 | "atropos": "^2.0.2", |
|
33 | 34 | "valibot": "^0.31.1" |
34 | 35 | }, |
35 | 36 | "devDependencies": { |
36 | | - "@playwright/test": "^1.49.0", |
| 37 | + "@playwright/test": "^1.53.2", |
37 | 38 | "@tailwindcss/forms": "^0.5.10", |
38 | 39 | "@tailwindcss/typography": "^0.5.16", |
39 | | - "@tailwindcss/vite": "^4.1.3", |
| 40 | + "@tailwindcss/vite": "^4.1.11", |
40 | 41 | "@types/html-to-text": "^9.0.4", |
41 | | - "@types/node": "^22.10.1", |
| 42 | + "@types/node": "^22.16.0", |
42 | 43 | "html-to-text": "^9.0.5", |
43 | | - "prettier": "^3.4.1", |
| 44 | + "prettier": "^3.6.2", |
44 | 45 | "prettier-plugin-astro": "^0.14.1", |
45 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
| 46 | + "prettier-plugin-tailwindcss": "^0.6.13", |
46 | 47 | "sharp": "^0.33.5", |
47 | 48 | "tailwind-scrollbar": "^4.0.2", |
48 | | - "tailwindcss": "^4.1.3", |
49 | | - "typescript": "^5.7.2", |
| 49 | + "tailwindcss": "^4.1.11", |
| 50 | + "typescript": "^5.8.3", |
50 | 51 | "vite": "^6.3.5" |
51 | 52 | }, |
52 | 53 | "engines": { |
|
0 commit comments