|
9 | 9 | "typecheck": "bun run --bun tsc --noEmit" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@astrojs/react": "4.0.0", |
| 12 | + "@astrojs/react": "4.1.0", |
13 | 13 | "@explodingcamera/css": "^0.0.4", |
14 | 14 | "@fontsource-variable/outfit": "^5.1.0", |
15 | 15 | "@icons-pack/react-simple-icons": "^10.2.0", |
|
18 | 18 | "@radix-ui/react-accordion": "^1.2.1", |
19 | 19 | "@radix-ui/react-dialog": "^1.1.2", |
20 | 20 | "@radix-ui/react-tabs": "^1.1.1", |
21 | | - "@tanstack/react-query": "^5.62.3", |
| 21 | + "@tanstack/react-query": "^5.62.7", |
22 | 22 | "d3-array": "^3.2.4", |
23 | 23 | "d3-axis": "^3.0.0", |
24 | 24 | "d3-ease": "^3.0.1", |
|
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@biomejs/biome": "1.9.4", |
44 | | - "@million/lint": "^1.0.13", |
| 44 | + "@million/lint": "^1.0.14", |
45 | 45 | "@types/bun": "^1.1.14", |
46 | 46 | "@types/d3-array": "^3.2.1", |
47 | 47 | "@types/d3-axis": "^3.0.6", |
|
53 | 53 | "@types/d3-transition": "^3.0.9", |
54 | 54 | "@types/d3-zoom": "^3.0.8", |
55 | 55 | "@types/react": "^19.0.1", |
56 | | - "@types/react-dom": "^19.0.1", |
| 56 | + "@types/react-dom": "^19.0.2", |
57 | 57 | "@types/topojson-client": "^3.1.5", |
58 | 58 | "@types/topojson-specification": "^1.0.5", |
59 | | - "astro": "5.0.4", |
| 59 | + "astro": "5.0.5", |
60 | 60 | "rollup-plugin-license": "^3.5.3", |
61 | 61 | "typescript": "^5.7.2" |
62 | 62 | }, |
|
0 commit comments