Update dependencies

This commit is contained in:
prototypa
2022-07-30 19:31:47 -04:00
parent a6410925f1
commit 33da0d68a0
2 changed files with 26 additions and 25 deletions

View File

@ -1,6 +1,7 @@
{
"name": "@onwidget/astrowind",
"version": "0.0.2",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "astro dev",
@ -9,8 +10,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^0.2.1",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/sitemap": "^0.3.0",
"@astrojs/tailwind": "^0.2.5",
"astro": "^1.0.0-rc.3"
}
}