perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-08-29 20:19:16 +08:00
parent b4d551ff0a
commit 2ebde528a4
7 changed files with 607 additions and 358 deletions

View File

@ -12,14 +12,14 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.239",
"@iconify/json": "^2.2.242",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.0",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^10.9.1",
"mermaid": "^11.0.2",
"vue": "^3.4.38",
"vuepress-theme-plume": "workspace:*"
},

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.90",
"private": true,
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -38,23 +38,23 @@
"release:version": "bumpp package.json plugins/*/package.json theme/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@pengzhanbo/eslint-config-vue": "^1.14.0",
"@pengzhanbo/stylelint-config": "^1.14.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"bumpp": "^9.5.1",
"bumpp": "^9.5.2",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"rimraf": "^6.0.1",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"tsconfig-vuepress": "^5.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",

View File

@ -41,12 +41,12 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^11.0.1",
"@vueuse/core": "^11.0.3",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.14.1",
"tm-grammars": "^1.17.3",
"tm-themes": "^1.8.0",
"tm-grammars": "^1.17.4",
"tm-themes": "^1.8.1",
"vue": "^3.4.38"
},
"devDependencies": {

View File

@ -41,8 +41,8 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^11.0.1",
"@vueuse/integrations": "^11.0.1",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"chokidar": "^3.6.0",
"focus-trap": "^7.5.4",
"mark.js": "^8.11.1",

View File

@ -40,7 +40,7 @@
"@shikijs/twoslash": "^1.14.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^11.0.1",
"@vueuse/core": "^11.0.3",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",

929
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@
}
},
"dependencies": {
"@iconify/utils": "^2.1.31",
"@iconify/utils": "^2.1.32",
"@iconify/vue": "^4.1.2",
"@pengzhanbo/utils": "^1.1.2",
"@vuepress-plume/plugin-content-update": "workspace:*",
@ -91,7 +91,7 @@
"@vuepress/plugin-seo": "2.0.0-rc.40",
"@vuepress/plugin-sitemap": "2.0.0-rc.40",
"@vuepress/plugin-watermark": "2.0.0-rc.40",
"@vueuse/core": "^11.0.1",
"@vueuse/core": "^11.0.3",
"bcrypt-ts": "^5.0.2",
"chokidar": "^3.6.0",
"create-filter": "^1.1.0",
@ -109,6 +109,6 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.239"
"@iconify/json": "^2.2.242"
}
}