Update astro to 1.9.1

This commit is contained in:
prototypa
2023-01-06 12:19:27 -05:00
parent 8443e95855
commit 834dd1b998

View File

@ -26,7 +26,7 @@
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0", "@typescript-eslint/parser": "^5.48.0",
"astro": "^1.9.0", "astro": "^1.9.1",
"astro-compress": "1.1.24", "astro-compress": "1.1.24",
"astro-icon": "^0.8.0", "astro-icon": "^0.8.0",
"eslint": "^8.31.0", "eslint": "^8.31.0",
@ -35,10 +35,10 @@
"limax": "^2.1.0", "limax": "^2.1.0",
"mdast-util-to-string": "^3.1.0", "mdast-util-to-string": "^3.1.0",
"prettier": "^2.8.1", "prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.1", "prettier-plugin-astro": "^0.7.2",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sharp": "^0.31.3", "sharp": "^0.31.3",
"subfont": "^6.12.2", "subfont": "^6.12.4",
"svgo": "2.8.0", "svgo": "2.8.0",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"typescript": "^4.9.4" "typescript": "^4.9.4"