Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 6, 2023
1 parent 16e80b1 commit 5575424
Show file tree
Hide file tree
Showing 9 changed files with 260 additions and 233 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.10.2",
"@types/node": "^20.10.3",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "1.0.0-beta.6",
"bumpp": "^9.2.0",
Expand All @@ -39,15 +39,15 @@
"eslint-config-vuepress": "^4.7.0",
"eslint-config-vuepress-typescript": "^4.7.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vite": "~5.0.4",
"vite": "~5.0.6",
"vitest": "1.0.0-beta.6"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"autoprefixer": "^10.4.16",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.0",
"postcss-load-config": "^5.0.2",
"rollup": "^4.6.1",
"vite": "~5.0.4",
"vue": "^3.3.9",
"vite": "~5.0.6",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"vue": "^3.3.9",
"vue": "^3.3.10",
"vue-loader": "^17.3.1",
"vue-router": "^4.2.5",
"webpack": "^5.89.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@vue/devtools-api": "^6.5.1",
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.6.1",
"vue": "^3.3.9",
"@vueuse/core": "^10.7.0",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.3.9"
"vue": "^3.3.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@mdit-vue/types": "^1.0.0",
"@vue/shared": "^3.3.9"
"@vue/shared": "^3.3.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/cli": "workspace:*",
"@vuepress/core": "workspace:*",
"vue": "^3.3.9"
"vue": "^3.3.10"
},
"devDependencies": {
"@vuepress/client": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vuepress/cli": "workspace:*",
"@vuepress/core": "workspace:*",
"sass-loader": "^13.3.2",
"vue": "^3.3.9"
"vue": "^3.3.10"
},
"peerDependencies": {
"vue": "^3.3.4"
Expand Down
Loading

0 comments on commit 5575424

Please sign in to comment.