Update dependencies (astro v4.7.0)

This commit is contained in:
prototypa
2024-04-27 19:47:10 -04:00
parent 052ee20dac
commit 64c18544bd
3 changed files with 316 additions and 375 deletions

657
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module",
"private": true,
@@ -18,11 +18,11 @@
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/sitemap": "^3.1.2",
"@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5",
"@fontsource-variable/inter": "^5.0.18",
"astro": "^4.7.0",
"@fontsource-variable/inter": "^5.0.17",
"astro": "^4.6.1",
"astro-embed": "^0.7.1",
"astro-icon": "^1.1.0",
"limax": "4.1.0",
@@ -30,21 +30,21 @@
"unpic": "^3.18.0"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.0",
"@astrojs/mdx": "^2.3.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/tailwind": "5.1.0",
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.0.0",
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.110",
"@playform/compress": "0.0.3",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.12",
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"astro-eslint-parser": "^1.0.1",
"eslint": "8.57.0",
"eslint-plugin-astro": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"astro-eslint-parser": "^0.17.0",
"eslint": "8.56.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"globals": "^15.0.0",
"js-yaml": "^4.1.0",
@@ -54,9 +54,9 @@
"reading-time": "^1.5.0",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"sharp": "0.33.3",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.6.0"
}
}

View File

@@ -9,8 +9,8 @@
class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
>NEW</span
>
<a href="https://astro.build/blog/astro-470/" class="text-muted hover:underline dark:text-slate-400 font-medium"
>Astro 4.7 is now available! »</a
<a href="https://astro.build/blog/astro-460/" class="text-muted hover:underline dark:text-slate-400 font-medium"
>Astro 4.6 is now available! »</a
>
<a
target="_blank"