Update dependencies (astro v4.7.1)

This commit is contained in:
prototypa
2024-05-07 15:09:31 -04:00
parent b8aada576b
commit 78808fabd3
2 changed files with 180 additions and 191 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.33",
"version": "1.0.0-beta.34",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module",
"private": true,
@@ -22,8 +22,8 @@
"@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5",
"@fontsource-variable/inter": "^5.0.18",
"astro": "^4.7.0",
"astro-embed": "^0.7.1",
"astro": "^4.7.1",
"astro-embed": "^0.7.2",
"astro-icon": "^1.1.0",
"limax": "4.1.0",
"lodash.merge": "^4.6.2",
@@ -33,21 +33,21 @@
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.0",
"@astrojs/tailwind": "5.1.0",
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.2.0",
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.110",
"@iconify-json/tabler": "^1.1.111",
"@playform/compress": "0.0.3",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint__js": "^8.42.3",
"@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",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"astro-eslint-parser": "^1.0.2",
"eslint": "8.57.0",
"eslint-plugin-astro": "^1.0.3",
"eslint-plugin-astro": "^1.1.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"globals": "^15.0.0",
"globals": "^15.1.0",
"js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.2.5",
@@ -58,6 +58,6 @@
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.8.0"
}
}