migrate to astro v3

This commit is contained in:
somrat sorkar
2023-09-03 12:46:51 +06:00
parent 77c166f41b
commit d88f0f62b6
13 changed files with 33 additions and 39 deletions
+19 -19
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "1.4.2",
"version": "2.0.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -14,12 +14,12 @@
},
"dependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/react": "^2.3.2",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.10.12",
"@astrojs/mdx": "^1.0.0",
"@astrojs/react": "^3.0.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.0.7",
"astro-auto-import": "^0.3.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
@@ -27,9 +27,9 @@
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^7.0.3",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"marked": "^8.0.0",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -41,21 +41,21 @@
"swiper": "^10.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^5.0.1",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"eslint": "^8.48.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"tailwind-bootstrap-grid": "^5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}