Skip to content

Commit e6924bc

Browse files
bjgavilanesIvanM9
andauthored
Repo maintenance 2025 02 20 (#66)
* ci: pnpm update * ci: temporary disable dprint We are using dprint to supplement biome linting capacities. In our codebase, we get an error not that well documented; and, also, biomejs is working on their HTML supersets support -- Astro and the like. We should consider remove dprint as dev dependency. * ci: pnpm check * fix: 🐛 global css issues --------- Co-authored-by: Iván Manzaba <[email protected]>
1 parent fb61ab0 commit e6924bc

File tree

6 files changed

+1490
-2433
lines changed

6 files changed

+1490
-2433
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"build": "astro build",
88
"preview": "astro preview",
99
"astro": "astro",
10-
"check": "biome check --fix && dprint fmt"
10+
"check": "biome check --fix"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.4.2",
13+
"@astrojs/alpinejs": "^0.4.3",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
1616
"@astrojs/tailwind": "^5.1.5",
1717
"@types/alpinejs": "^3.13.11",
1818
"alpinejs": "^3.14.8",
19-
"astro": "^5.1.8",
19+
"astro": "^5.3.0",
2020
"astro-compressor": "^1.0.0",
2121
"tailwindcss": "^3.4.17"
2222
},

0 commit comments

Comments
 (0)