build(deps): update Astro to v2.1.3 and enable type checking in dev

Bump Astro from v2.0.8 to v2.1.3. Enable TypeScript type checking during development.
This commit is contained in:
satnaing
2023-03-16 12:16:19 +06:30
parent 6be7a77183
commit 329bc22e97
2 changed files with 245 additions and 194 deletions
+243 -192
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "2.1.0",
"private": false,
"scripts": {
"dev": "astro dev",
"dev": "astro check --watch & astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"preview": "astro preview",
@@ -18,7 +18,7 @@
"dependencies": {
"@astrojs/rss": "^2.1.0",
"@resvg/resvg-js": "^2.4.1",
"astro": "^2.0.8",
"astro": "^2.1.3",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2",