Skip to content

Commit db9681d

Browse files
committed
build: bump deps
1 parent f0bd032 commit db9681d

File tree

9 files changed

+688
-725
lines changed

9 files changed

+688
-725
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@vuepress/bundler-webpack": "workspace:*",
2323
"sass-embedded": "^1.77.8",
2424
"sass-loader": "^15.0.0",
25-
"vue": "^3.4.32",
25+
"vue": "^3.4.34",
2626
"vuepress": "workspace:*"
2727
},
2828
"devDependencies": {
29-
"@playwright/test": "^1.45.2",
29+
"@playwright/test": "^1.45.3",
3030
"anywhere": "^1.6.0",
3131
"cross-env": "^7.0.3"
3232
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@commitlint/cli": "^19.3.0",
3535
"@commitlint/config-conventional": "^19.2.2",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^20.14.11",
37+
"@types/node": "^20.14.12",
3838
"@types/webpack-env": "^1.18.5",
39-
"@vitest/coverage-istanbul": "^2.0.3",
39+
"@vitest/coverage-istanbul": "^2.0.4",
4040
"bumpp": "^9.4.1",
4141
"conventional-changelog-cli": "^5.0.0",
4242
"eslint": "^8.57.0",
@@ -49,13 +49,13 @@
4949
"rimraf": "^6.0.1",
5050
"sort-package-json": "^2.10.0",
5151
"tsconfig-vuepress": "^4.5.0",
52-
"tsup": "^8.1.2",
53-
"typescript": "^5.5.3",
54-
"vite": "~5.3.4",
55-
"vitest": "^2.0.3",
56-
"vue-tsc": "^2.0.26"
52+
"tsup": "^8.2.3",
53+
"typescript": "^5.5.4",
54+
"vite": "~5.3.5",
55+
"vitest": "^2.0.4",
56+
"vue-tsc": "^2.0.29"
5757
},
58-
"packageManager": "pnpm@9.5.0",
58+
"packageManager": "pnpm@9.6.0",
5959
"engines": {
6060
"node": ">=18.16.0"
6161
}

packages/bundler-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
"clean": "rimraf dist"
3636
},
3737
"dependencies": {
38-
"@vitejs/plugin-vue": "^5.0.5",
38+
"@vitejs/plugin-vue": "^5.1.0",
3939
"@vuepress/client": "workspace:*",
4040
"@vuepress/core": "workspace:*",
4141
"@vuepress/shared": "workspace:*",
4242
"@vuepress/utils": "workspace:*",
4343
"autoprefixer": "^10.4.19",
4444
"connect-history-api-fallback": "^2.0.0",
45-
"postcss": "^8.4.39",
45+
"postcss": "^8.4.40",
4646
"postcss-load-config": "^6.0.1",
47-
"rollup": "^4.18.1",
48-
"vite": "~5.3.4",
49-
"vue": "^3.4.32",
47+
"rollup": "^4.19.0",
48+
"vite": "~5.3.5",
49+
"vue": "^3.4.34",
5050
"vue-router": "^4.4.0"
5151
},
5252
"publishConfig": {

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"html-webpack-plugin": "^5.6.0",
5353
"lightningcss": "^1.25.1",
5454
"mini-css-extract-plugin": "^2.9.0",
55-
"postcss": "^8.4.39",
55+
"postcss": "^8.4.40",
5656
"postcss-loader": "^8.1.1",
5757
"style-loader": "^4.0.0",
58-
"vue": "^3.4.32",
58+
"vue": "^3.4.34",
5959
"vue-loader": "^17.4.2",
6060
"vue-router": "^4.4.0",
6161
"webpack": "^5.93.0",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@vue/devtools-api": "^6.6.3",
4141
"@vuepress/shared": "workspace:*",
42-
"vue": "^3.4.32",
42+
"vue": "^3.4.34",
4343
"vue-router": "^4.4.0"
4444
},
4545
"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.32"
38+
"vue": "^3.4.34"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@mdit-vue/plugin-toc": "^2.1.3",
4040
"@mdit-vue/shared": "^2.1.3",
4141
"@mdit-vue/types": "^2.1.0",
42-
"@types/markdown-it": "^14.1.1",
42+
"@types/markdown-it": "^14.1.2",
4343
"@types/markdown-it-emoji": "^3.0.1",
4444
"@vuepress/shared": "workspace:*",
4545
"@vuepress/utils": "workspace:*",

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.32"
58+
"vue": "^3.4.34"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)