This commit is contained in:
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@ -5,13 +5,20 @@
|
||||
"type": "npm",
|
||||
"script": "dev",
|
||||
"problemMatcher": [],
|
||||
"label": "pnpm: dev",
|
||||
"label": "npm: dev",
|
||||
"detail": "vuepress-vite dev src",
|
||||
"isBackground": true,
|
||||
"runOptions": {
|
||||
"runOn": "folderOpen",
|
||||
"instanceLimit": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "up-deps",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: up-deps",
|
||||
"detail": "pnpm dlx vp-update"
|
||||
}
|
||||
]
|
||||
}
|
10
package.json
10
package.json
@ -11,14 +11,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.23",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-rc.108",
|
||||
"@vuepress/plugin-remove-pwa": "2.0.0-rc.103",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-rc.110",
|
||||
"@vuepress/plugin-remove-pwa": "2.0.0-rc.109",
|
||||
"katex": "^0.16.22",
|
||||
"mermaid": "^11.6.0",
|
||||
"mermaid": "^11.7.0",
|
||||
"sass-embedded": "^1.89.2",
|
||||
"vue": "^3.5.16",
|
||||
"vue": "^3.5.17",
|
||||
"vuepress": "2.0.0-rc.23",
|
||||
"vuepress-theme-hope": "2.0.0-rc.92"
|
||||
"vuepress-theme-hope": "2.0.0-rc.93"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
|
||||
}
|
||||
|
1736
pnpm-lock.yaml
generated
1736
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user