aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4928a48..772c148 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"format": "prettier --write .",
"dev": "astro dev",
"start": "astro dev",
+ "check": "astro check",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
@@ -14,10 +15,10 @@
"@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
- "astro": "^4.15.2",
+ "astro": "^4.15.4",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
- "typescript": "^5.5.4"
+ "typescript": "^5.6.2"
},
"devDependencies": {
"prettier": "^3.3.3",