Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 11, 2022
1 parent 907777d commit faf96bc
Show file tree
Hide file tree
Showing 14 changed files with 458 additions and 166 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vuepress/theme-default": "workspace:*",
"@vuepress/utils": "workspace:*",
"sass-loader": "^13.0.2",
"serve": "^13.0.2",
"serve": "^13.0.4",
"vue": "^3.2.37"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.1",
"@types/node": "^18.0.3",
"@types/webpack-env": "^1.17.0",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
Expand All @@ -56,7 +56,7 @@
"tsconfig-vuepress": "^0.2.1",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vite": "~2.9.13"
"vite": "~2.9.14"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"autoprefixer": "^10.4.7",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.14",
"rollup": "^2.75.7",
"vite": "~2.9.13",
"rollup": "^2.76.0",
"vite": "~2.9.14",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"style-loader": "^3.3.1",
"vue": "^3.2.37",
"vue-loader": "^17.0.0",
"vue-router": "^4.1.1",
"vue-router": "^4.1.2",
"webpack": "^5.73.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
"esbuild": "^0.14.48"
"esbuild": "^0.14.49"
},
"devDependencies": {
"@types/envinfo": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vue/devtools-api": "^6.2.0",
"@vuepress/shared": "workspace:*",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vuepress/utils": "workspace:*",
"ts-debounce": "^4.0.0",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/@vuepress/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"@docsearch/css": "^3.1.0",
"@docsearch/js": "^3.1.0",
"@docsearch/react": "^3.1.0",
"@docsearch/css": "^3.1.1",
"@docsearch/js": "^3.1.1",
"@docsearch/react": "^3.1.1",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"ts-debounce": "^4.0.0",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error: docsearch type issue
import docsearch from '@docsearch/js'
import { usePageLang, useRouteLocale } from '@vuepress/client'
import { isArray } from '@vuepress/shared'
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuepress/utils": "workspace:*",
"chokidar": "^3.5.3",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@vueuse/core": "^8.7.5",
"sass": "^1.53.0",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
},
"peerDependencies": {
"sass-loader": "^13.0.0"
Expand Down
Loading

0 comments on commit faf96bc

Please sign in to comment.