perf: update deps to latest

This commit is contained in:
pengzhanbo 2025-03-02 12:03:11 +08:00
parent 783bfc6583
commit bfa6c6ac0e
7 changed files with 754 additions and 972 deletions

View File

@ -40,7 +40,7 @@
"plume-deps": {
"vuepress": "2.0.0-rc.20",
"vue": "^3.5.13",
"sass-embedded": "^1.85.0",
"sass-embedded": "^1.85.1",
"sass-loader": "^16.0.5",
"http-server": "^14.1.1",
"typescript": "^5.7.3"

View File

@ -23,7 +23,7 @@
"markmap-toolbar": "^0.18.10",
"markmap-view": "^0.18.10",
"mermaid": "^11.4.1",
"sass-embedded": "^1.85.0",
"sass-embedded": "^1.85.1",
"swiper": "^11.2.4",
"vue": "catalog:",
"vuepress-theme-plume": "workspace:*"

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.133",
"private": true,
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -14,7 +14,7 @@
"vuepress-theme-plume"
],
"engines": {
"node": "^18.20.0 || >=20.0.0",
"node": ">=20.6.0",
"pnpm": ">=9"
},
"scripts": {
@ -47,10 +47,10 @@
"@types/less": "^3.0.8",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "^22.13.5",
"@types/node": "^22.13.8",
"@types/stylus": "^0.48.43",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "^3.0.6",
"@vitest/coverage-istanbul": "^3.0.7",
"bumpp": "^10.0.3",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
@ -65,12 +65,12 @@
"memfs": "^4.17.0",
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.14.1",
"stylelint": "^16.15.0",
"stylus": "^0.64.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.0.7",
"wait-on": "^8.0.2"
},
"pnpm": {
@ -80,8 +80,8 @@
},
"resolutions": {
"esbuild": "^0.25.0",
"sass": "^1.85.0",
"sass-embedded": "^1.85.0"
"sass": "^1.85.1",
"sass-embedded": "^1.85.1"
},
"lint-staged": {
"*": "eslint --fix",

View File

@ -80,14 +80,14 @@
"@vuepress/helper": "catalog:",
"@vueuse/core": "catalog:",
"chokidar": "catalog:",
"image-size": "^1.2.0",
"image-size": "^2.0.0",
"local-pkg": "catalog:",
"lru-cache": "^11.0.2",
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^3.0.0",
"tm-grammars": "^1.22.17",
"tm-themes": "^1.9.13",
"shiki": "^3.1.0",
"tm-grammars": "^1.22.19",
"tm-themes": "^1.9.14",
"vue": "catalog:"
},
"devDependencies": {

View File

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

1680
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ packages:
- cli
- plugins/*
catalog:
'@iconify/json': ^2.2.309
'@iconify/json': ^2.2.311
'@vuepress/bundler-vite': 2.0.0-rc.20
'@vuepress/helper': 2.0.0-rc.79
'@vuepress/plugin-cache': 2.0.0-rc.79
@ -27,7 +27,7 @@ catalog:
fast-glob: ^3.3.3
gray-matter: ^4.0.3
json2yaml: ^1.1.0
local-pkg: ^1.0.0
local-pkg: ^1.1.0
nanoid: ^5.1.2
vue: ^3.5.13
vuepress: 2.0.0-rc.20