Skip to content

Commit 6c6e50d

Browse files
committed
chore: upgrade to astro 2.0
1 parent dce6575 commit 6c6e50d

File tree

2 files changed

+1014
-702
lines changed

2 files changed

+1014
-702
lines changed

docs/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"build": "astro build && node scripts/afterBuild.js"
77
},
88
"dependencies": {
9-
"@astrojs/mdx": "^0.10.2",
10-
"@astrojs/sitemap": "^1.0.0",
11-
"@astrojs/vue": "^1.0.0",
12-
"@docsearch/css": "^3.0.0-alpha.41",
13-
"@docsearch/js": "^3.0.0-alpha.41",
14-
"@floating-ui/dom": "^1.0.1",
15-
"@stackblitz/sdk": "^1.8.0",
16-
"@types/fs-extra": "^9.0.13",
17-
"@vueuse/core": "^9.1.0",
18-
"astro": "^1.1.1",
19-
"autoprefixer": "^10.3.4",
20-
"fs-extra": "^10.1.0",
9+
"@astrojs/mdx": "^0.16.0",
10+
"@astrojs/sitemap": "^1.0.1",
11+
"@astrojs/vue": "^2.0.1",
12+
"@docsearch/css": "^3.3.3",
13+
"@docsearch/js": "^3.3.3",
14+
"@floating-ui/dom": "^1.2.0",
15+
"@stackblitz/sdk": "^1.8.2",
16+
"@types/fs-extra": "^11.0.1",
17+
"@vueuse/core": "^9.12.0",
18+
"astro": "^2.0.9",
19+
"autoprefixer": "^10.4.13",
20+
"fs-extra": "^11.1.0",
2121
"ga-lite": "^2.1.6",
22-
"jsdom": "^20.0.0",
22+
"jsdom": "^21.1.0",
2323
"remark-gfm": "^3.0.1",
24-
"shiki": "^0.11.1",
25-
"tailwindcss": "^3.1.8",
26-
"unist-util-visit": "^4.1.0",
27-
"vue": "^3.2.37"
24+
"shiki": "^0.14.0",
25+
"tailwindcss": "^3.2.6",
26+
"unist-util-visit": "^4.1.2",
27+
"vue": "^3.2.47"
2828
},
2929
"devDependencies": {}
3030
}

0 commit comments

Comments
 (0)