chore: update deps to latest
This commit is contained in:
parent
85b9d774fe
commit
28e718d71e
@ -12,7 +12,7 @@
|
|||||||
"vuepress": "2.0.0-rc.15"
|
"vuepress": "2.0.0-rc.15"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/json": "^2.2.246",
|
"@iconify/json": "^2.2.247",
|
||||||
"@simonwep/pickr": "^1.9.1",
|
"@simonwep/pickr": "^1.9.1",
|
||||||
"@vuepress/bundler-vite": "2.0.0-rc.15",
|
"@vuepress/bundler-vite": "2.0.0-rc.15",
|
||||||
"chart.js": "^4.4.4",
|
"chart.js": "^4.4.4",
|
||||||
@ -20,7 +20,8 @@
|
|||||||
"flowchart.ts": "^3.0.1",
|
"flowchart.ts": "^3.0.1",
|
||||||
"http-server": "^14.1.1",
|
"http-server": "^14.1.1",
|
||||||
"mermaid": "^11.2.0",
|
"mermaid": "^11.2.0",
|
||||||
"vue": "^3.5.3",
|
"swiper": "^11.1.12",
|
||||||
|
"vue": "^3.5.4",
|
||||||
"vuepress-theme-plume": "workspace:*"
|
"vuepress-theme-plume": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@ -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"
|
"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": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^19.4.1",
|
"@commitlint/cli": "^19.5.0",
|
||||||
"@commitlint/config-conventional": "^19.4.1",
|
"@commitlint/config-conventional": "^19.5.0",
|
||||||
"@pengzhanbo/eslint-config-vue": "^1.16.0",
|
"@pengzhanbo/eslint-config-vue": "^1.16.0",
|
||||||
"@pengzhanbo/stylelint-config": "^1.16.0",
|
"@pengzhanbo/stylelint-config": "^1.16.0",
|
||||||
"@types/lodash.merge": "^4.6.9",
|
"@types/lodash.merge": "^4.6.9",
|
||||||
@ -51,14 +51,14 @@
|
|||||||
"cpx2": "^7.0.1",
|
"cpx2": "^7.0.1",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"eslint": "^9.10.0",
|
"eslint": "^9.10.0",
|
||||||
"husky": "^9.1.5",
|
"husky": "^9.1.6",
|
||||||
"lint-staged": "^15.2.10",
|
"lint-staged": "^15.2.10",
|
||||||
"rimraf": "^6.0.1",
|
"rimraf": "^6.0.1",
|
||||||
"stylelint": "^16.9.0",
|
"stylelint": "^16.9.0",
|
||||||
"tsconfig-vuepress": "^5.2.0",
|
"tsconfig-vuepress": "^5.2.0",
|
||||||
"tsup": "^8.2.4",
|
"tsup": "^8.2.4",
|
||||||
"typescript": "^5.6.2",
|
"typescript": "^5.6.2",
|
||||||
"wait-on": "^8.0.0"
|
"wait-on": "^8.0.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "eslint --fix",
|
"*": "eslint --fix",
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
"vuepress": "2.0.0-rc.15"
|
"vuepress": "2.0.0-rc.15"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.5.3"
|
"vue": "^3.5.4"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -45,10 +45,10 @@
|
|||||||
"image-size": "^1.1.1",
|
"image-size": "^1.1.1",
|
||||||
"markdown-it-container": "^4.0.0",
|
"markdown-it-container": "^4.0.0",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.7",
|
||||||
"shiki": "^1.16.3",
|
"shiki": "^1.17.0",
|
||||||
"tm-grammars": "^1.17.18",
|
"tm-grammars": "^1.17.18",
|
||||||
"tm-themes": "^1.8.1",
|
"tm-themes": "^1.8.1",
|
||||||
"vue": "^3.5.3"
|
"vue": "^3.5.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/markdown-it": "^14.1.2"
|
"@types/markdown-it": "^14.1.2"
|
||||||
|
|||||||
@ -44,11 +44,11 @@
|
|||||||
"@vueuse/core": "^11.0.3",
|
"@vueuse/core": "^11.0.3",
|
||||||
"@vueuse/integrations": "^11.0.3",
|
"@vueuse/integrations": "^11.0.3",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^3.6.0",
|
||||||
"focus-trap": "^7.5.4",
|
"focus-trap": "^7.6.0",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"minisearch": "^7.1.0",
|
"minisearch": "^7.1.0",
|
||||||
"p-map": "^7.0.2",
|
"p-map": "^7.0.2",
|
||||||
"vue": "^3.5.3"
|
"vue": "^3.5.4"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -36,8 +36,8 @@
|
|||||||
"vuepress": "2.0.0-rc.15"
|
"vuepress": "2.0.0-rc.15"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@shikijs/transformers": "^1.16.3",
|
"@shikijs/transformers": "^1.17.0",
|
||||||
"@shikijs/twoslash": "^1.16.3",
|
"@shikijs/twoslash": "^1.17.0",
|
||||||
"@types/hast": "^3.0.4",
|
"@types/hast": "^3.0.4",
|
||||||
"@vuepress/helper": "2.0.0-rc.42",
|
"@vuepress/helper": "2.0.0-rc.42",
|
||||||
"@vueuse/core": "^11.0.3",
|
"@vueuse/core": "^11.0.3",
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"mdast-util-gfm": "^3.0.0",
|
"mdast-util-gfm": "^3.0.0",
|
||||||
"mdast-util-to-hast": "^13.2.0",
|
"mdast-util-to-hast": "^13.2.0",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.7",
|
||||||
"shiki": "^1.16.3",
|
"shiki": "^1.17.0",
|
||||||
"twoslash": "^0.2.11",
|
"twoslash": "^0.2.11",
|
||||||
"twoslash-vue": "^0.2.11"
|
"twoslash-vue": "^0.2.11"
|
||||||
},
|
},
|
||||||
|
|||||||
832
pnpm-lock.yaml
generated
832
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -68,6 +68,9 @@
|
|||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@iconify/json": {
|
"@iconify/json": {
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
"swiper": {
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -103,12 +106,13 @@
|
|||||||
"katex": "^0.16.11",
|
"katex": "^0.16.11",
|
||||||
"local-pkg": "^0.5.0",
|
"local-pkg": "^0.5.0",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.7",
|
||||||
"vue": "^3.5.3",
|
"vue": "^3.5.4",
|
||||||
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
|
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
|
||||||
"vuepress-plugin-md-power": "workspace:*"
|
"vuepress-plugin-md-power": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify/json": "^2.2.246",
|
"@iconify/json": "^2.2.247",
|
||||||
"vue-router": "^4.4.3"
|
"swiper": "^11.1.12",
|
||||||
|
"vue-router": "^4.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user