Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@lerna-lite/publish": "^4.0.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/node": "^22.13.15",
"@types/node": "^22.14.0",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "3.1.1",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"eslint-config-vuepress": "^5.2.4",
"http-server": "^14.1.1",
"husky": "^9.1.7",
Expand All @@ -51,23 +51,23 @@
"prettier": "^3.5.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.38.0",
"rollup": "^4.39.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
"sass-embedded": "catalog:",
"sort-package-json": "^3.0.0",
"stylelint": "^16.17.0",
"stylelint": "^16.18.0",
"stylelint-config-hope": "^8.0.0",
"stylelint-config-html": "^1.1.0",
"tsconfig-vuepress": "^5.2.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vite": "~6.1.3",
"typescript": "^5.8.3",
"vite": "~6.1.4",
"vitest": "3.1.1",
"vuepress": "catalog:"
},
"packageManager": "pnpm@10.7.0",
"packageManager": "pnpm@10.7.1",
"engines": {
"node": "^18.19.0 || >= 20.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.1.5",
"shiki": "^3.2.1",
"synckit": "^0.10.3"
"synckit": "^0.11.2"
},
"peerDependencies": {
"@vuepress/shiki-twoslash": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pwa/plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"access": "public"
},
"devDependencies": {
"rollup": "^4.38.0"
"rollup": "^4.39.0"
}
}
2 changes: 1 addition & 1 deletion plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vuepress": "catalog:"
},
"devDependencies": {
"algoliasearch": "5.23.0"
"algoliasearch": "5.23.2"
},
"publishConfig": {
"access": "public"
Expand Down
1,698 changes: 853 additions & 845 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/create-vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@inquirer/prompts": "^7.4.0",
"@inquirer/prompts": "^7.4.1",
"commander": "^13.1.0",
"execa": "^9.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@vuepress/bundler-vite": "catalog:",
"@vuepress/bundler-webpack": "catalog:",
"domhandler": "5.0.3",
"vite": "~6.1.3"
"vite": "~6.1.4"
},
"peerDependencies": {
"vuepress": "catalog:"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "test",
"packageManager": "pnpm@10.7.0"
"packageManager": "pnpm@10.7.1"
}
Loading