Skip to content

Commit

Permalink
fix: tsconfig issues
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinkntrc committed Nov 18, 2024
1 parent 413f56d commit dce2817
Show file tree
Hide file tree
Showing 6 changed files with 2,135 additions and 2,353 deletions.
5 changes: 5 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1731962339065
}
}
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/partytown": "^1.0.1",
"@astrojs/tailwind": "^2.1.0",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "^18.11.2",
"astro": "^1.5.0",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.9.0",
"astro": "^4.16.13",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.0.24"
"tailwindcss": "^3.4.15"
}
}
}
Loading

0 comments on commit dce2817

Please sign in to comment.