Skip to content

Commit 0333627

Browse files
committed
build: bump deps
1 parent 34e240c commit 0333627

File tree

9 files changed

+5707
-4402
lines changed

9 files changed

+5707
-4402
lines changed

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
2020
"@vuepress/bundler-vite": "workspace:*",
2121
"@vuepress/bundler-webpack": "workspace:*",
22-
"sass": "^1.74.1",
23-
"sass-loader": "^14.1.1",
24-
"vue": "^3.4.21",
22+
"sass": "^1.75.0",
23+
"sass-loader": "^14.2.1",
24+
"vue": "^3.4.23",
2525
"vuepress": "workspace:*"
2626
},
2727
"devDependencies": {
28-
"@playwright/test": "^1.43.0",
28+
"@playwright/test": "^1.43.1",
2929
"anywhere": "^1.6.0",
3030
"cross-env": "^7.0.3"
3131
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"devDependencies": {
33-
"@commitlint/cli": "^19.2.1",
34-
"@commitlint/config-conventional": "^19.1.0",
33+
"@commitlint/cli": "^19.2.2",
34+
"@commitlint/config-conventional": "^19.2.2",
3535
"@commitlint/types": "^19.0.3",
36-
"@types/node": "^20.12.5",
36+
"@types/node": "^20.12.7",
3737
"@types/webpack-env": "^1.18.4",
38-
"@vitest/coverage-istanbul": "^1.4.0",
38+
"@vitest/coverage-istanbul": "^1.5.0",
3939
"bumpp": "^9.4.0",
4040
"conventional-changelog-cli": "^4.1.0",
4141
"eslint": "^8.57.0",
@@ -49,11 +49,11 @@
4949
"sort-package-json": "^2.10.0",
5050
"tsconfig-vuepress": "^4.5.0",
5151
"tsup": "^8.0.2",
52-
"typescript": "^5.4.4",
53-
"vite": "~5.2.8",
54-
"vitest": "^1.4.0"
52+
"typescript": "^5.4.5",
53+
"vite": "~5.2.10",
54+
"vitest": "^1.5.0"
5555
},
56-
"packageManager": "pnpm@8.15.6",
56+
"packageManager": "pnpm@9.0.4",
5757
"engines": {
5858
"node": ">=18.16.0"
5959
}

packages/bundler-vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"connect-history-api-fallback": "^2.0.0",
4343
"postcss": "^8.4.38",
4444
"postcss-load-config": "^5.0.3",
45-
"rollup": "^4.14.1",
46-
"vite": "~5.2.8",
47-
"vue": "^3.4.21",
48-
"vue-router": "^4.3.0"
45+
"rollup": "^4.16.0",
46+
"vite": "~5.2.10",
47+
"vue": "^3.4.23",
48+
"vue-router": "^4.3.2"
4949
},
5050
"publishConfig": {
5151
"access": "public"

packages/bundler-webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
"autoprefixer": "^10.4.19",
4646
"chokidar": "^3.6.0",
4747
"copy-webpack-plugin": "^12.0.2",
48-
"css-loader": "^7.0.0",
48+
"css-loader": "^7.1.1",
4949
"esbuild-loader": "~4.1.0",
5050
"express": "^4.19.2",
5151
"html-webpack-plugin": "^5.6.0",
52-
"mini-css-extract-plugin": "^2.8.1",
52+
"mini-css-extract-plugin": "^2.9.0",
5353
"postcss": "^8.4.38",
5454
"postcss-csso": "^6.0.1",
5555
"postcss-loader": "^8.1.1",
56-
"style-loader": "^3.3.4",
57-
"vue": "^3.4.21",
56+
"style-loader": "^4.0.0",
57+
"vue": "^3.4.23",
5858
"vue-loader": "^17.4.2",
59-
"vue-router": "^4.3.0",
59+
"vue-router": "^4.3.2",
6060
"webpack": "^5.91.0",
6161
"webpack-chain": "^6.5.1",
6262
"webpack-dev-server": "^5.0.4",

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@vue/devtools-api": "^6.6.1",
4141
"@vuepress/shared": "workspace:*",
42-
"vue": "^3.4.21",
43-
"vue-router": "^4.3.0"
42+
"vue": "^3.4.23",
43+
"vue-router": "^4.3.2"
4444
},
4545
"publishConfig": {
4646
"access": "public"

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.21"
38+
"vue": "^3.4.23"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/markdown/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"clean": "rimraf dist"
3232
},
3333
"dependencies": {
34-
"@mdit-vue/plugin-component": "^2.1.0",
35-
"@mdit-vue/plugin-frontmatter": "^2.1.0",
36-
"@mdit-vue/plugin-headers": "^2.1.0",
37-
"@mdit-vue/plugin-sfc": "^2.1.0",
38-
"@mdit-vue/plugin-title": "^2.1.0",
39-
"@mdit-vue/plugin-toc": "^2.1.0",
40-
"@mdit-vue/shared": "^2.1.0",
34+
"@mdit-vue/plugin-component": "^2.1.2",
35+
"@mdit-vue/plugin-frontmatter": "^2.1.2",
36+
"@mdit-vue/plugin-headers": "^2.1.2",
37+
"@mdit-vue/plugin-sfc": "^2.1.2",
38+
"@mdit-vue/plugin-title": "^2.1.2",
39+
"@mdit-vue/plugin-toc": "^2.1.2",
40+
"@mdit-vue/shared": "^2.1.2",
4141
"@mdit-vue/types": "^2.1.0",
42-
"@types/markdown-it": "^14.0.0",
42+
"@types/markdown-it": "^14.0.1",
4343
"@types/markdown-it-emoji": "^2.0.5",
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.21"
58+
"vue": "^3.4.23"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)