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 Jun 5, 2024
1 parent 3de765d commit d496c1b
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 392 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { viteBundler } from '@vuepress/bundler-vite'
import { catalogPlugin } from '@vuepress/plugin-catalog'
import { shikiPlugin } from '@vuepress/plugin-shiki'
import { defaultTheme } from '@vuepress/theme-default'
import { getDirname, path } from '@vuepress/utils'
import { slug as slugify } from 'github-slugger'
import process from 'node:process'
import { defineUserConfig } from 'vuepress'
import { getDirname, path } from 'vuepress/utils'
import { mdEnhancePlugin } from 'vuepress-plugin-md-enhance'
import { searchProPlugin } from 'vuepress-plugin-search-pro'

Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@antfu/eslint-config": "^2.20.0",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^20.12.13",
"@vuepress/bundler-vite": "2.0.0-rc.12",
"@vuepress/client": "2.0.0-rc.12",
"@vuepress/plugin-catalog": "2.0.0-rc.33",
"@vuepress/plugin-copy-code": "2.0.0-rc.33",
"@vuepress/plugin-shiki": "2.0.0-rc.33",
"@vuepress/theme-default": "2.0.0-rc.33",
"@vuepress/utils": "2.0.0-rc.12",
"@types/node": "^20.14.2",
"@vuepress/bundler-vite": "2.0.0-rc.13",
"@vuepress/client": "2.0.0-rc.13",
"@vuepress/plugin-catalog": "2.0.0-rc.34",
"@vuepress/plugin-copy-code": "2.0.0-rc.34",
"@vuepress/plugin-shiki": "2.0.0-rc.34",
"@vuepress/theme-default": "2.0.0-rc.34",
"eslint": "^8.57.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-perfectionist": "^2.10.0",
Expand All @@ -39,9 +38,9 @@
"mermaid": "^10.9.1",
"simple-git-hooks": "^2.11.1",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12",
"vuepress-plugin-md-enhance": "2.0.0-rc.47",
"vuepress-plugin-search-pro": "2.0.0-rc.47"
"vuepress": "2.0.0-rc.13",
"vuepress-plugin-md-enhance": "2.0.0-rc.48",
"vuepress-plugin-search-pro": "2.0.0-rc.48"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit d496c1b

Please sign in to comment.