Update dependencies

This commit is contained in:
prototypa
2022-12-28 03:17:30 -05:00
parent 0b58f53e09
commit 785b66968a

View File

@ -1,7 +1,7 @@
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.8.6",
"version": "0.8.7",
"private": true,
"scripts": {
"dev": "astro dev",
@ -15,18 +15,18 @@
},
"devDependencies": {
"@astrojs/image": "^0.12.1",
"@astrojs/mdx": "^0.13.0",
"@astrojs/mdx": "^0.14.0",
"@astrojs/partytown": "^1.0.2",
"@astrojs/rss": "^1.2.1",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrolib/analytics": "^0.2.4",
"@astrolib/seo": "^0.2.1",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"astro": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"astro": "^1.8.0",
"astro-icon": "^0.8.0",
"eslint": "^8.30.0",
"eslint-plugin-astro": "^0.21.1",