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 Jan 30, 2025
1 parent 1de058f commit fe1ea11
Show file tree
Hide file tree
Showing 5 changed files with 689 additions and 658 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,35 +42,35 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@pengzhanbo/eslint-config-vue": "^1.23.0",
"@pengzhanbo/stylelint-config": "^1.23.0",
"@types/less": "^3.0.7",
"@pengzhanbo/eslint-config-vue": "^1.24.0",
"@pengzhanbo/stylelint-config": "^1.24.0",
"@types/less": "^3.0.8",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.7",
"@types/node": "^22.12.0",
"@types/stylus": "^0.48.43",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^3.0.2",
"bumpp": "^9.10.1",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "^3.0.4",
"bumpp": "^10.0.1",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"husky": "^9.1.7",
"less": "^4.2.2",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"markdown-it": "^14.1.0",
"memfs": "^4.17.0",
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylus": "^0.64.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.2",
"vitest": "^3.0.4",
"wait-on": "^8.0.2"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
},
"dependencies": {
"@mdit/plugin-attrs": "^0.16.2",
"@mdit/plugin-attrs": "^0.16.7",
"@mdit/plugin-footnote": "^0.16.0",
"@mdit/plugin-mark": "^0.16.0",
"@mdit/plugin-sub": "^0.16.0",
Expand All @@ -85,16 +85,16 @@
"lru-cache": "^11.0.2",
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^2.0.3",
"tm-grammars": "^1.22.9",
"shiki": "^2.2.0",
"tm-grammars": "^1.22.10",
"tm-themes": "^1.9.8",
"vue": "catalog:"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"artplayer": "^5.2.2",
"dashjs": "^4.7.4",
"hls.js": "^1.5.19",
"hls.js": "^1.5.20",
"mpegts.js": "1.7.3"
},
"publishConfig": {
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": "catalog:"
},
"dependencies": {
"@shikijs/transformers": "^2.0.3",
"@shikijs/twoslash": "^2.0.3",
"@shikijs/transformers": "^2.2.0",
"@shikijs/twoslash": "^2.2.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "catalog:",
"@vueuse/core": "catalog:",
Expand All @@ -47,7 +47,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "catalog:",
"shiki": "^2.0.3",
"shiki": "^2.2.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},
Expand Down
Loading

0 comments on commit fe1ea11

Please sign in to comment.