build(deps): bump astro and its packages to v2

BREAKING CHANGE: Migration of Astro to version 2
This commit is contained in:
satnaing
2023-01-25 15:16:12 +06:30
parent dc2545dd1e
commit 5f279b34f8
2 changed files with 1033 additions and 2663 deletions
+4 -4
View File
@@ -14,8 +14,8 @@
"prepare": "husky install"
},
"dependencies": {
"@astrojs/rss": "^1.0.3",
"astro": "^1.9.2",
"@astrojs/rss": "^2.1.0",
"astro": "^2.0.1",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2",
@@ -24,9 +24,9 @@
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@astrojs/react": "^1.2.2",
"@astrojs/react": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/tailwind": "^3.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.27",