perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-09-09 00:15:45 +08:00
parent eaa0b466ac
commit 33132297e1
8 changed files with 413 additions and 405 deletions

View File

@ -12,15 +12,15 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@iconify/json": "^2.2.244",
"@iconify/json": "^2.2.245",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.1.0",
"vue": "^3.5.2",
"mermaid": "^11.1.1",
"vue": "^3.5.3",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -50,7 +50,7 @@
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",

View File

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

View File

@ -42,12 +42,13 @@
"dependencies": {
"@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
"image-size": "^1.1.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.16.2",
"tm-grammars": "^1.17.16",
"tm-grammars": "^1.17.18",
"tm-themes": "^1.8.1",
"vue": "^3.5.2"
"vue": "^3.5.3"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"

View File

@ -48,7 +48,7 @@
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"p-map": "^7.0.2",
"vue": "^3.5.2"
"vue": "^3.5.3"
},
"publishConfig": {
"access": "public"

View File

@ -47,8 +47,8 @@
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.16.2",
"twoslash": "^0.2.10",
"twoslash-vue": "^0.2.10"
"twoslash": "^0.2.11",
"twoslash-vue": "^0.2.11"
},
"publishConfig": {
"access": "public"

793
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -103,12 +103,12 @@
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.5.2",
"vue": "^3.5.3",
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.244",
"@iconify/json": "^2.2.245",
"vue-router": "^4.4.3"
}
}