chore: update deps to latest

This commit is contained in:
pengzhanbo 2024-10-26 01:12:19 +08:00
parent 3390b49c1f
commit bc53f1d82e
6 changed files with 403 additions and 158 deletions

View File

@ -40,7 +40,7 @@
"plume-deps": {
"vuepress": "2.0.0-rc.18",
"vue": "^3.5.12",
"sass-embedded": "^1.80.3",
"sass-embedded": "^1.80.4",
"sass-loader": "^16.0.2",
"http-server": "^14.1.1",
"typescript": "^5.6.3"

View File

@ -20,7 +20,7 @@
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.3.0",
"sass-embedded": "^1.80.3",
"sass-embedded": "^1.80.4",
"swiper": "^11.1.14",
"vue": "^3.5.12",
"vuepress-theme-plume": "workspace:*"

View File

@ -64,7 +64,7 @@
"rimraf": "^6.0.1",
"stylelint": "^16.10.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.0",
"tsup": "^8.3.4",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"wait-on": "^8.0.1"

View File

@ -59,7 +59,7 @@
"local-pkg": "^0.5.0",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.22.0",
"shiki": "^1.22.1",
"tm-grammars": "^1.18.5",
"tm-themes": "^1.9.0",
"vue": "^3.5.12"

View File

@ -36,18 +36,18 @@
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@shikijs/transformers": "^1.22.0",
"@shikijs/twoslash": "^1.22.0",
"@shikijs/transformers": "^1.22.1",
"@shikijs/twoslash": "^1.22.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.56",
"@vueuse/core": "^11.1.0",
"fast-glob": "^3.3.2",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.22.0",
"shiki": "^1.22.1",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},

545
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff