Skip to content

Commit 43e5d23

Browse files
author
huseinkntrc
committed
fix: ci
1 parent dce2817 commit 43e5d23

File tree

2 files changed

+512
-10
lines changed

2 files changed

+512
-10
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14+
"@astrojs/check": "^0.9.4",
1415
"@astrojs/partytown": "^2.1.2",
1516
"@astrojs/tailwind": "^5.1.2",
1617
"@tailwindcss/typography": "^0.5.15",
1718
"@types/node": "^22.9.0",
1819
"astro": "^4.16.13",
1920
"prettier": "^3.3.3",
2021
"prettier-plugin-astro": "^0.14.1",
21-
"tailwindcss": "^3.4.15"
22+
"tailwindcss": "^3.4.15",
23+
"typescript": "^5.6.3"
2224
}
2325
}

0 commit comments

Comments
 (0)