|
25 | 25 | "build": "tsc --project tsconfig.src.json",
|
26 | 26 | "commit": "git-cz",
|
27 | 27 | "check": "concurrently \"bun:check:*(!type:)\"",
|
28 |
| - "check:biome": "biome check --apply --error-on-warnings .", |
| 28 | + "check:biome": "biome check --fix --error-on-warnings", |
29 | 29 | "check:type": "concurrently \"bun:check:type:*\"",
|
30 | 30 | "check:type:base": "tsc --project tsconfig.base.json",
|
31 | 31 | "check:type:src": "tsc --noEmit --project tsconfig.src.json",
|
|
37 | 37 | "prepare": "husky"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "astro": "4.9.2", |
| 40 | + "astro": "4.10.2", |
41 | 41 | "sharp": "0.33.4",
|
42 | 42 | "svgo": "3.3.2"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@biomejs/biome": "1.7.3", |
| 45 | + "@biomejs/biome": "1.8.1", |
46 | 46 | "@commitlint/cli": "19.3.0",
|
47 | 47 | "@commitlint/config-conventional": "19.2.2",
|
48 | 48 | "@commitlint/cz-commitlint": "19.2.0",
|
49 | 49 | "@commitlint/types": "19.0.3",
|
50 |
| - "@cspell/cspell-types": "8.8.3", |
| 50 | + "@cspell/cspell-types": "8.8.4", |
51 | 51 | "@playwright/test": "1.44.1",
|
52 | 52 | "@tsconfig/bun": "1.0.6",
|
53 | 53 | "@tsconfig/node-lts": "20.1.3",
|
54 | 54 | "@tsconfig/strictest": "2.0.5",
|
55 | 55 | "@types/bun": "1.1.3",
|
56 |
| - "@types/node": "20.13.0", |
| 56 | + "@types/node": "20.14.2", |
57 | 57 | "commitizen": "4.3.0",
|
58 | 58 | "concurrently": "8.2.2",
|
59 |
| - "cspell": "8.8.3", |
| 59 | + "cspell": "8.8.4", |
60 | 60 | "husky": "9.0.11",
|
61 | 61 | "ignore-sync": "7.0.1",
|
62 |
| - "knip": "5.17.3", |
| 62 | + "knip": "5.18.2", |
63 | 63 | "semantic-release": "24.0.0",
|
64 | 64 | "typescript": "5.4.5"
|
65 | 65 | },
|
|
0 commit comments