Skip to content

Commit 3330fbf

Browse files
committed
build: bump deps
1 parent 2006b55 commit 3330fbf

File tree

9 files changed

+910
-896
lines changed

9 files changed

+910
-896
lines changed

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.90.0",
24-
"sass-embedded": "^1.90.0",
23+
"sass": "^1.91.0",
24+
"sass-embedded": "^1.91.0",
2525
"sass-loader": "^16.0.5",
2626
"vue": "catalog:",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@playwright/test": "^1.54.2",
30+
"@playwright/test": "^1.55.0",
3131
"cross-env": "^10.0.0",
3232
"serve": "^14.2.4"
3333
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"@commitlint/cli": "^19.8.1",
3636
"@commitlint/config-conventional": "^19.8.1",
3737
"@commitlint/types": "^19.8.1",
38-
"@types/node": "^24.2.1",
38+
"@types/node": "^24.3.0",
3939
"@types/webpack-env": "^1.18.8",
4040
"@vitest/coverage-istanbul": "^3.2.4",
41-
"bumpp": "^10.2.2",
41+
"bumpp": "^10.2.3",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.33.0",
43+
"eslint": "^9.34.0",
4444
"eslint-config-vuepress": "^7.0.4",
4545
"husky": "^9.1.7",
4646
"jiti": "^2.5.1",
@@ -49,15 +49,15 @@
4949
"prettier-config-vuepress": "^7.0.4",
5050
"rimraf": "^6.0.1",
5151
"sort-package-json": "^3.4.0",
52-
"taze": "^19.1.0",
52+
"taze": "^19.3.0",
5353
"tsconfig-vuepress": "^7.0.0",
5454
"tsup": "^8.5.0",
5555
"typescript": "~5.9.2",
56-
"vite": "~7.1.1",
56+
"vite": "~7.1.3",
5757
"vitest": "^3.2.4",
58-
"vue-tsc": "^3.0.5"
58+
"vue-tsc": "^3.0.6"
5959
},
60-
"packageManager": "pnpm@10.14.0",
60+
"packageManager": "pnpm@10.15.0",
6161
"pnpm": {
6262
"onlyBuiltDependencies": [
6363
"@parcel/watcher",

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"connect-history-api-fallback": "^2.0.0",
4747
"postcss": "^8.5.6",
4848
"postcss-load-config": "^6.0.1",
49-
"rollup": "^4.46.2",
50-
"vite": "~7.1.1",
49+
"rollup": "^4.48.1",
50+
"vite": "~7.1.3",
5151
"vue": "catalog:",
5252
"vue-router": "catalog:"
5353
},

packages/bundler-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@vuepress/shared": "workspace:*",
4646
"@vuepress/utils": "workspace:*",
4747
"autoprefixer": "^10.4.21",
48-
"copy-webpack-plugin": "^13.0.0",
48+
"copy-webpack-plugin": "^13.0.1",
4949
"css-loader": "^7.1.2",
5050
"css-minimizer-webpack-plugin": "^7.0.2",
5151
"esbuild-loader": "~4.3.0",
5252
"express": "^4.21.2",
53-
"html-webpack-plugin": "^5.6.3",
53+
"html-webpack-plugin": "^5.6.4",
5454
"lightningcss": "^1.30.1",
5555
"mini-css-extract-plugin": "^2.9.4",
5656
"postcss": "^8.5.6",
@@ -59,7 +59,7 @@
5959
"vue": "catalog:",
6060
"vue-loader": "^17.4.2",
6161
"vue-router": "catalog:",
62-
"webpack": "^5.101.0",
62+
"webpack": "^5.101.3",
6363
"webpack-dev-server": "^5.2.2",
6464
"webpack-merge": "^6.0.1",
6565
"webpack-v5-chain": "^1.0.0"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"cac": "^6.7.14",
4444
"chokidar": "^4.0.3",
4545
"envinfo": "^7.14.0",
46-
"esbuild": "^0.25.8"
46+
"esbuild": "^0.25.9"
4747
},
4848
"devDependencies": {
4949
"@types/envinfo": "^7.8.4"

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"clean": "rimraf dist"
3838
},
3939
"dependencies": {
40-
"@vue/devtools-api": "^8.0.0",
41-
"@vue/devtools-kit": "^8.0.0",
40+
"@vue/devtools-api": "^8.0.1",
41+
"@vue/devtools-kit": "^8.0.1",
4242
"@vuepress/shared": "workspace:*",
4343
"vue": "catalog:",
4444
"vue-router": "catalog:"

packages/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
},
3434
"dependencies": {
3535
"@mdit-vue/plugin-component": "^3.0.2",
36-
"@mdit-vue/plugin-frontmatter": "^3.0.1",
37-
"@mdit-vue/plugin-headers": "^3.0.1",
38-
"@mdit-vue/plugin-sfc": "^3.0.1",
36+
"@mdit-vue/plugin-frontmatter": "^3.0.2",
37+
"@mdit-vue/plugin-headers": "^3.0.2",
38+
"@mdit-vue/plugin-sfc": "^3.0.2",
3939
"@mdit-vue/plugin-title": "^3.0.2",
4040
"@mdit-vue/plugin-toc": "^3.0.2",
4141
"@mdit-vue/shared": "^3.0.2",

0 commit comments

Comments
 (0)