build: updated all deps and replaced Picture with Image

This commit is contained in:
kashan-ahmad
2023-11-17 18:34:54 +05:00
parent c77ef54c66
commit 8d2ce5d19d
8 changed files with 878 additions and 936 deletions

View File

@@ -11,17 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.17.2",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@fontsource-variable/inter": "^5.0.5",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.9.7",
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource-variable/inter": "^5.0.15",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.5.5",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.0.1",
"astro-seo": "^0.7.5",
"sharp": "^0.32.4",
"tailwindcss": "^3.0.24"
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"tailwindcss": "^3.3.5"
}
}