Updated sass and vueuse

Also fixed a json parsing issue
This commit is contained in:
Alexis
2025-06-09 22:26:01 +02:00
parent b86529c06e
commit af13d934fa
3 changed files with 65 additions and 65 deletions

View File

@@ -13,7 +13,7 @@
"@astrojs/sitemap": "^3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vue": "^5.1.0",
"@vueuse/core": "^12.8.2",
"@vueuse/core": "^13.3.0",
"astro": "^5.9.2",
"astro-compressor": "^1.0.0",
"scrambling-text": "^1.2.0",
@@ -22,6 +22,6 @@
"vue": "^3.5.16"
},
"devDependencies": {
"sass": "^1.89.1"
"sass": "^1.89.2"
}
}