chore: update deps to latest

This commit is contained in:
pengzhanbo 2024-09-13 00:41:49 +08:00
parent 85b9d774fe
commit 28e718d71e
8 changed files with 512 additions and 359 deletions

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@iconify/json": "^2.2.246",
"@iconify/json": "^2.2.247",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"chart.js": "^4.4.4",
@ -20,7 +20,8 @@
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.2.0",
"vue": "^3.5.3",
"swiper": "^11.1.12",
"vue": "^3.5.4",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -38,8 +38,8 @@
"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.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@pengzhanbo/eslint-config-vue": "^1.16.0",
"@pengzhanbo/stylelint-config": "^1.16.0",
"@types/lodash.merge": "^4.6.9",
@ -51,14 +51,14 @@
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"stylelint": "^16.9.0",
"tsconfig-vuepress": "^5.2.0",
"tsup": "^8.2.4",
"typescript": "^5.6.2",
"wait-on": "^8.0.0"
"wait-on": "^8.0.1"
},
"lint-staged": {
"*": "eslint --fix",

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"vue": "^3.5.3"
"vue": "^3.5.4"
},
"publishConfig": {
"access": "public"

View File

@ -45,10 +45,10 @@
"image-size": "^1.1.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.16.3",
"shiki": "^1.17.0",
"tm-grammars": "^1.17.18",
"tm-themes": "^1.8.1",
"vue": "^3.5.3"
"vue": "^3.5.4"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"

View File

@ -44,11 +44,11 @@
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"chokidar": "^3.6.0",
"focus-trap": "^7.5.4",
"focus-trap": "^7.6.0",
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"p-map": "^7.0.2",
"vue": "^3.5.3"
"vue": "^3.5.4"
},
"publishConfig": {
"access": "public"

View File

@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@shikijs/transformers": "^1.16.3",
"@shikijs/twoslash": "^1.16.3",
"@shikijs/transformers": "^1.17.0",
"@shikijs/twoslash": "^1.17.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
@ -46,7 +46,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.16.3",
"shiki": "^1.17.0",
"twoslash": "^0.2.11",
"twoslash-vue": "^0.2.11"
},

832
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -68,6 +68,9 @@
"peerDependenciesMeta": {
"@iconify/json": {
"optional": true
},
"swiper": {
"optional": true
}
},
"dependencies": {
@ -103,12 +106,13 @@
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.246",
"vue-router": "^4.4.3"
"@iconify/json": "^2.2.247",
"swiper": "^11.1.12",
"vue-router": "^4.4.4"
}
}