perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-09-18 21:43:40 +08:00
parent 89b2601ec7
commit 474ee6f0a0
9 changed files with 415 additions and 545 deletions

View File

@ -33,7 +33,7 @@
"@clack/prompts": "^0.7.0",
"@pengzhanbo/utils": "^1.1.2",
"cac": "^6.7.14",
"execa": "^9.3.1",
"execa": "^9.4.0",
"handlebars": "^4.7.8",
"picocolors": "^1.1.0"
},

View File

@ -12,16 +12,16 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@iconify/json": "^2.2.247",
"@iconify/json": "^2.2.250",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.2.0",
"swiper": "^11.1.12",
"vue": "^3.5.4",
"mermaid": "^11.2.1",
"swiper": "^11.1.14",
"vue": "^3.5.6",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -56,7 +56,7 @@
"rimraf": "^6.0.1",
"stylelint": "^16.9.0",
"tsconfig-vuepress": "^5.2.0",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"wait-on": "^8.0.1"
},

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.6"
},
"publishConfig": {
"access": "public"

View File

@ -41,14 +41,14 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"image-size": "^1.1.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.17.0",
"tm-grammars": "^1.17.18",
"tm-themes": "^1.8.1",
"vue": "^3.5.4"
"shiki": "^1.17.7",
"tm-grammars": "^1.17.22",
"tm-themes": "^1.8.2",
"vue": "^3.5.6"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"

View File

@ -41,14 +41,14 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"chokidar": "^3.6.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"chokidar": "3.6.0",
"focus-trap": "^7.6.0",
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"p-map": "^7.0.2",
"vue": "^3.5.4"
"vue": "^3.5.6"
},
"publishConfig": {
"access": "public"

View File

@ -36,17 +36,17 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@shikijs/transformers": "^1.17.0",
"@shikijs/twoslash": "^1.17.0",
"@shikijs/transformers": "^1.17.7",
"@shikijs/twoslash": "^1.17.7",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.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.17.0",
"shiki": "^1.17.7",
"twoslash": "^0.2.11",
"twoslash-vue": "^0.2.11"
},

904
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -75,7 +75,7 @@
}
},
"dependencies": {
"@iconify/utils": "^2.1.32",
"@iconify/utils": "^2.1.33",
"@iconify/vue": "^4.1.2",
"@pengzhanbo/utils": "^1.1.2",
"@vuepress-plume/plugin-content-update": "workspace:*",
@ -95,11 +95,11 @@
"@vuepress/plugin-seo": "2.0.0-rc.42",
"@vuepress/plugin-sitemap": "2.0.0-rc.42",
"@vuepress/plugin-watermark": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"bcrypt-ts": "^5.0.2",
"chokidar": "^3.6.0",
"chokidar": "3.6.0",
"create-filter": "^1.1.0",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"esbuild": "^0.23.1",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
@ -107,13 +107,13 @@
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.5.4",
"vue": "^3.5.6",
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.247",
"swiper": "^11.1.12",
"vue-router": "^4.4.4"
"@iconify/json": "^2.2.250",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}
}