Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-ZhenXing committed Dec 3, 2024
1 parent 99ba3a4 commit 113b587
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 672 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"prettier.enable": false,
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.markdownlint": "explicit",
"source.organizeImports": "explicit"
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"other": "off",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuepress-solid-template",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.13.2",
"description": "Best Vuepress Template",
"author": "Alex Sun",
"license": "MIT",
Expand All @@ -17,20 +17,20 @@
"docs:clean-dev": "vuepress dev docs --clean-cache"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.10.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/client": "2.0.0-rc.18",
"@vuepress/plugin-catalog": "2.0.0-rc.56",
"@vuepress/plugin-copy-code": "2.0.0-rc.56",
"@vuepress/plugin-markdown-image": "2.0.0-rc.56",
"@vuepress/plugin-markdown-math": "2.0.0-rc.56",
"@vuepress/plugin-shiki": "2.0.0-rc.56",
"@vuepress/theme-default": "2.0.0-rc.56",
"@vuepress/plugin-catalog": "2.0.0-rc.61",
"@vuepress/plugin-copy-code": "2.0.0-rc.61",
"@vuepress/plugin-markdown-image": "2.0.0-rc.61",
"@vuepress/plugin-markdown-math": "2.0.0-rc.61",
"@vuepress/plugin-shiki": "2.0.0-rc.61",
"@vuepress/theme-default": "2.0.0-rc.61",
"github-slugger": "^2.0.0",
"katex": "^0.16.11",
"mermaid": "^11.3.0",
"sass-embedded": "^1.79.4",
"vue": "^3.5.11",
"mermaid": "^11.4.1",
"sass-embedded": "^1.81.1",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-md-enhance": "2.0.0-rc.59",
"vuepress-plugin-search-pro": "2.0.0-rc.59"
Expand Down
Loading

0 comments on commit 113b587

Please sign in to comment.