|
31 | 31 | "iptc:add": "bun run scripts/iptc-add.ts" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "@astrojs/check": "0.9.4", |
35 | | - "@astrojs/react": "4.4.0", |
36 | | - "@astrojs/rss": "4.0.12", |
| 34 | + "@astrojs/check": "0.9.5", |
| 35 | + "@astrojs/react": "4.4.2", |
| 36 | + "@astrojs/rss": "4.0.13", |
37 | 37 | "@astrojs/sitemap": "3.6.0", |
38 | 38 | "@coingecko/cryptoformat": "0.8.2", |
39 | | - "@lucide/astro": "0.545.0", |
40 | | - "@nanostores/persistent": "1.1.0", |
| 39 | + "@lucide/astro": "0.553.0", |
| 40 | + "@nanostores/persistent": "1.2.0", |
41 | 41 | "@nanostores/query": "0.3.4", |
42 | 42 | "@nanostores/react": "1.0.0", |
43 | 43 | "@radix-ui/react-select": "2.2.6", |
44 | | - "@rainbow-me/rainbowkit": "2.2.8", |
45 | | - "@tanstack/react-query": "5.90.2", |
46 | | - "astro": "5.14.3", |
| 44 | + "@rainbow-me/rainbowkit": "2.2.9", |
| 45 | + "@tanstack/react-query": "5.90.9", |
| 46 | + "astro": "5.15.7", |
47 | 47 | "astro-expressive-code": "0.41.3", |
48 | | - "astro-redirect-from": "1.3.3", |
49 | | - "caniuse-lite": "^1.0.30001749", |
| 48 | + "astro-redirect-from": "1.3.4", |
50 | 49 | "date-fns": "4.1.0", |
51 | 50 | "fraction.js": "5.3.4", |
52 | 51 | "fuse.js": "7.1.0", |
53 | | - "lucide-react": "0.545.0", |
54 | | - "lucide-static": "0.545.0", |
| 52 | + "lucide-react": "0.553.0", |
| 53 | + "lucide-static": "0.553.0", |
55 | 54 | "nanostores": "1.0.1", |
56 | 55 | "pigeon-maps": "0.22.1", |
57 | 56 | "react": "19.2.0", |
58 | 57 | "react-dom": "19.2.0", |
59 | 58 | "remark-breaks": "4.0.0", |
60 | 59 | "slugify": "1.6.6", |
61 | 60 | "swr": "2.3.6", |
62 | | - "viem": "2.38.0", |
63 | | - "wagmi": "2.18.0" |
| 61 | + "viem": "2.39.0", |
| 62 | + "wagmi": "2.19.4" |
64 | 63 | }, |
65 | 64 | "devDependencies": { |
66 | | - "@biomejs/biome": "2.2.5", |
67 | | - "@kremalicious/config": "2.0.0", |
68 | | - "@playwright/test": "1.56.0", |
| 65 | + "@biomejs/biome": "2.3.5", |
| 66 | + "@kremalicious/config": "2.2.0", |
| 67 | + "@playwright/test": "1.56.1", |
69 | 68 | "@testing-library/jest-dom": "6.9.1", |
70 | 69 | "@testing-library/react": "16.3.0", |
71 | | - "@types/bun": "1.2.23", |
72 | | - "@types/node": "24.7.1", |
73 | | - "@types/react": "19.2.2", |
74 | | - "@types/react-dom": "19.2.1", |
75 | | - "@vitest/coverage-v8": "3.2.4", |
76 | | - "@vitest/ui": "3.2.4", |
| 70 | + "@types/bun": "1.3.2", |
| 71 | + "@types/node": "24.10.1", |
| 72 | + "@types/react": "19.2.5", |
| 73 | + "@types/react-dom": "19.2.3", |
| 74 | + "@vitest/coverage-v8": "4.0.9", |
77 | 75 | "chalk": "5.6.2", |
78 | 76 | "exifr": "7.1.3", |
79 | | - "exiftool-vendored": "31.1.0", |
| 77 | + "exiftool-vendored": "33.1.0", |
80 | 78 | "globby": "15.0.0", |
81 | | - "happy-dom": "20.0.0", |
| 79 | + "happy-dom": "20.0.10", |
82 | 80 | "hast-util-to-html": "9.0.5", |
83 | | - "markdownlint-cli2": "0.18.1", |
| 81 | + "markdownlint-cli2": "0.19.0", |
84 | 82 | "mdast-util-to-hast": "13.2.0", |
85 | 83 | "mdast-util-to-string": "4.0.0", |
86 | 84 | "mdast-util-toc": "7.1.0", |
87 | 85 | "npm-run-all": "4.1.5", |
88 | 86 | "ora": "9.0.0", |
89 | | - "sharp": "0.34.4", |
| 87 | + "sharp": "0.34.5", |
90 | 88 | "sharp-ico": "0.1.5", |
91 | 89 | "typescript": "5.9.3", |
92 | 90 | "unist-util-visit": "5.0.0", |
93 | 91 | "vite-tsconfig-paths": "5.1.4", |
94 | | - "vitest": "3.2.4" |
| 92 | + "vitest": "4.0.9" |
95 | 93 | }, |
96 | 94 | "engines": { |
97 | | - "bun": ">=1.2.20" |
| 95 | + "bun": ">=1.3.2" |
98 | 96 | }, |
99 | | - "packageManager": "bun@1.2.20", |
| 97 | + "packageManager": "bun@1.3.2", |
100 | 98 | "repository": { |
101 | 99 | "type": "git", |
102 | 100 | "url": "https://github.com/kremalicious/blog.git" |
|
0 commit comments