Skip to content

Commit c2788cd

Browse files
authored
build: bump deps (#425)
1 parent 621e15b commit c2788cd

File tree

8 files changed

+866
-858
lines changed

8 files changed

+866
-858
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"@lerna-lite/publish": "^4.0.0",
3838
"@rollup/plugin-commonjs": "^28.0.3",
3939
"@rollup/plugin-node-resolve": "^16.0.1",
40-
"@types/node": "^22.13.15",
40+
"@types/node": "^22.14.0",
4141
"@types/webpack-env": "^1.18.8",
4242
"@vitest/coverage-istanbul": "3.1.1",
4343
"cpx2": "^8.0.0",
4444
"cross-env": "^7.0.3",
45-
"eslint": "^9.23.0",
45+
"eslint": "^9.24.0",
4646
"eslint-config-vuepress": "^5.2.4",
4747
"http-server": "^14.1.1",
4848
"husky": "^9.1.7",
@@ -51,23 +51,23 @@
5151
"prettier": "^3.5.3",
5252
"prettier-config-vuepress": "^5.0.0",
5353
"rimraf": "^6.0.1",
54-
"rollup": "^4.38.0",
54+
"rollup": "^4.39.0",
5555
"rollup-plugin-dts": "^6.2.1",
5656
"rollup-plugin-esbuild": "^6.2.1",
5757
"rollup-plugin-resolve-shebang": "^1.0.1",
5858
"sass-embedded": "catalog:",
5959
"sort-package-json": "^3.0.0",
60-
"stylelint": "^16.17.0",
60+
"stylelint": "^16.18.0",
6161
"stylelint-config-hope": "^8.0.0",
6262
"stylelint-config-html": "^1.1.0",
6363
"tsconfig-vuepress": "^5.2.1",
6464
"tsx": "^4.19.3",
65-
"typescript": "^5.8.2",
66-
"vite": "~6.1.3",
65+
"typescript": "^5.8.3",
66+
"vite": "~6.1.4",
6767
"vitest": "3.1.1",
6868
"vuepress": "catalog:"
6969
},
70-
"packageManager": "pnpm@10.7.0",
70+
"packageManager": "pnpm@10.7.1",
7171
"engines": {
7272
"node": "^18.19.0 || >= 20.6.0"
7373
},

plugins/markdown/plugin-shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@vuepress/highlighter-helper": "workspace:*",
4545
"nanoid": "^5.1.5",
4646
"shiki": "^3.2.1",
47-
"synckit": "^0.10.3"
47+
"synckit": "^0.11.2"
4848
},
4949
"peerDependencies": {
5050
"@vuepress/shiki-twoslash": "workspace:*",

plugins/pwa/plugin-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"access": "public"
5757
},
5858
"devDependencies": {
59-
"rollup": "^4.38.0"
59+
"rollup": "^4.39.0"
6060
}
6161
}

plugins/search/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"vuepress": "catalog:"
5353
},
5454
"devDependencies": {
55-
"algoliasearch": "5.23.0"
55+
"algoliasearch": "5.23.2"
5656
},
5757
"publishConfig": {
5858
"access": "public"

pnpm-lock.yaml

Lines changed: 853 additions & 845 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/create-vuepress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
4343
},
4444
"dependencies": {
45-
"@inquirer/prompts": "^7.4.0",
45+
"@inquirer/prompts": "^7.4.1",
4646
"commander": "^13.1.0",
4747
"execa": "^9.5.2"
4848
},

tools/helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@vuepress/bundler-vite": "catalog:",
6666
"@vuepress/bundler-webpack": "catalog:",
6767
"domhandler": "5.0.3",
68-
"vite": "~6.1.3"
68+
"vite": "~6.1.4"
6969
},
7070
"peerDependencies": {
7171
"vuepress": "catalog:"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test",
3-
"packageManager": "pnpm@10.7.0"
3+
"packageManager": "pnpm@10.7.1"
44
}

0 commit comments

Comments
 (0)