Skip to content

Commit c585c4b

Browse files
committed
build: bump deps
1 parent 651dac5 commit c585c4b

File tree

8 files changed

+539
-766
lines changed

8 files changed

+539
-766
lines changed

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
2222
"@vuepress/bundler-vite": "workspace:*",
2323
"@vuepress/bundler-webpack": "workspace:*",
24-
"sass": "^1.71.0",
25-
"sass-loader": "^14.1.0",
26-
"vue": "^3.4.19",
24+
"sass": "^1.71.1",
25+
"sass-loader": "^14.1.1",
26+
"vue": "^3.4.20",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {
3030
"anywhere": "^1.6.0",
3131
"cross-env": "^7.0.3",
32-
"cypress": "^13.6.4",
32+
"cypress": "^13.6.6",
3333
"process": "^0.11.10",
3434
"start-server-and-test": "^2.0.3"
3535
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
"prettier": "prettier-config-vuepress",
2929
"devDependencies": {
30-
"@commitlint/cli": "^18.6.1",
31-
"@commitlint/config-conventional": "^18.6.2",
32-
"@types/node": "^20.11.19",
30+
"@commitlint/cli": "^19.0.1",
31+
"@commitlint/config-conventional": "^19.0.0",
32+
"@types/node": "^20.11.21",
3333
"@types/webpack-env": "^1.18.4",
34-
"@vitest/coverage-istanbul": "^1.3.0",
34+
"@vitest/coverage-istanbul": "^1.3.1",
3535
"bumpp": "^9.3.0",
3636
"conventional-changelog-cli": "^4.1.0",
37-
"eslint": "^8.56.0",
37+
"eslint": "^8.57.0",
3838
"eslint-config-vuepress": "^4.10.0",
3939
"eslint-config-vuepress-typescript": "^4.10.0",
4040
"eslint-plugin-cypress": "^2.15.1",
@@ -43,14 +43,14 @@
4343
"prettier": "^3.2.5",
4444
"prettier-config-vuepress": "^4.4.0",
4545
"rimraf": "^5.0.5",
46-
"sort-package-json": "^2.7.0",
46+
"sort-package-json": "^2.8.0",
4747
"tsconfig-vuepress": "^4.5.0",
4848
"tsup": "^8.0.2",
4949
"typescript": "^5.3.3",
50-
"vite": "~5.1.3",
51-
"vitest": "^1.3.0"
50+
"vite": "~5.1.4",
51+
"vitest": "^1.3.1"
5252
},
53-
"packageManager": "[email protected].3",
53+
"packageManager": "[email protected].4",
5454
"engines": {
5555
"node": ">=18.16.0"
5656
}

packages/bundler-vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"postcss": "^8.4.35",
4444
"postcss-load-config": "^5.0.3",
4545
"rollup": "^4.12.0",
46-
"vite": "~5.1.3",
47-
"vue": "^3.4.19",
48-
"vue-router": "^4.2.5"
46+
"vite": "~5.1.4",
47+
"vue": "^3.4.20",
48+
"vue-router": "^4.3.0"
4949
},
5050
"publishConfig": {
5151
"access": "public"

packages/bundler-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"esbuild-loader": "~4.0.3",
5050
"express": "^4.18.2",
5151
"html-webpack-plugin": "^5.6.0",
52-
"mini-css-extract-plugin": "^2.8.0",
52+
"mini-css-extract-plugin": "^2.8.1",
5353
"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.19",
57+
"vue": "^3.4.20",
5858
"vue-loader": "^17.4.2",
59-
"vue-router": "^4.2.5",
60-
"webpack": "^5.90.2",
59+
"vue-router": "^4.3.0",
60+
"webpack": "^5.90.3",
6161
"webpack-chain": "^6.5.1",
6262
"webpack-dev-server": "^5.0.2",
6363
"webpack-merge": "^5.10.0"

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.19",
43-
"vue-router": "^4.2.5"
42+
"vue": "^3.4.20",
43+
"vue-router": "^4.3.0"
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.19"
38+
"vue": "^3.4.20"
3939
},
4040
"publishConfig": {
4141
"access": "public"

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

0 commit comments

Comments
 (0)