chore: update deps to latest

This commit is contained in:
pengzhanbo 2025-02-09 01:00:40 +08:00
parent 8631727ec3
commit 3bacc633f1
8 changed files with 766 additions and 699 deletions

View File

@ -30,7 +30,7 @@
"build": "tsup"
},
"dependencies": {
"@clack/prompts": "^0.9.1",
"@clack/prompts": "^0.10.0",
"@pengzhanbo/utils": "^1.2.0",
"cac": "^6.7.14",
"execa": "^9.5.2",
@ -43,6 +43,6 @@
"sass-embedded": "^1.83.4",
"sass-loader": "^16.0.4",
"http-server": "^14.1.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}

View File

@ -21,7 +21,7 @@
"http-server": "^14.1.1",
"mermaid": "^11.4.1",
"sass-embedded": "^1.83.4",
"swiper": "^11.2.1",
"swiper": "^11.2.2",
"vue": "catalog:",
"vuepress-theme-plume": "workspace:*"
},

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.129",
"private": true,
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.1",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -40,24 +40,24 @@
"release:version": "bumpp package.json plugins/*/package.json theme/package.json cli/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@pengzhanbo/eslint-config-vue": "^1.24.0",
"@pengzhanbo/stylelint-config": "^1.24.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@pengzhanbo/eslint-config-vue": "^1.25.0",
"@pengzhanbo/stylelint-config": "^1.25.0",
"@types/less": "^3.0.8",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/stylus": "^0.48.43",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "^3.0.4",
"bumpp": "^10.0.1",
"@vitest/coverage-istanbul": "^3.0.5",
"bumpp": "^10.0.2",
"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.19.0",
"eslint": "^9.20.0",
"husky": "^9.1.7",
"less": "^4.2.2",
"lint-staged": "^15.4.3",
@ -70,11 +70,16 @@
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.4",
"vitest": "^3.0.5",
"wait-on": "^8.0.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"resolutions": {
"esbuild": "^0.24.2"
"esbuild": "^0.25.0"
},
"lint-staged": {
"*": "eslint --fix",

View File

@ -85,9 +85,9 @@
"lru-cache": "^11.0.2",
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^2.2.0",
"tm-grammars": "^1.22.10",
"tm-themes": "^1.9.8",
"shiki": "^2.3.2",
"tm-grammars": "^1.22.13",
"tm-themes": "^1.9.12",
"vue": "catalog:"
},
"devDependencies": {

View File

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

1412
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.301
'@iconify/json': ^2.2.304
'@vuepress/bundler-vite': 2.0.0-rc.19
'@vuepress/helper': 2.0.0-rc.73
'@vuepress/plugin-cache': 2.0.0-rc.66

View File

@ -91,7 +91,7 @@
}
},
"dependencies": {
"@iconify/utils": "^2.2.1",
"@iconify/utils": "^2.3.0",
"@iconify/vue": "^4.3.0",
"@pengzhanbo/utils": "^1.2.0",
"@vuepress-plume/plugin-content-update": "workspace:*",
@ -118,7 +118,7 @@
"chokidar": "catalog:",
"create-filter": "^1.1.0",
"dayjs": "^1.11.13",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"fast-glob": "catalog:",
"gray-matter": "catalog:",
"json2yaml": "catalog:",
@ -131,7 +131,7 @@
},
"devDependencies": {
"@iconify/json": "catalog:",
"swiper": "^11.2.1",
"swiper": "^11.2.2",
"vue-router": "^4.5.0"
}
}