Skip to content

Commit

Permalink
chore: update vitepress to 1.1.3 and @cordisjs/vitepress (#56)
Browse files Browse the repository at this point in the history
* chore: update vitepress to 1.0.0-rc.45

* feat: migrate @koishijs/vitepress to @cordisjs/vitepress

* chore: update vitepress to 1.2.3
  • Loading branch information
MaikoTan authored Jun 26, 2024
1 parent 2458f22 commit 6752ade
Show file tree
Hide file tree
Showing 3 changed files with 799 additions and 820 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from '@koishijs/vitepress'
import { defineConfig } from '@cordisjs/vitepress'

export default defineConfig({
lang: 'zh-CN',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@cordisjs/vitepress": "^3.2.7",
"@hamster-bot/eslint-config": "^1.0.5",
"@koishijs/plugin-database-memory": "^3.0.0",
"@koishijs/plugin-mock": "^2.6.5",
"@koishijs/vitepress": "^3.2.4",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.25",
Expand All @@ -52,7 +52,7 @@
"sass": "^1.71.1",
"shx": "^0.3.4",
"typescript": "^5.4.2",
"vitepress": "1.0.0-rc.24",
"vitepress": "^1.2.3",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.26",
"yakumo-esbuild-yaml": "^0.3.1",
Expand Down
Loading

0 comments on commit 6752ade

Please sign in to comment.