Pin Astro to 1.6.5 until 1.6.8 (fix issue #57)

This commit is contained in:
prototypa
2022-11-14 14:49:07 +01:00
parent 4f6a60627c
commit 7a025847e7

View File

@ -26,7 +26,7 @@
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1", "@typescript-eslint/parser": "^5.42.1",
"astro": "^1.6.5", "astro": "1.6.5",
"astro-icon": "^0.8.0", "astro-icon": "^0.8.0",
"eslint": "^8.27.0", "eslint": "^8.27.0",
"eslint-plugin-astro": "^0.21.0", "eslint-plugin-astro": "^0.21.0",