Skip to content

Commit 698870b

Browse files
committed
build: bump deps
1 parent 385577c commit 698870b

File tree

5 files changed

+342
-348
lines changed

5 files changed

+342
-348
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vuepress": "workspace:*"
2626
},
2727
"devDependencies": {
28-
"@playwright/test": "^1.44.0",
28+
"@playwright/test": "^1.44.1",
2929
"anywhere": "^1.6.0",
3030
"cross-env": "^7.0.3"
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-config-vuepress": "^4.10.1",
4444
"eslint-config-vuepress-typescript": "^4.10.1",
4545
"husky": "^9.0.11",
46-
"lint-staged": "^15.2.4",
46+
"lint-staged": "^15.2.5",
4747
"prettier": "^3.2.5",
4848
"prettier-config-vuepress": "^4.4.0",
4949
"rimraf": "^5.0.7",

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"connect-history-api-fallback": "^2.0.0",
4343
"postcss": "^8.4.38",
4444
"postcss-load-config": "^5.1.0",
45-
"rollup": "^4.17.2",
45+
"rollup": "^4.18.0",
4646
"vite": "~5.2.11",
4747
"vue": "^3.4.27",
4848
"vue-router": "^4.3.2"

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"autoprefixer": "^10.4.19",
4646
"chokidar": "^3.6.0",
4747
"copy-webpack-plugin": "^12.0.2",
48-
"css-loader": "^7.1.1",
48+
"css-loader": "^7.1.2",
4949
"css-minimizer-webpack-plugin": "^7.0.0",
5050
"esbuild-loader": "~4.1.0",
5151
"express": "^4.19.2",
5252
"html-webpack-plugin": "^5.6.0",
53-
"lightningcss": "^1.25.0",
53+
"lightningcss": "^1.25.1",
5454
"mini-css-extract-plugin": "^2.9.0",
5555
"postcss": "^8.4.38",
5656
"postcss-loader": "^8.1.1",

0 commit comments

Comments
 (0)