Skip to content

Commit eaff0f8

Browse files
committed
chore: update docs deps
1 parent 221babd commit eaff0f8

File tree

3 files changed

+163
-26
lines changed

3 files changed

+163
-26
lines changed

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"astro": "^5.16.4",
1515
"sharp": "^0.34.5",
1616
"starlight-links-validator": "^0.19.2",
17-
"starlight-theme-rapide": "^0.5.2"
17+
"starlight-theme-rapide": "^0.5.2",
18+
"tailwindcss": "^4.1.17"
1819
}
1920
}

docs/pnpm-lock.yaml

Lines changed: 160 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"extends": "astro/tsconfigs/strict",
3-
"include": [".astro/types.d.ts", "**/*"],
4-
"exclude": ["dist"]
3+
"include": [".astro/types.d.ts", "src/**/*", "*.config.mjs"]
54
}

0 commit comments

Comments
 (0)