chore: update deps to latest

This commit is contained in:
pengzhanbo 2024-07-09 00:11:15 +08:00
parent 708984ef72
commit 45df7b0653
7 changed files with 505 additions and 473 deletions

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.223",
"@iconify/json": "^2.2.225",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"chart.js": "^4.4.3",
"echarts": "^5.5.1",

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.72",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -52,13 +52,13 @@
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"stylelint": "^16.6.1",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"lint-staged": {
"*": "eslint --fix"

View File

@ -52,13 +52,13 @@
"local-pkg": "^0.5.0",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.10.0",
"tm-grammars": "^1.13.0",
"tm-themes": "^1.5.0",
"shiki": "^1.10.3",
"tm-grammars": "^1.13.7",
"tm-themes": "^1.5.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@iconify/json": "^2.2.223",
"@iconify/json": "^2.2.225",
"@types/markdown-it": "^14.1.1"
},
"publishConfig": {

View File

@ -46,7 +46,7 @@
"chokidar": "^3.6.0",
"focus-trap": "^7.5.4",
"mark.js": "^8.11.1",
"minisearch": "^6.3.0",
"minisearch": "^7.0.0",
"p-map": "^7.0.2",
"vue": "^3.4.31"
},

View File

@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@shikijs/transformers": "^1.10.0",
"@shikijs/twoslash": "^1.10.0",
"@shikijs/transformers": "^1.10.3",
"@shikijs/twoslash": "^1.10.3",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.37",
"floating-vue": "^5.2.2",
@ -45,7 +45,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.10.0",
"shiki": "^1.10.3",
"twoslash": "^0.2.9",
"twoslash-vue": "^0.2.9"
},

950
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -95,7 +95,7 @@
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"json2yaml": "^1.1.0",
"katex": "^0.16.10",
"katex": "^0.16.11",
"nanoid": "^5.0.7",
"vue": "^3.4.31",
"vue-router": "^4.4.0",