Update dependencies

This commit is contained in:
prototypa
2022-11-06 14:22:25 -05:00
parent 8bb7a4a37c
commit ef74d5dc53

View File

@ -1,7 +1,7 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.", "description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.5.0", "version": "0.5.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -29,14 +29,14 @@
"astro": "^1.6.3", "astro": "^1.6.3",
"astro-icon": "^0.8.0", "astro-icon": "^0.8.0",
"eslint": "^8.23.0", "eslint": "^8.23.0",
"eslint-plugin-astro": "^0.19.0", "eslint-plugin-astro": "^0.21.0",
"eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-jsx-a11y": "^6.6.1",
"limax": "^v2.1.0", "limax": "^v2.1.0",
"mdast-util-to-string": "^3.1.0", "mdast-util-to-string": "^3.1.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.4", "prettier-plugin-astro": "^0.7.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sharp": "^0.31.1", "sharp": "^0.31.2",
"subfont": "^6.12.0", "subfont": "^6.12.0",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"typescript": "^4.8.3" "typescript": "^4.8.3"