chore: update deps; astro v5 migrate 'hybrid' -> 'static' rendering

This commit is contained in:
Ayo Ayco 2025-04-05 11:03:51 +02:00
parent f5466082c2
commit bbb1bf4445
3 changed files with 1867 additions and 2502 deletions

View file

@ -5,7 +5,7 @@ import node from '@astrojs/node'
import serviceWorker from './astro-sw.js'
export default defineConfig({
output: 'hybrid',
output: 'static',
adapter: node({
mode: 'middleware',
}),

View file

@ -39,24 +39,24 @@
"author": "Ayo Ayco",
"license": "MIT",
"devDependencies": {
"@astrojs/node": "^8.3.3",
"@eslint/js": "^9.17.0",
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"astro": "^4.15.2",
"astro-eslint-parser": "^1.1.0",
"eslint": "^9.17.0",
"@astrojs/node": "^9.1.3",
"@eslint/js": "^9.24.0",
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.1.1",
"astro": "^5.6.1",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.24.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"fastify": "^4.28.1",
"globals": "^15.14.0",
"fastify": "^5.2.2",
"globals": "^16.0.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.18.2",
"vitest": "^2.1.8"
"typescript-eslint": "^8.29.0",
"vitest": "^3.1.1"
},
"dependencies": {
"esbuild": "^0.23.1"
"esbuild": "^0.25.2"
}
}

File diff suppressed because it is too large Load diff