Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed May 27, 2024
1 parent 385577c commit 698870b
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 348 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"anywhere": "^1.6.0",
"cross-env": "^7.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.4",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"vite": "~5.2.11",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "~4.1.0",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.25.0",
"lightningcss": "^1.25.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
Expand Down
Loading

0 comments on commit 698870b

Please sign in to comment.