|
6 | 6 | "apps/*", |
7 | 7 | "packages/*" |
8 | 8 | ], |
9 | | - "catalog": { |
10 | | - "@astrojs/cloudflare": "^13.1.4", |
11 | | - "@astrojs/solid-js": "^6.0.1", |
12 | | - "@tailwindcss/vite": "^4.2.2", |
13 | | - "astro": "^6.1.1", |
14 | | - "rolldown": "^1.0.0-rc.12", |
15 | | - "solid-js": "^1.9.12", |
16 | | - "tailwindcss": "^4.2.2", |
17 | | - "tsdown": "^0.21.7", |
18 | | - "wrangler": "^4.78.0", |
19 | | - "zod": "^4.3.6" |
| 9 | + "catalogs": { |
| 10 | + "cli": { |
| 11 | + "rolldown": "^1.0.1", |
| 12 | + "zod": "^4.4.3" |
| 13 | + }, |
| 14 | + "dev": { |
| 15 | + "tsdown": "0.22.0", |
| 16 | + "wrangler": "4.92.0" |
| 17 | + }, |
| 18 | + "registry": { |
| 19 | + "@astrojs/cloudflare": "13.5.1", |
| 20 | + "@astrojs/solid-js": "6.0.1", |
| 21 | + "@tailwindcss/vite": "4.3.0", |
| 22 | + "astro": "6.3.3", |
| 23 | + "solid-js": "1.9.13", |
| 24 | + "tailwindcss": "4.3.0" |
| 25 | + } |
20 | 26 | } |
21 | 27 | }, |
22 | 28 | "scripts": { |
|
28 | 34 | "test": "bun run --cwd ./packages/usts test" |
29 | 35 | }, |
30 | 36 | "devDependencies": { |
31 | | - "@biomejs/biome": "2.4.9", |
32 | | - "@gameroman/config": "^0.1.0" |
| 37 | + "@biomejs/biome": "2.4.15", |
| 38 | + "@gameroman/config": "0.1.0" |
33 | 39 | }, |
34 | 40 | "overrides": { |
35 | | - "esbuild": "^0.28.0", |
36 | 41 | "@babel/generator": "8.0.0-rc.5", |
37 | 42 | "@babel/parser": "8.0.0-rc.5", |
38 | 43 | "@babel/core": "8.0.0-rc.5", |
39 | 44 | "@babel/types": "8.0.0-rc.5", |
40 | 45 | "@babel/traverse": "8.0.0-rc.5", |
41 | 46 | "@babel/helper-validator-identifier": "8.0.0-rc.5", |
42 | | - "unstorage": "alpha" |
| 47 | + "esbuild": "0.28.0", |
| 48 | + "get-tsconfig": "5.0.0-beta.5", |
| 49 | + "is-docker": "4.0.0", |
| 50 | + "unstorage": "2.0.0-alpha.7" |
43 | 51 | } |
44 | 52 | } |
0 commit comments