mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
perf: update deps to latest
This commit is contained in:
parent
307152cdba
commit
e55df63d04
@ -12,14 +12,14 @@
|
|||||||
"vuepress": "2.0.0-rc.14"
|
"vuepress": "2.0.0-rc.14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/json": "^2.2.222",
|
"@iconify/json": "^2.2.223",
|
||||||
"@vuepress/bundler-vite": "2.0.0-rc.14",
|
"@vuepress/bundler-vite": "2.0.0-rc.14",
|
||||||
"anywhere": "^1.6.0",
|
"anywhere": "^1.6.0",
|
||||||
"chart.js": "^4.4.3",
|
"chart.js": "^4.4.3",
|
||||||
"echarts": "^5.5.0",
|
"echarts": "^5.5.1",
|
||||||
"flowchart.ts": "^3.0.0",
|
"flowchart.ts": "^3.0.0",
|
||||||
"mermaid": "^10.9.1",
|
"mermaid": "^10.9.1",
|
||||||
"vue": "^3.4.30",
|
"vue": "^3.4.31",
|
||||||
"vuepress-theme-plume": "workspace:~"
|
"vuepress-theme-plume": "workspace:~"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@ -41,8 +41,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^19.3.0",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.2.2",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@pengzhanbo/eslint-config-vue": "^1.11.1",
|
"@pengzhanbo/eslint-config-vue": "^1.11.2",
|
||||||
"@pengzhanbo/stylelint-config": "^1.11.1",
|
"@pengzhanbo/stylelint-config": "^1.11.2",
|
||||||
"@types/lodash.merge": "^4.6.9",
|
"@types/lodash.merge": "^4.6.9",
|
||||||
"@types/node": "20.12.10",
|
"@types/node": "20.12.10",
|
||||||
"@types/webpack-env": "^1.18.5",
|
"@types/webpack-env": "^1.18.5",
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
"@vue/devtools-api": "6.6.3",
|
"@vue/devtools-api": "6.6.3",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^3.6.0",
|
||||||
"create-filter": "^1.1.0",
|
"create-filter": "^1.1.0",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
"vuepress": "2.0.0-rc.14"
|
"vuepress": "2.0.0-rc.14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vuepress-plume/plugin-content-update": "workspace:~",
|
"@vuepress-plume/plugin-content-update": "workspace:~",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/vue": "^4.1.2",
|
"@iconify/vue": "^4.1.2",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -52,13 +52,13 @@
|
|||||||
"local-pkg": "^0.5.0",
|
"local-pkg": "^0.5.0",
|
||||||
"markdown-it-container": "^4.0.0",
|
"markdown-it-container": "^4.0.0",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.7",
|
||||||
"shiki": "^1.9.1",
|
"shiki": "^1.10.0",
|
||||||
"tm-grammars": "^1.12.12",
|
"tm-grammars": "^1.13.0",
|
||||||
"tm-themes": "^1.4.3",
|
"tm-themes": "^1.5.0",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify/json": "^2.2.222",
|
"@iconify/json": "^2.2.223",
|
||||||
"@types/markdown-it": "^14.1.1"
|
"@types/markdown-it": "^14.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
"@vue/devtools-api": "6.6.3",
|
"@vue/devtools-api": "6.6.3",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^3.6.0",
|
||||||
"create-filter": "^1.1.0",
|
"create-filter": "^1.1.0",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"minisearch": "^6.3.0",
|
"minisearch": "^6.3.0",
|
||||||
"p-map": "^7.0.2",
|
"p-map": "^7.0.2",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.4.31"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -36,8 +36,8 @@
|
|||||||
"vuepress": "2.0.0-rc.14"
|
"vuepress": "2.0.0-rc.14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@shikijs/transformers": "^1.9.1",
|
"@shikijs/transformers": "^1.10.0",
|
||||||
"@shikijs/twoslash": "^1.9.1",
|
"@shikijs/twoslash": "^1.10.0",
|
||||||
"@types/hast": "^3.0.4",
|
"@types/hast": "^3.0.4",
|
||||||
"@vuepress/helper": "2.0.0-rc.37",
|
"@vuepress/helper": "2.0.0-rc.37",
|
||||||
"floating-vue": "^5.2.2",
|
"floating-vue": "^5.2.2",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"mdast-util-gfm": "^3.0.0",
|
"mdast-util-gfm": "^3.0.0",
|
||||||
"mdast-util-to-hast": "^13.2.0",
|
"mdast-util-to-hast": "^13.2.0",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.7",
|
||||||
"shiki": "^1.9.1",
|
"shiki": "^1.10.0",
|
||||||
"twoslash": "^0.2.9",
|
"twoslash": "^0.2.9",
|
||||||
"twoslash-vue": "^0.2.9"
|
"twoslash-vue": "^0.2.9"
|
||||||
},
|
},
|
||||||
|
|||||||
670
pnpm-lock.yaml
generated
670
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -96,7 +96,7 @@
|
|||||||
"katex": "^0.16.10",
|
"katex": "^0.16.10",
|
||||||
"lodash.merge": "^4.6.2",
|
"lodash.merge": "^4.6.2",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.7",
|
||||||
"vue": "^3.4.30",
|
"vue": "^3.4.31",
|
||||||
"vue-router": "^4.4.0",
|
"vue-router": "^4.4.0",
|
||||||
"vuepress-plugin-md-enhance": "2.0.0-rc.50",
|
"vuepress-plugin-md-enhance": "2.0.0-rc.50",
|
||||||
"vuepress-plugin-md-power": "workspace:*"
|
"vuepress-plugin-md-power": "workspace:*"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user