perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-10-15 00:39:40 +08:00
parent ae92e59c89
commit b8f43267ad
10 changed files with 440 additions and 275 deletions

View File

@ -38,7 +38,7 @@
"picocolors": "^1.1.0"
},
"plume-deps": {
"vuepress": "2.0.0-rc.17",
"vuepress": "2.0.0-rc.18",
"vue": "^3.5.12",
"sass-embedded": "^1.79.5",
"sass-loader": "^16.0.2",

View File

@ -9,12 +9,12 @@
"docs:serve": "http-server .vuepress/dist -d 0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@iconify/json": "^2.2.259",
"@iconify/json": "^2.2.260",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",

View File

@ -57,7 +57,7 @@
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",
"memfs": "^4.13.0",
"memfs": "^4.14.0",
"rimraf": "^6.0.1",
"stylelint": "^16.10.0",
"tsconfig-vuepress": "^5.2.0",

View File

@ -37,7 +37,7 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"vue": "^3.5.12"

View File

@ -33,7 +33,7 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"publishConfig": {
"access": "public"

View File

@ -38,7 +38,7 @@
},
"peerDependencies": {
"markdown-it": "^14.0.0",
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"peerDependenciesMeta": {
"markdown-it": {
@ -53,7 +53,7 @@
"@mdit/plugin-sup": "^0.13.1",
"@mdit/plugin-tab": "^0.13.2",
"@mdit/plugin-tasklist": "^0.13.1",
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/helper": "2.0.0-rc.55",
"@vueuse/core": "^11.1.0",
"image-size": "^1.1.1",
"local-pkg": "^0.5.0",

View File

@ -37,10 +37,10 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/helper": "2.0.0-rc.55",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"chokidar": "3.6.0",

View File

@ -33,13 +33,13 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@shikijs/transformers": "^1.22.0",
"@shikijs/twoslash": "^1.22.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/helper": "2.0.0-rc.55",
"@vueuse/core": "^11.1.0",
"fast-glob": "^3.3.2",
"floating-vue": "^5.2.2",

651
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -63,21 +63,17 @@
},
"peerDependencies": {
"@iconify/json": "^2",
"katex": "^0.16.10",
"mathjax-full": "^3.2.2",
"sass": "^1.79.3",
"sass-embedded": "^1.79.3",
"sass-loader": "^16.0.2",
"swiper": "^11.0.0",
"vuepress": "2.0.0-rc.17"
"vuepress": "2.0.0-rc.18"
},
"peerDependenciesMeta": {
"@iconify/json": {
"optional": true
},
"katex": {
"optional": true
},
"mathjax-full": {
"optional": true
},
@ -102,21 +98,21 @@
"@vuepress-plume/plugin-fonts": "workspace:*",
"@vuepress-plume/plugin-search": "workspace:*",
"@vuepress-plume/plugin-shikiji": "workspace:*",
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/plugin-cache": "2.0.0-rc.52",
"@vuepress/plugin-comment": "2.0.0-rc.53",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-git": "2.0.0-rc.52",
"@vuepress/plugin-markdown-container": "2.0.0-rc.52",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.52",
"@vuepress/plugin-markdown-image": "2.0.0-rc.52",
"@vuepress/plugin-markdown-math": "2.0.0-rc.52",
"@vuepress/plugin-nprogress": "2.0.0-rc.52",
"@vuepress/plugin-photo-swipe": "2.0.0-rc.52",
"@vuepress/plugin-reading-time": "2.0.0-rc.52",
"@vuepress/plugin-seo": "2.0.0-rc.52",
"@vuepress/plugin-sitemap": "2.0.0-rc.52",
"@vuepress/plugin-watermark": "2.0.0-rc.52",
"@vuepress/helper": "2.0.0-rc.55",
"@vuepress/plugin-cache": "2.0.0-rc.54",
"@vuepress/plugin-comment": "2.0.0-rc.55",
"@vuepress/plugin-docsearch": "2.0.0-rc.55",
"@vuepress/plugin-git": "2.0.0-rc.54",
"@vuepress/plugin-markdown-container": "2.0.0-rc.54",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.55",
"@vuepress/plugin-markdown-image": "2.0.0-rc.55",
"@vuepress/plugin-markdown-math": "2.0.0-rc.55",
"@vuepress/plugin-nprogress": "2.0.0-rc.55",
"@vuepress/plugin-photo-swipe": "2.0.0-rc.55",
"@vuepress/plugin-reading-time": "2.0.0-rc.55",
"@vuepress/plugin-seo": "2.0.0-rc.55",
"@vuepress/plugin-sitemap": "2.0.0-rc.55",
"@vuepress/plugin-watermark": "2.0.0-rc.55",
"@vueuse/core": "^11.1.0",
"bcrypt-ts": "^5.0.2",
"chokidar": "3.6.0",
@ -134,7 +130,7 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.259",
"@iconify/json": "^2.2.260",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}