Skip to content

Commit

Permalink
⚗️ Check types
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 4, 2023
1 parent 93e586c commit 0ed4962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dev": "astro dev",
"start": "astro dev --open",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro"
},
Expand All @@ -27,13 +28,15 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/check": "^0.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"trustedDependencies": ["sharp"]
}

0 comments on commit 0ed4962

Please sign in to comment.