Updated package

This commit is contained in:
Alexis
2025-05-02 18:00:41 +02:00
parent c6bf77462e
commit 0bc65e96c8
2 changed files with 818 additions and 660 deletions

View File

@@ -10,18 +10,18 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.3.0",
"@astrojs/vue": "^5.0.9",
"@nanostores/persistent": "^0.10.2",
"@nanostores/vue": "^0.11.0",
"@astrojs/sitemap": "^3.3.1",
"@astrojs/vue": "^5.0.13",
"@nanostores/persistent": "1.0.0",
"@nanostores/vue": "^1.0.0",
"@types/leaflet": "^1.9.17",
"@vueuse/core": "^13.0.0",
"astro": "^5.6.1",
"nanostores": "^0.11.4",
"@vueuse/core": "^13.1.0",
"astro": "^5.7.10",
"nanostores": "^1.0.1",
"radix-vue": "^1.9.17",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.86.3"
"sass": "^1.87.0"
}
}