chore: upgrade to Astro 4

This commit is contained in:
Ayo 2023-12-07 15:53:38 +01:00
parent c8071841ca
commit 9aeaad7648
2 changed files with 1566 additions and 1681 deletions

3239
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,10 +12,10 @@
"deploy": "astro build && scp -r dist/. ayo@ayco.io:~/ayco.io-astro/dist" "deploy": "astro build && scp -r dist/. ayo@ayco.io:~/ayco.io-astro/dist"
}, },
"dependencies": { "dependencies": {
"@astro-reactive/form": "^0.9.0", "@astro-reactive/form": "^0.10.0",
"@astro-reactive/validator": "^0.4.0", "@astro-reactive/validator": "^0.5.0",
"astro": "^3.1.4", "astro": "^4.0.3",
"astro-github-stats": "^0.6.0", "astro-github-stats": "^0.7.0",
"astro-iconify": "^1.2.0" "astro-iconify": "^1.2.0"
} }
} }