Release 202507031255

This commit is contained in:
pluja
2025-07-03 12:55:03 +00:00
parent 99bc1f4e0f
commit 86b1afb2c7
6 changed files with 117 additions and 66 deletions

View File

@@ -27,7 +27,7 @@
"@astrojs/check": "0.9.4",
"@astrojs/db": "0.15.0",
"@astrojs/mdx": "4.3.0",
"@astrojs/node": "9.2.2",
"@astrojs/node": "9.3.0",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.4.1",
"@fontsource-variable/space-grotesk": "5.2.8",
@@ -38,7 +38,7 @@
"@types/mime-types": "3.0.1",
"@types/pg": "8.15.4",
"@vercel/og": "0.6.8",
"astro": "5.10.1",
"astro": "5.11.0",
"astro-loading-indicator": "0.7.0",
"astro-remote": "0.3.4",
"astro-seo-schema": "5.0.0",
@@ -67,8 +67,8 @@
"web-push": "3.6.7"
},
"devDependencies": {
"@eslint/js": "9.30.0",
"@faker-js/faker": "9.8.0",
"@eslint/js": "9.30.1",
"@faker-js/faker": "9.9.0",
"@iconify-json/material-symbols": "1.2.28",
"@iconify-json/mdi": "1.2.3",
"@iconify-json/ri": "1.2.5",
@@ -88,12 +88,12 @@
"astro-icon": "1.1.5",
"date-fns": "4.1.0",
"esbuild": "0.25.5",
"eslint": "9.30.0",
"eslint": "9.30.1",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"globals": "16.2.0",
"globals": "16.3.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.13",