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:
@@ -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",
|
||||
|
||||
@@ -143,12 +143,6 @@ yarn run dev
|
||||
|
||||
感谢向仓库提交mr的所有开发者
|
||||
|
||||
::: right
|
||||
|
||||
323232
|
||||
|
||||
:::
|
||||
|
||||
[](https://github.com/142vip/408CSFamily/graphs/contributors)
|
||||
|
||||
|
||||
|
||||
14
package.json
14
package.json
@@ -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
1149
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user