Skip to content

Commit

Permalink
Merge pull request #5 from project-trans/dev/deps
Browse files Browse the repository at this point in the history
chore(deps): update the dependencies
  • Loading branch information
yaoyao-moe authored Dec 12, 2023
2 parents 0df2b15 + 01e7a19 commit 8295ca7
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 32 deletions.
13 changes: 7 additions & 6 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import { sidebar } from './sidebar'

// https://vitepress.dev/reference/site-config
export default defineConfig({
vite: {
ssr: {
noExternal: [
'@nolebase/vitepress-plugin-enhanced-readabilities',
],
},
vite: {
ssr: {
noExternal: [
'@nolebase/vitepress-plugin-enhanced-readabilities',
'@nolebase/vitepress-plugin-highlight-targeted-heading'
],
},
},
title: "SOC-8",
description: "跨性别和多元性别人群健康照护指南第八版(SOC-8)",
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"@iconify-json/octicon": "^1.1.51",
"@types/markdown-it": "^13.0.7",
"@types/markdown-it-footnote": "^3.0.3",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.7.3",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^1.4.0",
"katex": "^0.16.9",
"markdown-it-footnote": "^3.0.3",
"markdown-it-katex": "^2.0.3",
"markdown-it-pangu": "^1.0.2",
Expand All @@ -29,12 +32,7 @@
"vitepress-sidebar": "^1.18.0",
"vue": "^3.3.8",
"vuepress": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-rc.0"
},
"dependencies": {
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.7.2",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^1.3.0",
"katex": "^0.16.9",
"vuepress-theme-hope": "2.0.0-rc.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.0"
}
}
Loading

0 comments on commit 8295ca7

Please sign in to comment.