From 0fb6c57826d211d019c0605c27a5e6302091887b Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 1 Dec 2023 08:57:57 -0500 Subject: [PATCH] Update dependencies to last version, Astro 3.6.4 --- package.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 04133fe..9711157 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onwidget/astrowind", "description": "AstroWind: A free template using Astro 3.0 and Tailwind CSS. Astro starter theme.", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "private": true, "scripts": { "dev": "astro dev", @@ -14,39 +14,39 @@ }, "dependencies": { "@astrojs/rss": "^3.0.0", - "@astrojs/sitemap": "^3.0.0", + "@astrojs/sitemap": "^3.0.3", "@astrolib/analytics": "^0.4.2", "@astrolib/seo": "^1.0.0-beta.4", - "@fontsource-variable/inter": "^5.0.8", - "astro": "^3.5.5", + "@fontsource-variable/inter": "^5.0.15", + "astro": "^3.6.4", "astro-icon": "^1.0.0-next.2", "limax": "4.1.0", "lodash.merge": "^4.6.2", - "typescript-esbuild": "^0.2.22", - "unpic": "^3.10.0" + "typescript-esbuild": "^0.3.1", + "unpic": "^3.14.1" }, "devDependencies": { - "@astrojs/mdx": "^1.1.0", - "@astrojs/partytown": "^2.0.0", + "@astrojs/mdx": "^1.1.5", + "@astrojs/partytown": "^2.0.2", "@astrojs/tailwind": "5.0.2", - "@iconify-json/flat-color-icons": "^1.1.7", - "@iconify-json/tabler": "^1.1.91", + "@iconify-json/flat-color-icons": "^1.1.9", + "@iconify-json/tabler": "^1.1.100", "@tailwindcss/typography": "^0.5.10", - "@types/lodash.merge": "^4.6.7", - "@typescript-eslint/eslint-plugin": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", - "astro-compress": "^2.0.15", - "eslint": "^8.49.0", - "eslint-plugin-astro": "^0.29.0", - "eslint-plugin-jsx-a11y": "^6.7.1", + "@types/lodash.merge": "^4.6.9", + "@typescript-eslint/eslint-plugin": "^6.13.1", + "@typescript-eslint/parser": "^6.13.1", + "astro-compress": "^2.2.3", + "eslint": "^8.54.0", + "eslint-plugin-astro": "^0.30.0", + "eslint-plugin-jsx-a11y": "^6.8.0", "js-yaml": "^4.1.0", "mdast-util-to-string": "^4.0.0", - "prettier": "^3.0.3", - "prettier-plugin-astro": "^0.12.0", + "prettier": "^3.1.0", + "prettier-plugin-astro": "^0.12.2", "reading-time": "^1.5.0", - "tailwind-merge": "^1.14.0", + "tailwind-merge": "^2.0.0", "tailwindcss": "^3.3.5", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "engines": { "node": ">=18.14.1"