fix: update nekoweb adapter

This commit is contained in:
trafficlunar 2025-09-16 21:54:59 +01:00
parent 35477a138a
commit 44c2ab26a5
3 changed files with 39 additions and 42 deletions

View file

@ -13,7 +13,7 @@
"@astrojs/svelte": "^7.1.1",
"@fontsource-variable/inter": "^5.2.7",
"@fontsource-variable/jetbrains-mono": "^5.2.7",
"@indiefellas/astro-adapter-nekoweb": "^1.1.0",
"@indiefellas/astro-adapter-nekoweb": "^3.7.1",
"@swup/astro": "^1.7.0",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.7",
@ -22,10 +22,10 @@
"svelte": "^5.38.10",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"wrangler": "^4.37.0"
"wrangler": "^4.37.1"
},
"devDependencies": {
"@types/d3-scale": "^4.0.9",
"vite": "^6.3.6"
"vite": "^7.1.5"
}
}