perf: update deps to latest

This commit is contained in:
pengzhanbo 2025-01-10 11:31:36 +08:00
parent a9f6bd0a0c
commit cb731d9041
6 changed files with 461 additions and 468 deletions

View File

@ -30,7 +30,7 @@
"build": "tsup"
},
"dependencies": {
"@clack/prompts": "^0.9.0",
"@clack/prompts": "^0.9.1",
"@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.126",
"private": true,
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -51,7 +51,7 @@
"@types/stylus": "^0.48.43",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.8",
"bumpp": "^9.9.2",
"bumpp": "^9.10.0",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
@ -62,16 +62,16 @@
"less": "^4.2.1",
"lint-staged": "^15.3.0",
"markdown-it": "^14.1.0",
"memfs": "^4.15.3",
"memfs": "^4.17.0",
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.12.0",
"stylus": "^0.64.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8",
"wait-on": "^8.0.1"
"wait-on": "^8.0.2"
},
"resolutions": {
"esbuild": "^0.24.2"

View File

@ -86,8 +86,8 @@
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^1.26.1",
"tm-grammars": "^1.22.1",
"tm-themes": "^1.9.7",
"tm-grammars": "^1.22.3",
"tm-themes": "^1.9.8",
"vue": "catalog:"
},
"devDependencies": {

881
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -4,30 +4,30 @@ packages:
- cli
- plugins/*
catalog:
'@iconify/json': ^2.2.292
'@iconify/json': ^2.2.293
'@vuepress/bundler-vite': 2.0.0-rc.19
'@vuepress/helper': 2.0.0-rc.66
'@vuepress/helper': 2.0.0-rc.69
'@vuepress/plugin-cache': 2.0.0-rc.66
'@vuepress/plugin-comment': 2.0.0-rc.68
'@vuepress/plugin-docsearch': 2.0.0-rc.68
'@vuepress/plugin-comment': 2.0.0-rc.69
'@vuepress/plugin-docsearch': 2.0.0-rc.69
'@vuepress/plugin-git': 2.0.0-rc.68
'@vuepress/plugin-markdown-hint': 2.0.0-rc.68
'@vuepress/plugin-markdown-image': 2.0.0-rc.68
'@vuepress/plugin-markdown-include': 2.0.0-rc.68
'@vuepress/plugin-markdown-math': 2.0.0-rc.68
'@vuepress/plugin-nprogress': 2.0.0-rc.68
'@vuepress/plugin-photo-swipe': 2.0.0-rc.68
'@vuepress/plugin-reading-time': 2.0.0-rc.68
'@vuepress/plugin-seo': 2.0.0-rc.68
'@vuepress/plugin-sitemap': 2.0.0-rc.68
'@vuepress/plugin-watermark': 2.0.0-rc.68
'@vuepress/plugin-markdown-hint': 2.0.0-rc.69
'@vuepress/plugin-markdown-image': 2.0.0-rc.69
'@vuepress/plugin-markdown-include': 2.0.0-rc.69
'@vuepress/plugin-markdown-math': 2.0.0-rc.69
'@vuepress/plugin-nprogress': 2.0.0-rc.69
'@vuepress/plugin-photo-swipe': 2.0.0-rc.69
'@vuepress/plugin-reading-time': 2.0.0-rc.69
'@vuepress/plugin-seo': 2.0.0-rc.69
'@vuepress/plugin-sitemap': 2.0.0-rc.69
'@vuepress/plugin-watermark': 2.0.0-rc.69
'@vueuse/core': ^12.3.0
'@vueuse/integrations': ^12.3.0
chokidar: 3.6.0
fast-glob: ^3.3.3
gray-matter: ^4.0.3
json2yaml: ^1.1.0
local-pkg: ^0.5.1
local-pkg: ^1.0.0
nanoid: ^5.0.9
vue: ^3.5.13
vuepress: 2.0.0-rc.19

View File

@ -126,7 +126,7 @@
"local-pkg": "catalog:",
"nanoid": "catalog:",
"vue": "catalog:",
"vuepress-plugin-md-enhance": "2.0.0-rc.64",
"vuepress-plugin-md-enhance": "2.0.0-rc.67",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {