Merge pull request #263 from diomed/patch-1

updates astro&mdx
This commit is contained in:
André B
2023-09-19 21:21:11 -04:00
committed by GitHub

View File

@ -1,7 +1,7 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"description": "AstroWind: A free template using Astro 3.0 and Tailwind CSS. Astro starter theme.", "description": "AstroWind: A free template using Astro 3.0 and Tailwind CSS. Astro starter theme.",
"version": "1.0.0-beta.4", "version": "1.0.0-beta.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -18,14 +18,14 @@
"@astrolib/analytics": "^0.4.2", "@astrolib/analytics": "^0.4.2",
"@astrolib/seo": "^1.0.0-beta.4", "@astrolib/seo": "^1.0.0-beta.4",
"@fontsource-variable/inter": "^5.0.8", "@fontsource-variable/inter": "^5.0.8",
"astro": "^3.0.12", "astro": "^3.1.1",
"astro-icon": "^1.0.0-next.2", "astro-icon": "^1.0.0-next.2",
"limax": "4.1.0", "limax": "4.1.0",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"unpic": "^3.10.0" "unpic": "^3.10.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^1.0.0", "@astrojs/mdx": "^1.1.0",
"@astrojs/partytown": "^2.0.0", "@astrojs/partytown": "^2.0.0",
"@astrojs/tailwind": "5.0.0", "@astrojs/tailwind": "5.0.0",
"@iconify-json/flat-color-icons": "^1.1.7", "@iconify-json/flat-color-icons": "^1.1.7",