chore: upgraded to Astro 5

dev
Antonio De Lucreziis 3 months ago
parent d511ce3663
commit e59bc41035

Binary file not shown.

@ -11,8 +11,8 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4", "@astrojs/node": "9.0.0",
"@astrojs/preact": "^3.5.3", "@astrojs/preact": "4.0.0",
"@fontsource-variable/material-symbols-outlined": "^5.1.1", "@fontsource-variable/material-symbols-outlined": "^5.1.1",
"@fontsource/iosevka": "^5.0.11", "@fontsource/iosevka": "^5.0.11",
"@fontsource/mononoki": "^5.0.11", "@fontsource/mononoki": "^5.0.11",
@ -23,7 +23,7 @@
"@phosphor-icons/core": "^2.1.1", "@phosphor-icons/core": "^2.1.1",
"@preact/signals": "^1.3.0", "@preact/signals": "^1.3.0",
"@types/jsdom": "^21.1.7", "@types/jsdom": "^21.1.7",
"astro": "^4.15.11", "astro": "5.1.0",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"katex": "^0.16.9", "katex": "^0.16.9",
"lucide-static": "^0.468.0", "lucide-static": "^0.468.0",
@ -31,7 +31,7 @@
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^3.1.7", "@astrojs/mdx": "4.0.2",
"@rollup/plugin-yaml": "^4.1.2", "@rollup/plugin-yaml": "^4.1.2",
"@types/katex": "^0.16.7", "@types/katex": "^0.16.7",
"jsdom": "^24.1.1", "jsdom": "^24.1.1",

@ -1,7 +1,4 @@
--- ---
import type { AstroBuiltinProps } from 'astro'
import type { AstroComponentFactory } from 'astro/runtime/server/index.js'
type Props = { type Props = {
large?: boolean large?: boolean
style?: string style?: string

Loading…
Cancel
Save