Skip to content

Commit a5a3442

Browse files
committed
build: bump deps
1 parent 158b12c commit a5a3442

File tree

10 files changed

+454
-436
lines changed

10 files changed

+454
-436
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vuepress/bundler-webpack": "workspace:*",
2222
"sass": "^1.70.0",
2323
"sass-loader": "^14.1.0",
24-
"vue": "^3.4.15",
24+
"vue": "^3.4.18",
2525
"vuepress": "workspace:*"
2626
},
2727
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@commitlint/cli": "^18.6.0",
3131
"@commitlint/config-conventional": "^18.6.0",
32-
"@types/node": "^20.11.16",
32+
"@types/node": "^20.11.17",
3333
"@types/webpack-env": "^1.18.4",
3434
"@vitest/coverage-istanbul": "^1.2.2",
3535
"bumpp": "^9.3.0",
@@ -45,7 +45,7 @@
4545
"rimraf": "^5.0.5",
4646
"sort-package-json": "^2.7.0",
4747
"tsconfig-vuepress": "^4.5.0",
48-
"tsup": "^8.0.1",
48+
"tsup": "^8.0.2",
4949
"typescript": "^5.3.3",
5050
"vite": "~5.0.12",
5151
"vitest": "^1.2.2"

packages/bundler-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"clean": "rimraf dist"
3434
},
3535
"dependencies": {
36-
"@vitejs/plugin-vue": "^5.0.3",
36+
"@vitejs/plugin-vue": "^5.0.4",
3737
"@vuepress/client": "workspace:*",
3838
"@vuepress/core": "workspace:*",
3939
"@vuepress/shared": "workspace:*",
4040
"@vuepress/utils": "workspace:*",
4141
"autoprefixer": "^10.4.17",
4242
"connect-history-api-fallback": "^2.0.0",
43-
"postcss": "^8.4.33",
44-
"postcss-load-config": "^5.0.2",
45-
"rollup": "^4.9.6",
43+
"postcss": "^8.4.35",
44+
"postcss-load-config": "^5.0.3",
45+
"rollup": "^4.10.0",
4646
"vite": "~5.0.12",
47-
"vue": "^3.4.15",
47+
"vue": "^3.4.18",
4848
"vue-router": "^4.2.5"
4949
},
5050
"publishConfig": {

packages/bundler-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"@vuepress/shared": "workspace:*",
4444
"@vuepress/utils": "workspace:*",
4545
"autoprefixer": "^10.4.17",
46-
"chokidar": "^3.5.3",
46+
"chokidar": "^3.6.0",
4747
"copy-webpack-plugin": "^12.0.2",
4848
"css-loader": "^6.10.0",
4949
"esbuild-loader": "~4.0.3",
5050
"express": "^4.18.2",
5151
"html-webpack-plugin": "^5.6.0",
5252
"mini-css-extract-plugin": "^2.8.0",
53-
"postcss": "^8.4.33",
53+
"postcss": "^8.4.35",
5454
"postcss-csso": "^6.0.1",
5555
"postcss-loader": "^8.1.0",
5656
"style-loader": "^3.3.4",
57-
"vue": "^3.4.15",
57+
"vue": "^3.4.18",
5858
"vue-loader": "^17.4.2",
5959
"vue-router": "^4.2.5",
6060
"webpack": "^5.90.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vuepress/shared": "workspace:*",
4141
"@vuepress/utils": "workspace:*",
4242
"cac": "^6.7.14",
43-
"chokidar": "^3.5.3",
43+
"chokidar": "^3.6.0",
4444
"envinfo": "^7.11.1",
4545
"esbuild": "~0.19.12"
4646
},

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vue/devtools-api": "^6.5.1",
4141
"@vuepress/shared": "workspace:*",
4242
"@vueuse/core": "^10.7.2",
43-
"vue": "^3.4.15",
43+
"vue": "^3.4.18",
4444
"vue-router": "^4.2.5"
4545
},
4646
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vuepress/markdown": "workspace:*",
3636
"@vuepress/shared": "workspace:*",
3737
"@vuepress/utils": "workspace:*",
38-
"vue": "^3.4.15"
38+
"vue": "^3.4.18"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@vuepress/shared": "workspace:*",
3838
"debug": "^4.3.4",
3939
"fs-extra": "^11.2.0",
40-
"globby": "^14.0.0",
40+
"globby": "^14.0.1",
4141
"hash-sum": "^2.0.0",
4242
"ora": "^8.0.1",
4343
"picocolors": "^1.0.0",

packages/vuepress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@vuepress/markdown": "workspace:*",
5656
"@vuepress/shared": "workspace:*",
5757
"@vuepress/utils": "workspace:*",
58-
"vue": "^3.4.15"
58+
"vue": "^3.4.18"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)