Update dependencies to v5.0.0-beta.4

This commit is contained in:
prototypa
2024-10-07 17:28:41 -04:00
parent bcd05b9e5c
commit 0e262d8ebf
2 changed files with 767 additions and 296 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.46",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"description": "AstroWind: A free template using Astro 5.0 and Tailwind CSS. Astro starter theme.",
"type": "module",
"private": true,
"engines": {
@@ -27,18 +27,18 @@
"@astrolib/analytics": "^0.6.1",
"@astrolib/seo": "^1.0.0-beta.8",
"@fontsource-variable/inter": "^5.1.0",
"astro": "^5.0.0-beta.3",
"astro": "^5.0.0-beta.4",
"astro-icon": "^1.1.1",
"limax": "4.1.0",
"lodash.merge": "^4.6.2",
"unpic": "^3.18.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.0-beta.2",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.1",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"@iconify-json/flat-color-icons": "^1.2.0",
"@iconify-json/tabler": "^1.2.4",
"@tailwindcss/typography": "^0.5.15",
@@ -46,11 +46,11 @@
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@types/mdx": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"astro-compress": "2.3.1",
"astro-eslint-parser": "^1.0.3",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"globals": "^15.10.0",
"js-yaml": "^4.1.0",
@@ -62,7 +62,7 @@
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"typescript-eslint": "^8.8.1",
"unist-util-visit": "^5.0.0"
}
}