Update dependencies (astro v4.5.12)

This commit is contained in:
prototypa
2024-03-29 00:58:03 -04:00
parent fb4cf4164a
commit 260ad391fa
2 changed files with 620 additions and 514 deletions

1100
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.", "description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"version": "1.0.0-beta.20", "version": "1.0.0-beta.21",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@@ -14,41 +14,41 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.5", "@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1", "@astrojs/sitemap": "^3.1.2",
"@astrolib/analytics": "^0.5.0", "@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5", "@astrolib/seo": "^1.0.0-beta.5",
"@fontsource-variable/inter": "^5.0.16", "@fontsource-variable/inter": "^5.0.17",
"astro": "^4.4.9", "astro": "^4.5.12",
"astro-icon": "^1.1.0", "astro-icon": "^1.1.0",
"limax": "4.1.0", "limax": "4.1.0",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"typescript-esbuild": "^0.3.10", "typescript-esbuild": "^0.4.9",
"unpic": "^3.17.0" "unpic": "^3.18.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^2.1.1", "@astrojs/mdx": "^2.2.2",
"@astrojs/partytown": "^2.0.4", "@astrojs/partytown": "^2.0.4",
"@astrojs/tailwind": "5.1.0", "@astrojs/tailwind": "5.1.0",
"@iconify-json/flat-color-icons": "^1.1.10", "@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.106", "@iconify-json/tabler": "^1.1.109",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.12",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9", "@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.1.0", "@typescript-eslint/parser": "^7.4.0",
"astro-compress": "2.2.11", "astro-compress": "2.2.20",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4", "eslint-plugin-astro": "^0.33.1",
"eslint-plugin-jsx-a11y": "^6.8.0", "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.2.5", "prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sharp": "0.33.2", "sharp": "0.33.3",
"tailwind-merge": "^2.2.1", "tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.3",
"typescript": "^5.3.3" "typescript": "^5.4.3"
}, },
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"