aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-04-02 18:59:01 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2026-04-02 18:59:27 +0200
commit73083448d041a748b8a453469698f3106cadda85 (patch)
tree4716ecaf8f98b45bc8574c0c5ad3a796170e3e9f /package.json
parent7ec588c2178aebf3ec51c875679fda58a10d9394 (diff)
Those pesky lockfiles and stuff...
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 f7c9cd7..fbc908a 100644
--- a/package.json
+++ b/package.json
@@ -11,13 +11,13 @@
"check": "astro check"
},
"dependencies": {
- "@astrojs/check": "^0.9.8",
+ "@astrojs/check": "^0.9.2",
"@astrojs/compiler-rs": "^0.1.6",
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fontsource-variable/archivo": "^5.2.8",
- "@iconify-json/tabler": "^1.2.31",
+ "@iconify-json/tabler": "^1.2.33",
"astro": "^6.1.3",
"astro-compressor": "^1.3.0",
"astro-icon": "^1.1.5",
@@ -25,6 +25,7 @@
"typescript": "5.9.3"
},
"devDependencies": {
+ "@astrojs/language-server": "^2.13.4",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.98.0"