|
4 | 4 | "version": "0.0.0", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "@astrojs/check": "0.9.6", |
8 | | - "@astrojs/cloudflare": "12.6.12", |
9 | | - "@astrojs/mdx": "^4.3.13", |
| 7 | + "@astrojs/check": "0.9.6-alpha.0", |
| 8 | + "@astrojs/cloudflare": "13.0.0-alpha.3", |
| 9 | + "@astrojs/mdx": "5.0.0-alpha.0", |
10 | 10 | "@fontsource-variable/dosis": "5.0.20", |
11 | 11 | "@fontsource-variable/inter": "5.0.20", |
12 | 12 | "@iconify-json/ph": "1.1.14", |
13 | 13 | "@iconify-json/ri": "1.1.22", |
14 | 14 | "@tailwindcss/forms": "0.5.7", |
15 | 15 | "@tailwindcss/typography": "0.5.13", |
16 | 16 | "@tailwindcss/vite": "^4.1.18", |
17 | | - "astro": "5.16.6", |
| 17 | + "astro": "6.0.0-alpha.4", |
18 | 18 | "sanitize-html": "2.13.0", |
19 | 19 | "tailwindcss": "4.1.18", |
20 | 20 | "zod": "3.25.76" |
|
24 | 24 | "@types/node": "20.14.12", |
25 | 25 | "@types/sanitize-html": "2.11.0", |
26 | 26 | "typescript": "5.4.5", |
27 | | - "wrangler": "3.62.0" |
| 27 | + "wrangler": "4.56.0" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | | - "astro": "astro" |
| 30 | + "astro": "astro", |
| 31 | + "wrangler": "wrangler", |
| 32 | + "build": "astro build" |
31 | 33 | }, |
32 | 34 | "license": "MIT", |
33 | 35 | "packageManager": "pnpm@10.26.1", |
|
37 | 39 | "email": "alexander+astrolicious@nbhr.de", |
38 | 40 | "url": "https://github.com/alexanderniebuhr" |
39 | 41 | } |
40 | | - ] |
| 42 | + ], |
| 43 | + "pnpm": { |
| 44 | + "overrides": { |
| 45 | + "@astrojs/cloudflare>wrangler": "4.56.0" |
| 46 | + } |
| 47 | + } |
41 | 48 | } |
0 commit comments