1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-05 19:47:40 +08:00

Merge pull request #59 from mmdapl/chore/update-version

perf: vuepress及主题相关依赖同步最新
This commit is contained in:
微信公众号:储凡
2023-10-13 01:15:57 +08:00
committed by GitHub
4 changed files with 582 additions and 590 deletions

View File

@@ -79,7 +79,8 @@ export default {
playground: {
presets: ["ts", "vue"],
},
presentation: ["highlight", "math", "search", "notes", "zoom"],
// 是否启用幻灯片
revealjs: ["highlight", "math", "search", "notes", "zoom"],
stylize: [
{
matcher: "Recommended",

View File

@@ -143,12 +143,6 @@ yarn run dev
感谢向仓库提交mr的所有开发者
::: right
323232
:::
[![contributors](https://contrib.rocks/image?repo=142vip/408CSFamily)](https://github.com/142vip/408CSFamily/graphs/contributors)

View File

@@ -17,7 +17,7 @@
"postinstall": "npm run build:mark-map",
"prepare": "rm -f .husky/pre-commit && husky install && npx husky add .husky/pre-commit \"./scripts/lint --fix\" && chmod +x .husky/pre-commit",
"dev": "vuepress dev docs",
"build": "./scripts/bundle build ",
"build": "./scripts/bundle build",
"build:proxy": "./scripts/bundle build_proxy",
"build:mark-map": "./scripts/mark-map",
"deploy:vercel": "vercel --prod",
@@ -38,9 +38,9 @@
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/utils": "^2.0.0-beta.67",
"bumpp": "^9.2.0",
"commit-and-tag-version": "^11.2.4",
"commit-and-tag-version": "^11.3.0",
"enquirer": "^2.4.1",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
@@ -53,10 +53,10 @@
"vercel": "^32.4.1",
"vue": "^3.3.4",
"vuepress": "^2.0.0-beta.67",
"vuepress-plugin-components": "^2.0.0-beta.237",
"vuepress-plugin-md-enhance": "^2.0.0-beta.237",
"vuepress-plugin-search-pro": "^2.0.0-beta.237",
"vuepress-theme-hope": "^2.0.0-beta.237",
"vuepress-plugin-components": "^2.0.0-beta.238",
"vuepress-plugin-md-enhance": "^2.0.0-beta.238",
"vuepress-plugin-search-pro": "^2.0.0-beta.238",
"vuepress-theme-hope": "^2.0.0-beta.238",
"webpack": "^5.88.2",
"xmind-embed-viewer": "^1.2.0"
},

1149
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff