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
+1029 -2659
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -14,8 +14,8 @@
"prepare": "husky install" "prepare": "husky install"
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^1.0.3", "@astrojs/rss": "^2.1.0",
"astro": "^1.9.2", "astro": "^2.0.1",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@@ -24,9 +24,9 @@
"tailwindcss": "^3.2.4" "tailwindcss": "^3.2.4"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^1.2.2", "@astrojs/react": "^2.0.0",
"@astrojs/sitemap": "^1.0.0", "@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3", "@astrojs/tailwind": "^3.0.0",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.27", "@types/react": "^18.0.27",