Skip to content

Commit 3704dcc

Browse files
committed
build: bump deps
1 parent 2636360 commit 3704dcc

File tree

4 files changed

+154
-154
lines changed

4 files changed

+154
-154
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
2020
"@vuepress/bundler-vite": "workspace:*",
2121
"@vuepress/bundler-webpack": "workspace:*",
22-
"sass": "^1.77.2",
22+
"sass": "^1.77.4",
2323
"sass-loader": "^14.2.1",
2424
"vue": "^3.4.27",
2525
"vuepress": "workspace:*"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@commitlint/cli": "^19.3.0",
3535
"@commitlint/config-conventional": "^19.2.2",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^20.12.12",
37+
"@types/node": "^20.12.13",
3838
"@types/webpack-env": "^1.18.5",
3939
"@vitest/coverage-istanbul": "^1.6.0",
4040
"bumpp": "^9.4.1",
@@ -51,11 +51,11 @@
5151
"tsconfig-vuepress": "^4.5.0",
5252
"tsup": "^8.0.2",
5353
"typescript": "^5.4.5",
54-
"vite": "~5.2.11",
54+
"vite": "~5.2.12",
5555
"vitest": "^1.6.0",
5656
"vue-tsc": "^2.0.19"
5757
},
58-
"packageManager": "[email protected].2",
58+
"packageManager": "[email protected].4",
5959
"engines": {
6060
"node": ">=18.16.0"
6161
}

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"clean": "rimraf dist"
3434
},
3535
"dependencies": {
36-
"@vitejs/plugin-vue": "^5.0.4",
36+
"@vitejs/plugin-vue": "^5.0.5",
3737
"@vuepress/client": "workspace:*",
3838
"@vuepress/core": "workspace:*",
3939
"@vuepress/shared": "workspace:*",
@@ -43,7 +43,7 @@
4343
"postcss": "^8.4.38",
4444
"postcss-load-config": "^5.1.0",
4545
"rollup": "^4.18.0",
46-
"vite": "~5.2.11",
46+
"vite": "~5.2.12",
4747
"vue": "^3.4.27",
4848
"vue-router": "^4.3.2"
4949
},

0 commit comments

Comments
 (0)