Skip to content

Commit

Permalink
perf: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Sep 1, 2024
1 parent bf9ef63 commit ef2bda6
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 58 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@iconify/json": "^2.2.242",
"@iconify/json": "^2.2.243",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"chart.js": "^4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"stylelint": "^16.9.0",
"tsconfig-vuepress": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@vueuse/core": "^11.0.3",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.14.1",
"tm-grammars": "^1.17.8",
"shiki": "^1.15.2",
"tm-grammars": "^1.17.11",
"tm-themes": "^1.8.1",
"vue": "^3.4.38"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@shikijs/transformers": "^1.14.1",
"@shikijs/twoslash": "^1.14.1",
"@shikijs/transformers": "^1.15.2",
"@shikijs/twoslash": "^1.15.2",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3",
Expand All @@ -46,7 +46,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.14.1",
"shiki": "^1.15.2",
"twoslash": "^0.2.9",
"twoslash-vue": "^0.2.9"
},
Expand Down
91 changes: 41 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.242"
"@iconify/json": "^2.2.243"
}
}

0 comments on commit ef2bda6

Please sign in to comment.