perf: update deps to latest

This commit is contained in:
pengzhanbo 2025-02-24 09:02:02 +08:00
parent d9cc70168e
commit 6f11b50bee
9 changed files with 1192 additions and 1632 deletions

View File

@ -38,10 +38,10 @@
"picocolors": "^1.1.1"
},
"plume-deps": {
"vuepress": "2.0.0-rc.19",
"vuepress": "2.0.0-rc.20",
"vue": "^3.5.13",
"sass-embedded": "^1.85.0",
"sass-loader": "^16.0.4",
"sass-loader": "^16.0.5",
"http-server": "^14.1.1",
"typescript": "^5.7.3"
}

View File

@ -15,7 +15,7 @@
"@iconify/json": "catalog:",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "catalog:",
"chart.js": "^4.4.7",
"chart.js": "^4.4.8",
"echarts": "^5.6.0",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.131",
"private": true,
"packageManager": "pnpm@10.4.0",
"packageManager": "pnpm@10.4.1",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -42,22 +42,22 @@
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@pengzhanbo/eslint-config-vue": "^1.25.0",
"@pengzhanbo/stylelint-config": "^1.25.0",
"@pengzhanbo/eslint-config-vue": "^1.26.0",
"@pengzhanbo/stylelint-config": "^1.26.0",
"@types/less": "^3.0.8",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/stylus": "^0.48.43",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "^3.0.5",
"@vitest/coverage-istanbul": "^3.0.6",
"bumpp": "^10.0.3",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"husky": "^9.1.7",
"less": "^4.2.2",
"lint-staged": "^15.4.3",
@ -70,7 +70,7 @@
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.5",
"vitest": "^3.0.6",
"wait-on": "^8.0.2"
},
"pnpm": {
@ -79,7 +79,9 @@
]
},
"resolutions": {
"esbuild": "^0.25.0"
"esbuild": "^0.25.0",
"sass": "^1.85.0",
"sass-embedded": "^1.85.0"
},
"lint-staged": {
"*": "eslint --fix",

View File

@ -41,7 +41,7 @@
},
"peerDependencies": {
"artplayer": "^5.2.0",
"dashjs": "^4.7.4",
"dashjs": "^5.0.0",
"esbuild": ">=0.24.2",
"hls.js": "^1.5.18",
"less": "^4.2.1",
@ -85,9 +85,9 @@
"lru-cache": "^11.0.2",
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^2.4.1",
"tm-grammars": "^1.22.14",
"tm-themes": "^1.9.12",
"shiki": "^3.0.0",
"tm-grammars": "^1.22.17",
"tm-themes": "^1.9.13",
"vue": "catalog:"
},
"devDependencies": {

View File

@ -46,7 +46,7 @@
"chokidar": "catalog:",
"focus-trap": "^7.6.4",
"mark.js": "^8.11.1",
"minisearch": "^7.1.1",
"minisearch": "^7.1.2",
"p-map": "^7.0.3",
"vue": "catalog:"
},

View File

@ -36,8 +36,8 @@
"vuepress": "catalog:"
},
"dependencies": {
"@shikijs/transformers": "^2.4.1",
"@shikijs/twoslash": "^2.4.1",
"@shikijs/transformers": "^3.0.0",
"@shikijs/twoslash": "^3.0.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "catalog:",
"@vueuse/core": "catalog:",
@ -47,7 +47,7 @@
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "catalog:",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},

2734
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -4,23 +4,23 @@ packages:
- cli
- plugins/*
catalog:
'@iconify/json': ^2.2.307
'@vuepress/bundler-vite': 2.0.0-rc.19
'@vuepress/helper': 2.0.0-rc.78
'@vuepress/plugin-cache': 2.0.0-rc.66
'@vuepress/plugin-comment': 2.0.0-rc.78
'@vuepress/plugin-docsearch': 2.0.0-rc.78
'@vuepress/plugin-git': 2.0.0-rc.68
'@vuepress/plugin-markdown-hint': 2.0.0-rc.78
'@vuepress/plugin-markdown-image': 2.0.0-rc.78
'@vuepress/plugin-markdown-include': 2.0.0-rc.78
'@vuepress/plugin-markdown-math': 2.0.0-rc.78
'@vuepress/plugin-nprogress': 2.0.0-rc.78
'@vuepress/plugin-photo-swipe': 2.0.0-rc.78
'@vuepress/plugin-reading-time': 2.0.0-rc.78
'@vuepress/plugin-seo': 2.0.0-rc.78
'@vuepress/plugin-sitemap': 2.0.0-rc.78
'@vuepress/plugin-watermark': 2.0.0-rc.78
'@iconify/json': ^2.2.309
'@vuepress/bundler-vite': 2.0.0-rc.20
'@vuepress/helper': 2.0.0-rc.79
'@vuepress/plugin-cache': 2.0.0-rc.79
'@vuepress/plugin-comment': 2.0.0-rc.79
'@vuepress/plugin-docsearch': 2.0.0-rc.79
'@vuepress/plugin-git': 2.0.0-rc.79
'@vuepress/plugin-markdown-hint': 2.0.0-rc.79
'@vuepress/plugin-markdown-image': 2.0.0-rc.79
'@vuepress/plugin-markdown-include': 2.0.0-rc.79
'@vuepress/plugin-markdown-math': 2.0.0-rc.79
'@vuepress/plugin-nprogress': 2.0.0-rc.79
'@vuepress/plugin-photo-swipe': 2.0.0-rc.79
'@vuepress/plugin-reading-time': 2.0.0-rc.79
'@vuepress/plugin-seo': 2.0.0-rc.79
'@vuepress/plugin-sitemap': 2.0.0-rc.79
'@vuepress/plugin-watermark': 2.0.0-rc.79
'@vueuse/core': ^12.7.0
'@vueuse/integrations': ^12.7.0
chokidar: 3.6.0
@ -28,6 +28,7 @@ catalog:
gray-matter: ^4.0.3
json2yaml: ^1.1.0
local-pkg: ^1.0.0
nanoid: ^5.1.0
nanoid: ^5.1.2
vue: ^3.5.13
vuepress: 2.0.0-rc.19
vuepress: 2.0.0-rc.20
vuepress-plugin-md-enhance: 2.0.0-rc.72

View File

@ -64,9 +64,9 @@
"peerDependencies": {
"@iconify/json": "^2",
"mathjax-full": "^3.2.2",
"sass": "^1.83.0",
"sass-embedded": "^1.83.0",
"sass-loader": "^16.0.3",
"sass": "^1.85.0",
"sass-embedded": "^1.85.0",
"sass-loader": "^16.0.5",
"swiper": "^11.0.0",
"vuepress": "catalog:"
},
@ -94,7 +94,6 @@
"@iconify/utils": "^2.3.0",
"@iconify/vue": "^4.3.0",
"@pengzhanbo/utils": "^1.2.0",
"@vuepress-plume/plugin-content-update": "workspace:*",
"@vuepress-plume/plugin-fonts": "workspace:*",
"@vuepress-plume/plugin-search": "workspace:*",
"@vuepress-plume/plugin-shikiji": "workspace:*",
@ -114,7 +113,7 @@
"@vuepress/plugin-sitemap": "catalog:",
"@vuepress/plugin-watermark": "catalog:",
"@vueuse/core": "catalog:",
"bcrypt-ts": "^5.0.3",
"bcrypt-ts": "^6.0.0",
"chokidar": "catalog:",
"create-filter": "^1.1.0",
"dayjs": "^1.11.13",
@ -126,7 +125,7 @@
"local-pkg": "catalog:",
"nanoid": "catalog:",
"vue": "catalog:",
"vuepress-plugin-md-enhance": "2.0.0-rc.69",
"vuepress-plugin-md-enhance": "catalog:",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {