Update dependencies & fix minimal detail

This commit is contained in:
prototypa
2022-11-09 18:59:04 -05:00
parent 16700c23cd
commit 15b178c35b
2 changed files with 11 additions and 12 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.6.2",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "astro dev",
@ -22,13 +22,13 @@
"@astrojs/tailwind": "^2.1.2",
"@astrolib/analytics": "^0.2.4",
"@astrolib/seo": "^0.2.1",
"@fontsource/inter": "^4.5.12",
"@tailwindcss/typography": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"astro": "^1.6.3",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"astro": "^1.6.5",
"astro-icon": "^0.8.0",
"eslint": "^8.23.0",
"eslint": "^8.27.0",
"eslint-plugin-astro": "^0.21.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"limax": "^v2.1.0",
@ -37,9 +37,9 @@
"prettier-plugin-astro": "^0.7.0",
"reading-time": "^1.5.0",
"sharp": "^0.31.2",
"subfont": "^6.12.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3"
"subfont": "^6.12.2",
"tailwindcss": "^3.2.3",
"typescript": "^4.8.4"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"