perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-08-09 01:20:40 +08:00
parent dc35228461
commit 60b75e3e2e
8 changed files with 297 additions and 270 deletions

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.234",
"@iconify/json": "^2.2.235",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"chart.js": "^4.4.3",
@ -20,7 +20,7 @@
"flowchart.ts": "^3.0.0",
"http-server": "^14.1.1",
"mermaid": "^10.9.1",
"vue": "^3.4.35",
"vue": "^3.4.37",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.84",
"private": true,
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -37,7 +37,7 @@
"release:version": "bumpp package.json plugins/*/package.json theme/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@pengzhanbo/eslint-config-vue": "^1.12.0",
"@pengzhanbo/stylelint-config": "^1.12.0",

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"vue": "^3.4.35"
"vue": "^3.4.37"
},
"publishConfig": {
"access": "public"

View File

@ -41,13 +41,13 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^10.11.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.12.1",
"tm-grammars": "^1.16.2",
"tm-themes": "^1.6.1",
"vue": "^3.4.35"
"tm-grammars": "^1.16.3",
"tm-themes": "^1.6.2",
"vue": "^3.4.37"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"

View File

@ -41,14 +41,14 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"@vueuse/core": "^10.11.1",
"@vueuse/integrations": "^10.11.1",
"chokidar": "^3.6.0",
"focus-trap": "^7.5.4",
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"p-map": "^7.0.2",
"vue": "^3.4.35"
"vue": "^3.4.37"
},
"publishConfig": {
"access": "public"

View File

@ -40,7 +40,7 @@
"@shikijs/twoslash": "^1.12.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^10.11.1",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",

533
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -91,7 +91,7 @@
"@vuepress/plugin-seo": "2.0.0-rc.40",
"@vuepress/plugin-sitemap": "2.0.0-rc.40",
"@vuepress/plugin-watermark": "2.0.0-rc.40",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^10.11.1",
"bcrypt-ts": "^5.0.2",
"chokidar": "^3.6.0",
"create-filter": "^1.1.0",
@ -103,12 +103,12 @@
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.234"
"@iconify/json": "^2.2.235"
}
}