Skip to content

Commit faf96bc

Browse files
committed
build: bump dependencies
1 parent 907777d commit faf96bc

File tree

14 files changed

+458
-166
lines changed

14 files changed

+458
-166
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vuepress/theme-default": "workspace:*",
2121
"@vuepress/utils": "workspace:*",
2222
"sass-loader": "^13.0.2",
23-
"serve": "^13.0.2",
23+
"serve": "^13.0.4",
2424
"vue": "^3.2.37"
2525
}
2626
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/cli": "^17.0.3",
3737
"@commitlint/config-conventional": "^17.0.3",
3838
"@types/jest": "^28.1.4",
39-
"@types/node": "^18.0.1",
39+
"@types/node": "^18.0.3",
4040
"@types/webpack-env": "^1.17.0",
4141
"bumpp": "^8.2.1",
4242
"conventional-changelog-cli": "^2.2.2",
@@ -56,7 +56,7 @@
5656
"tsconfig-vuepress": "^0.2.1",
5757
"tsup": "^6.1.3",
5858
"typescript": "^4.7.4",
59-
"vite": "~2.9.13"
59+
"vite": "~2.9.14"
6060
},
6161
"packageManager": "pnpm@7.5.0",
6262
"engines": {

packages/@vuepress/bundler-vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"autoprefixer": "^10.4.7",
3737
"connect-history-api-fallback": "^2.0.0",
3838
"postcss": "^8.4.14",
39-
"rollup": "^2.75.7",
40-
"vite": "~2.9.13",
39+
"rollup": "^2.76.0",
40+
"vite": "~2.9.14",
4141
"vue": "^3.2.37",
42-
"vue-router": "^4.1.1"
42+
"vue-router": "^4.1.2"
4343
},
4444
"publishConfig": {
4545
"access": "public"

packages/@vuepress/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"style-loader": "^3.3.1",
5050
"vue": "^3.2.37",
5151
"vue-loader": "^17.0.0",
52-
"vue-router": "^4.1.1",
52+
"vue-router": "^4.1.2",
5353
"webpack": "^5.73.0",
5454
"webpack-chain": "^6.5.1",
5555
"webpack-dev-server": "^4.9.3",

packages/@vuepress/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cac": "^6.7.12",
3737
"chokidar": "^3.5.3",
3838
"envinfo": "^7.8.1",
39-
"esbuild": "^0.14.48"
39+
"esbuild": "^0.14.49"
4040
},
4141
"devDependencies": {
4242
"@types/envinfo": "^7.8.1"

packages/@vuepress/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vue/devtools-api": "^6.2.0",
4141
"@vuepress/shared": "workspace:*",
4242
"vue": "^3.2.37",
43-
"vue-router": "^4.1.1"
43+
"vue-router": "^4.1.2"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/@vuepress/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@vuepress/utils": "workspace:*",
3535
"ts-debounce": "^4.0.0",
3636
"vue": "^3.2.37",
37-
"vue-router": "^4.1.1"
37+
"vue-router": "^4.1.2"
3838
},
3939
"publishConfig": {
4040
"access": "public"

packages/@vuepress/plugin-docsearch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"copy": "cpx \"src/**/*.css\" lib"
3232
},
3333
"dependencies": {
34-
"@docsearch/css": "^3.1.0",
35-
"@docsearch/js": "^3.1.0",
36-
"@docsearch/react": "^3.1.0",
34+
"@docsearch/css": "^3.1.1",
35+
"@docsearch/js": "^3.1.1",
36+
"@docsearch/react": "^3.1.1",
3737
"@vuepress/client": "workspace:*",
3838
"@vuepress/core": "workspace:*",
3939
"@vuepress/shared": "workspace:*",
4040
"@vuepress/utils": "workspace:*",
4141
"ts-debounce": "^4.0.0",
4242
"vue": "^3.2.37",
43-
"vue-router": "^4.1.1"
43+
"vue-router": "^4.1.2"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/@vuepress/plugin-docsearch/src/client/components/Docsearch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error: docsearch type issue
21
import docsearch from '@docsearch/js'
32
import { usePageLang, useRouteLocale } from '@vuepress/client'
43
import { isArray } from '@vuepress/shared'

packages/@vuepress/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vuepress/core": "workspace:*",
3434
"@vuepress/utils": "workspace:*",
3535
"vue": "^3.2.37",
36-
"vue-router": "^4.1.1"
36+
"vue-router": "^4.1.2"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/@vuepress/plugin-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vuepress/utils": "workspace:*",
3636
"chokidar": "^3.5.3",
3737
"vue": "^3.2.37",
38-
"vue-router": "^4.1.1"
38+
"vue-router": "^4.1.2"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/@vuepress/plugin-toc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vuepress/core": "workspace:*",
3333
"@vuepress/utils": "workspace:*",
3434
"vue": "^3.2.37",
35-
"vue-router": "^4.1.1"
35+
"vue-router": "^4.1.2"
3636
},
3737
"publishConfig": {
3838
"access": "public"

packages/@vuepress/theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@vueuse/core": "^8.7.5",
4848
"sass": "^1.53.0",
4949
"vue": "^3.2.37",
50-
"vue-router": "^4.1.1"
50+
"vue-router": "^4.1.2"
5151
},
5252
"peerDependencies": {
5353
"sass-loader": "^13.0.0"

0 commit comments

Comments
 (0)