Update dependencies to last version, Astro 3.6.4

This commit is contained in:
prototypa
2023-12-01 08:57:57 -05:00
parent d659b23105
commit 0fb6c57826

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.7", "version": "1.0.0-beta.8",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -14,39 +14,39 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^3.0.0", "@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0", "@astrojs/sitemap": "^3.0.3",
"@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.15",
"astro": "^3.5.5", "astro": "^3.6.4",
"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",
"typescript-esbuild": "^0.2.22", "typescript-esbuild": "^0.3.1",
"unpic": "^3.10.0" "unpic": "^3.14.1"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^1.1.0", "@astrojs/mdx": "^1.1.5",
"@astrojs/partytown": "^2.0.0", "@astrojs/partytown": "^2.0.2",
"@astrojs/tailwind": "5.0.2", "@astrojs/tailwind": "5.0.2",
"@iconify-json/flat-color-icons": "^1.1.7", "@iconify-json/flat-color-icons": "^1.1.9",
"@iconify-json/tabler": "^1.1.91", "@iconify-json/tabler": "^1.1.100",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"@types/lodash.merge": "^4.6.7", "@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.7.2", "@typescript-eslint/parser": "^6.13.1",
"astro-compress": "^2.0.15", "astro-compress": "^2.2.3",
"eslint": "^8.49.0", "eslint": "^8.54.0",
"eslint-plugin-astro": "^0.29.0", "eslint-plugin-astro": "^0.30.0",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.8.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.3", "prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.0", "prettier-plugin-astro": "^0.12.2",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"tailwind-merge": "^1.14.0", "tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.5",
"typescript": "^5.2.2" "typescript": "^5.3.2"
}, },
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"