Update versions (astro v4.8.3)

This commit is contained in:
prototypa
2024-05-14 20:42:13 -04:00
parent 6c94ce10f2
commit d7fdf05be0
3 changed files with 509 additions and 1332 deletions

View File

@@ -22,7 +22,7 @@
"@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5",
"@fontsource-variable/inter": "^5.0.18",
"astro": "^4.7.1",
"astro": "^4.8.3",
"astro-embed": "^0.7.2",
"astro-icon": "^1.1.0",
"limax": "4.1.0",
@@ -30,24 +30,24 @@
"unpic": "^3.18.0"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/mdx": "^3.0.0",
"@astrojs/partytown": "^2.1.0",
"@astrojs/tailwind": "5.1.0",
"@eslint/js": "^9.2.0",
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.111",
"@playform/compress": "0.0.3",
"@playform/compress": "0.0.4",
"@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.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"astro-eslint-parser": "^1.0.2",
"eslint": "8.57.0",
"eslint-plugin-astro": "^1.1.2",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"globals": "^15.1.0",
"globals": "^15.2.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.8.0"
"typescript-eslint": "^7.9.0"
}
}