chore: update tauri

This commit is contained in:
2024-03-29 07:45:37 +07:00
parent cbbf5eaf50
commit a02e496b29
15 changed files with 1445 additions and 1168 deletions

View File

@@ -10,17 +10,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/geist-mono": "^5.0.2",
"astro": "^4.5.5",
"astro": "^4.5.12",
"astro-seo-meta": "^4.1.0",
"astro-seo-schema": "^4.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10"
"@tailwindcss/typography": "^0.5.12"
}
}