Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed May 31, 2024
1 parent 2636360 commit 3704dcc
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.77.2",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"vue": "^3.4.27",
"vuepress": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^1.6.0",
"bumpp": "^9.4.1",
Expand All @@ -51,11 +51,11 @@
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "~5.2.11",
"vite": "~5.2.12",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
},
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"engines": {
"node": ">=18.16.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"rollup": "^4.18.0",
"vite": "~5.2.11",
"vite": "~5.2.12",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
Expand Down
Loading

0 comments on commit 3704dcc

Please sign in to comment.