perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-12-22 14:16:05 +08:00
parent 0e22ad0258
commit 70dfe79c2a
7 changed files with 350 additions and 302 deletions

View File

@ -30,7 +30,7 @@
"build": "tsup"
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"@clack/prompts": "^0.9.0",
"@pengzhanbo/utils": "^1.2.0",
"cac": "^6.7.14",
"execa": "^9.5.2",

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.121",
"private": true,
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -40,7 +40,7 @@
"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.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@pengzhanbo/eslint-config-vue": "^1.21.0",
"@pengzhanbo/stylelint-config": "^1.21.0",
@ -49,7 +49,7 @@
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.8",
"bumpp": "^9.9.1",
"bumpp": "^9.9.2",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
@ -59,10 +59,10 @@
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"markdown-it": "^14.1.0",
"memfs": "^4.15.0",
"memfs": "^4.15.1",
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
@ -70,7 +70,7 @@
"wait-on": "^8.0.1"
},
"resolutions": {
"esbuild": "^0.24.0"
"esbuild": "^0.24.2"
},
"lint-staged": {
"*": "eslint --fix",

View File

@ -71,12 +71,12 @@
"@mdit/plugin-tasklist": "^0.14.0",
"@vuepress/helper": "catalog:",
"@vueuse/core": "catalog:",
"image-size": "^1.1.1",
"image-size": "^1.2.0",
"local-pkg": "catalog:",
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^1.24.2",
"tm-grammars": "^1.21.4",
"shiki": "^1.24.4",
"tm-grammars": "^1.21.9",
"tm-themes": "^1.9.5",
"vue": "catalog:"
},

View File

@ -36,8 +36,8 @@
"vuepress": "catalog:"
},
"dependencies": {
"@shikijs/transformers": "^1.24.2",
"@shikijs/twoslash": "^1.24.2",
"@shikijs/transformers": "^1.24.4",
"@shikijs/twoslash": "^1.24.4",
"@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": "^1.24.2",
"shiki": "^1.24.4",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},

618
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.282
'@iconify/json': ^2.2.287
'@vuepress/bundler-vite': 2.0.0-rc.19
'@vuepress/helper': 2.0.0-rc.66
'@vuepress/plugin-cache': 2.0.0-rc.66

View File

@ -91,7 +91,7 @@
}
},
"dependencies": {
"@iconify/utils": "^2.2.0",
"@iconify/utils": "^2.2.1",
"@iconify/vue": "^4.2.0",
"@pengzhanbo/utils": "^1.2.0",
"@vuepress-plume/plugin-content-update": "workspace:*",
@ -118,11 +118,11 @@
"chokidar": "catalog:",
"create-filter": "^1.1.0",
"dayjs": "^1.11.13",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"fast-glob": "catalog:",
"gray-matter": "catalog:",
"json2yaml": "catalog:",
"katex": "^0.16.15",
"katex": "^0.16.18",
"local-pkg": "catalog:",
"nanoid": "catalog:",
"vue": "catalog:",