Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Oct 24, 2022
1 parent 65e3048 commit d1ddfab
Show file tree
Hide file tree
Showing 11 changed files with 141 additions and 139 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vuepress/utils": "workspace:*",
"ts-debounce": "^4.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vuepress/utils": "workspace:*",
"ts-debounce": "^4.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuepress/utils": "workspace:*",
"chokidar": "^3.5.3",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@vueuse/core": "^9.3.1",
"sass": "^1.55.0",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"peerDependencies": {
"sass-loader": "^13.0.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/node": "^18.11.3",
"@types/node": "^18.11.4",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.24.3",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"cpx2": "^4.2.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-config-vuepress": "^4.0.3",
"eslint-config-vuepress-typescript": "^4.0.3",
"husky": "^8.0.1",
Expand All @@ -57,7 +57,7 @@
"vite": "~3.1.8",
"vitest": "^0.24.3"
},
"packageManager": "pnpm@7.13.6",
"packageManager": "pnpm@7.14.0",
"engines": {
"node": ">=14.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup": "^2.79.1",
"vite": "~3.1.8",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
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 @@ -56,7 +56,7 @@
"style-loader": "^3.3.1",
"vue": "^3.2.41",
"vue-loader": "^17.0.0",
"vue-router": "^4.1.5",
"vue-router": "^4.1.6",
"webpack": "^5.74.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vue/devtools-api": "^6.4.5",
"@vuepress/shared": "workspace:*",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit d1ddfab

Please sign in to comment.