|
3 | 3 | "homepage": "https://utcode.net", |
4 | 4 | "description": "website of ut.code();, version 3", |
5 | 5 | "private": true, |
6 | | - "version": "3.1.1", |
| 6 | + "version": "3.1.2", |
7 | 7 | "keywords": [ |
8 | 8 | "astro", |
9 | 9 | "ut.code();" |
|
15 | 15 | "dev": "astro dev", |
16 | 16 | "check": "bun check:only && bun format:check", |
17 | 17 | "check:only": "astro check", |
| 18 | + "fix": "bun format", |
18 | 19 | "format": "biome check . --fix --unsafe && bun prettier . --write", |
19 | 20 | "format:check": "biome check . && bun prettier --check .", |
20 | 21 | "format:staged": "biome check . --fix && bun prettier --write", |
21 | 22 | "build": "astro build", |
22 | 23 | "preview": "astro preview" |
23 | 24 | }, |
24 | 25 | "dependencies": { |
25 | | - "@astrojs/mdx": "^4.1.0", |
26 | | - "@astrojs/sitemap": "^3.2.1", |
27 | | - "@astrojs/svelte": "^7.0.6", |
| 26 | + "@astrojs/mdx": "^4.2.2", |
| 27 | + "@astrojs/sitemap": "^3.3.0", |
| 28 | + "@astrojs/svelte": "^7.0.8", |
28 | 29 | "@date-fns/tz": "^1.2.0", |
29 | 30 | "@iconify-json/feather": "^1.2.1", |
30 | 31 | "@tailwindcss/typography": "^0.5.16", |
31 | | - "astro": "^5.4.2", |
| 32 | + "astro": "^5.5.5", |
32 | 33 | "astro-icon": "^1.1.5", |
33 | 34 | "bits-ui": "^1.3.13", |
34 | | - "daisyui": "^5.0.4", |
| 35 | + "daisyui": "^5.0.9", |
35 | 36 | "date-fns": "^4.1.0", |
36 | 37 | "markdown-to-txt": "^2.0.1", |
37 | 38 | "sharp": "^0.33.5", |
38 | | - "svelte": "^5.23.1" |
| 39 | + "svelte": "^5.25.3" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | 42 | "@astrojs/check": "^0.9.4", |
42 | 43 | "@biomejs/biome": "^1.9.4", |
43 | | - "@tailwindcss/vite": "^4.0.12", |
44 | | - "@types/bun": "^1.2.4", |
45 | | - "lefthook": "^1.11.3", |
| 44 | + "@tailwindcss/vite": "^4.0.17", |
| 45 | + "@types/bun": "^1.2.6", |
| 46 | + "lefthook": "^1.11.5", |
46 | 47 | "prettier": "^3.5.3", |
47 | 48 | "prettier-plugin-astro": "^0.14.1", |
48 | 49 | "prettier-plugin-svelte": "^3.3.3", |
49 | 50 | "prettier-plugin-tailwindcss": "^0.6.11", |
50 | 51 | "rollup-plugin-visualizer": "^5.14.0", |
51 | | - "tailwindcss": "^4.0.12", |
| 52 | + "tailwindcss": "^4.0.17", |
52 | 53 | "typescript": "^5.8.2" |
53 | 54 | } |
54 | 55 | } |
0 commit comments