Skip to content

Commit e98ae5c

Browse files
committed
build: bump dependencies
1 parent fbc4b4e commit e98ae5c

File tree

24 files changed

+1109
-891
lines changed

24 files changed

+1109
-891
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"docs:build": "vuepress build docs --clean-cache",
1515
"docs:clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache docs/.vuepress/dist",
1616
"docs:dev": "vuepress dev docs --clean-cache",
17-
"docs:serve": "anywhere -h localhost -d docs/.vuepress/dist",
1817
"docs:release": "yarn copy && yarn build && yarn docs:build",
18+
"docs:serve": "anywhere -h localhost -d docs/.vuepress/dist",
1919
"lint": "eslint --ext .js,.ts,.vue .",
20+
"prepare": "husky install",
2021
"release": "yarn lint && yarn clean && yarn copy && yarn build && yarn test && lerna publish prerelease --dist-tag next",
2122
"test": "jest --runInBand",
22-
"test:coverage": "yarn copy && yarn build && yarn test --coverage",
23-
"prepare": "husky install"
23+
"test:coverage": "yarn copy && yarn build && yarn test --coverage"
2424
},
2525
"lint-staged": {
2626
"*.{js,ts,vue}": "eslint --fix",
@@ -29,25 +29,25 @@
2929
},
3030
"prettier": "prettier-config-vuepress",
3131
"devDependencies": {
32-
"@commitlint/cli": "^13.1.0",
33-
"@commitlint/config-conventional": "^13.1.0",
34-
"@types/jest": "^27.0.1",
32+
"@commitlint/cli": "^13.2.1",
33+
"@commitlint/config-conventional": "^13.2.0",
34+
"@types/jest": "^27.0.2",
3535
"anywhere": "^1.5.0",
3636
"cpx2": "^3.0.2",
3737
"cross-env": "^7.0.3",
3838
"eslint": "^7.32.0",
39-
"eslint-config-vuepress": "^3.3.0",
40-
"eslint-config-vuepress-typescript": "^2.3.0",
41-
"husky": "^7.0.2",
42-
"jest": "^27.2.0",
39+
"eslint-config-vuepress": "^3.4.0",
40+
"eslint-config-vuepress-typescript": "^2.4.0",
41+
"husky": "^7.0.4",
42+
"jest": "^27.3.1",
4343
"jest-serializer-vue": "^2.0.2",
4444
"lerna": "^4.0.0",
45-
"lint-staged": "^11.1.2",
45+
"lint-staged": "^11.2.6",
4646
"prettier": "2.2.1",
4747
"prettier-config-vuepress": "^1.2.0",
4848
"rimraf": "^3.0.2",
49-
"sort-package-json": "^1.51.0",
50-
"ts-jest": "^27.0.5",
51-
"typescript": "^4.4.3"
49+
"sort-package-json": "^1.52.0",
50+
"ts-jest": "^27.0.7",
51+
"typescript": "^4.4.4"
5252
}
5353
}

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vitejs/plugin-vue": "^1.6.2",
32-
"@vue/compiler-sfc": "^3.2.11",
33-
"@vue/server-renderer": "^3.2.11",
31+
"@vitejs/plugin-vue": "^1.9.3",
32+
"@vue/compiler-sfc": "^3.2.20",
33+
"@vue/server-renderer": "^3.2.20",
3434
"@vuepress/client": "2.0.0-beta.26",
3535
"@vuepress/core": "2.0.0-beta.26",
3636
"@vuepress/shared": "2.0.0-beta.25",
3737
"@vuepress/utils": "2.0.0-beta.25",
38-
"autoprefixer": "^10.3.4",
38+
"autoprefixer": "^10.3.7",
3939
"connect-history-api-fallback": "^1.6.0",
40-
"postcss": "^8.3.6",
40+
"postcss": "^8.3.11",
4141
"postcss-csso": "^5.0.1",
42-
"rollup": "^2.56.3",
43-
"vite": "^2.5.0",
44-
"vue": "^3.2.11",
45-
"vue-router": "^4.0.11"
42+
"rollup": "^2.58.3",
43+
"vite": "^2.6.12",
44+
"vue": "^3.2.20",
45+
"vue-router": "^4.0.12"
4646
},
4747
"publishConfig": {
4848
"access": "public"

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

+16-16
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@
2929
},
3030
"dependencies": {
3131
"@types/express": "^4.17.13",
32-
"@types/webpack-env": "^1.16.2",
33-
"@vue/compiler-sfc": "^3.2.11",
34-
"@vue/server-renderer": "^3.2.11",
32+
"@types/webpack-env": "^1.16.3",
33+
"@vue/compiler-sfc": "^3.2.20",
34+
"@vue/server-renderer": "^3.2.20",
3535
"@vuepress/client": "2.0.0-beta.26",
3636
"@vuepress/core": "2.0.0-beta.26",
3737
"@vuepress/shared": "2.0.0-beta.25",
3838
"@vuepress/utils": "2.0.0-beta.25",
39-
"autoprefixer": "^10.3.4",
39+
"autoprefixer": "^10.3.7",
4040
"chokidar": "^3.5.2",
4141
"copy-webpack-plugin": "^9.0.1",
42-
"css-loader": "^6.2.0",
43-
"esbuild-loader": "~2.15.1",
42+
"css-loader": "^6.5.0",
43+
"esbuild-loader": "~2.16.0",
4444
"express": "^4.17.1",
45-
"html-webpack-plugin": "^5.3.2",
46-
"mini-css-extract-plugin": "^2.3.0",
45+
"html-webpack-plugin": "^5.5.0",
46+
"mini-css-extract-plugin": "^2.4.3",
4747
"portfinder": "^1.0.28",
48-
"postcss": "^8.3.6",
48+
"postcss": "^8.3.11",
4949
"postcss-csso": "^5.0.1",
50-
"postcss-loader": "^6.1.1",
51-
"style-loader": "^3.2.1",
52-
"vue": "^3.2.11",
53-
"vue-loader": "^16.5.0",
54-
"vue-router": "^4.0.11",
55-
"webpack": "^5.52.1",
50+
"postcss-loader": "^6.2.0",
51+
"style-loader": "^3.3.1",
52+
"vue": "^3.2.20",
53+
"vue-loader": "^16.8.2",
54+
"vue-router": "^4.0.12",
55+
"webpack": "^5.60.0",
5656
"webpack-chain": "^6.5.1",
57-
"webpack-dev-server": "4.2.1",
57+
"webpack-dev-server": "4.3.1",
5858
"webpack-merge": "^5.8.0"
5959
},
6060
"publishConfig": {

packages/@vuepress/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"dependencies": {
3333
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
35-
"cac": "^6.7.3",
35+
"cac": "^6.7.11",
3636
"chokidar": "^3.5.2",
3737
"envinfo": "^7.8.1",
38-
"esbuild": "^0.12.28"
38+
"esbuild": "^0.13.9"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/@vuepress/client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"dependencies": {
3232
"@vuepress/shared": "2.0.0-beta.25",
33-
"vue": "^3.2.11",
34-
"vue-router": "^4.0.11"
33+
"vue": "^3.2.20",
34+
"vue-router": "^4.0.12"
3535
},
3636
"devDependencies": {
37-
"@types/webpack-env": "^1.16.2",
38-
"vite": "^2.5.0"
37+
"@types/webpack-env": "^1.16.3",
38+
"vite": "^2.6.12"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/@vuepress/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@types/markdown-it": "^12.2.1",
29+
"@types/markdown-it": "^12.2.3",
3030
"@vuepress/shared": "2.0.0-beta.25",
3131
"@vuepress/utils": "2.0.0-beta.25",
3232
"markdown-it": "^12.2.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
3535
"ts-debounce": "^3.0.0",
36-
"vue": "^3.2.11",
37-
"vue-router": "^4.0.11"
36+
"vue": "^3.2.20",
37+
"vue-router": "^4.0.12"
3838
},
3939
"publishConfig": {
4040
"access": "public"

packages/@vuepress/plugin-back-to-top/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vuepress/core": "2.0.0-beta.26",
3333
"@vuepress/utils": "2.0.0-beta.25",
3434
"ts-debounce": "^3.0.0",
35-
"vue": "^3.2.11"
35+
"vue": "^3.2.20"
3636
},
3737
"publishConfig": {
3838
"access": "public"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "rimraf lib *.tsbuildinfo"
3030
},
3131
"dependencies": {
32-
"@types/markdown-it": "^12.2.1",
32+
"@types/markdown-it": "^12.2.3",
3333
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/markdown": "2.0.0-beta.25",
3535
"@vuepress/shared": "2.0.0-beta.25",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@vuepress/client": "2.0.0-beta.26",
3333
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
35-
"vue": "^3.2.11",
36-
"vue-router": "^4.0.11"
35+
"vue": "^3.2.20",
36+
"vue-router": "^4.0.12"
3737
},
3838
"publishConfig": {
3939
"access": "public"

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@docsearch/css": "3.0.0-alpha.34",
3434
"@docsearch/js": "3.0.0-alpha.34",
3535
"@docsearch/react": "3.0.0-alpha.34",
36-
"@types/react": "^17.0.20",
36+
"@types/react": "^17.0.33",
3737
"@vuepress/client": "2.0.0-beta.26",
3838
"@vuepress/core": "2.0.0-beta.26",
3939
"@vuepress/shared": "2.0.0-beta.25",
4040
"@vuepress/utils": "2.0.0-beta.25",
41-
"preact": "^10.5.14",
42-
"vue": "^3.2.11",
43-
"vue-router": "^4.0.11"
41+
"preact": "^10.5.15",
42+
"vue": "^3.2.20",
43+
"vue-router": "^4.0.12"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/@vuepress/plugin-medium-zoom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vuepress/core": "2.0.0-beta.26",
3636
"@vuepress/utils": "2.0.0-beta.25",
3737
"medium-zoom": "^1.0.6",
38-
"vue": "^3.2.11"
38+
"vue": "^3.2.20"
3939
},
4040
"publishConfig": {
4141
"access": "public"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
3535
"nprogress": "^0.2.0",
36-
"vue": "^3.2.11",
37-
"vue-router": "^4.0.11"
36+
"vue": "^3.2.20",
37+
"vue-router": "^4.0.12"
3838
},
3939
"devDependencies": {
4040
"@types/nprogress": "^0.2.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@vuepress/core": "2.0.0-beta.26",
33-
"prismjs": "^1.24.1"
33+
"prismjs": "^1.25.0"
3434
},
3535
"devDependencies": {
3636
"@types/prismjs": "^1.16.6"

packages/@vuepress/plugin-pwa-popup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vuepress/plugin-pwa": "2.0.0-beta.26",
3636
"@vuepress/shared": "2.0.0-beta.25",
3737
"@vuepress/utils": "2.0.0-beta.25",
38-
"vue": "^3.2.11"
38+
"vue": "^3.2.20"
3939
},
4040
"publishConfig": {
4141
"access": "public"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vuepress/utils": "2.0.0-beta.25",
3434
"mitt": "^3.0.0",
3535
"register-service-worker": "^1.7.2",
36-
"vue": "^3.2.11",
36+
"vue": "^3.2.20",
3737
"workbox-build": "^6.3.0"
3838
},
3939
"publishConfig": {

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"@vuepress/shared": "2.0.0-beta.25",
3535
"@vuepress/utils": "2.0.0-beta.25",
3636
"chokidar": "^3.5.2",
37-
"vue": "^3.2.11",
38-
"vue-router": "^4.0.11"
37+
"vue": "^3.2.20",
38+
"vue-router": "^4.0.12"
3939
},
4040
"devDependencies": {
41-
"@types/webpack-env": "^1.16.2",
42-
"vite": "^2.5.0"
41+
"@types/webpack-env": "^1.16.3",
42+
"vite": "^2.6.12"
4343
},
4444
"publishConfig": {
4545
"access": "public"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@vuepress/core": "2.0.0-beta.26",
33-
"shiki": "^0.9.10"
33+
"shiki": "^0.9.12"
3434
},
3535
"publishConfig": {
3636
"access": "public"

packages/@vuepress/plugin-theme-data/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/shared": "2.0.0-beta.25",
3535
"@vuepress/utils": "2.0.0-beta.25",
36-
"vue": "^3.2.11"
36+
"vue": "^3.2.20"
3737
},
3838
"devDependencies": {
39-
"@types/webpack-env": "^1.16.2",
40-
"vite": "^2.5.0"
39+
"@types/webpack-env": "^1.16.3",
40+
"vite": "^2.6.12"
4141
},
4242
"publishConfig": {
4343
"access": "public"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@vuepress/client": "2.0.0-beta.26",
3232
"@vuepress/core": "2.0.0-beta.26",
3333
"@vuepress/utils": "2.0.0-beta.25",
34-
"vue": "^3.2.11",
35-
"vue-router": "^4.0.11"
34+
"vue": "^3.2.20",
35+
"vue-router": "^4.0.12"
3636
},
3737
"publishConfig": {
3838
"access": "public"

packages/@vuepress/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vue/shared": "^3.2.11"
31+
"@vue/shared": "^3.2.20"
3232
},
3333
"publishConfig": {
3434
"access": "public"

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"@vuepress/plugin-theme-data": "2.0.0-beta.26",
4343
"@vuepress/shared": "2.0.0-beta.25",
4444
"@vuepress/utils": "2.0.0-beta.25",
45-
"@vueuse/core": "^6.3.3",
46-
"sass": "^1.40.0",
47-
"sass-loader": "^12.1.0",
48-
"vue": "^3.2.11",
49-
"vue-router": "^4.0.11"
45+
"@vueuse/core": "^6.7.3",
46+
"sass": "^1.43.4",
47+
"sass-loader": "^12.2.0",
48+
"vue": "^3.2.20",
49+
"vue-router": "^4.0.12"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/@vuepress/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@types/debug": "^4.1.7",
30-
"@types/fs-extra": "^9.0.12",
30+
"@types/fs-extra": "^9.0.13",
3131
"@types/hash-sum": "^1.0.0",
3232
"@vuepress/shared": "2.0.0-beta.25",
3333
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)