perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-08-18 10:05:13 +08:00
parent dae7b1ccda
commit 369a170813
8 changed files with 541 additions and 488 deletions

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.237",
"@iconify/json": "^2.2.238",
"@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.37",
"vue": "^3.4.38",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.86",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -53,8 +53,8 @@
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"rimraf": "^6.0.1",
"stylelint": "^16.8.1",
"tsconfig-vuepress": "^4.5.0",
"stylelint": "^16.8.2",
"tsconfig-vuepress": "^5.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"wait-on": "^7.2.0"

View File

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

View File

@ -41,13 +41,13 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.0.0",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.12.1",
"tm-grammars": "^1.17.0",
"tm-themes": "^1.6.4",
"vue": "^3.4.37"
"shiki": "^1.14.1",
"tm-grammars": "^1.17.2",
"tm-themes": "^1.7.1",
"vue": "^3.4.38"
},
"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.1",
"@vueuse/integrations": "^10.11.1",
"@vueuse/core": "^11.0.0",
"@vueuse/integrations": "^11.0.0",
"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.37"
"vue": "^3.4.38"
},
"publishConfig": {
"access": "public"

View File

@ -36,17 +36,17 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@shikijs/transformers": "^1.12.1",
"@shikijs/twoslash": "^1.12.1",
"@shikijs/transformers": "^1.14.1",
"@shikijs/twoslash": "^1.14.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.0.0",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.12.1",
"shiki": "^1.14.1",
"twoslash": "^0.2.9",
"twoslash-vue": "^0.2.9"
},

985
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -91,24 +91,24 @@
"@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.1",
"@vueuse/core": "^11.0.0",
"bcrypt-ts": "^5.0.2",
"chokidar": "^3.6.0",
"create-filter": "^1.1.0",
"date-fns": "^3.6.0",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"json2yaml": "^1.1.0",
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.237"
"@iconify/json": "^2.2.238"
}
}