Skip to content

Commit c125ae6

Browse files
committed
build: bump dependencies
1 parent 9d42e56 commit c125ae6

File tree

22 files changed

+846
-945
lines changed

22 files changed

+846
-945
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"devDependencies": {
33-
"@commitlint/cli": "^15.0.0",
34-
"@commitlint/config-conventional": "^15.0.0",
35-
"@types/jest": "^27.0.3",
33+
"@commitlint/cli": "^16.0.2",
34+
"@commitlint/config-conventional": "^16.0.0",
35+
"@types/jest": "^27.4.0",
3636
"anywhere": "^1.5.0",
37-
"cpx2": "^4.0.0",
37+
"cpx2": "^4.1.2",
3838
"cross-env": "^7.0.3",
39-
"eslint": "^8.4.1",
39+
"eslint": "^8.6.0",
4040
"eslint-config-vuepress": "^3.5.0",
4141
"eslint-config-vuepress-typescript": "^2.5.0",
4242
"husky": "^7.0.4",
43-
"jest": "^27.4.3",
43+
"jest": "^27.4.7",
4444
"jest-serializer-vue": "^2.0.2",
4545
"lerna": "^4.0.0",
46-
"lint-staged": "^12.1.2",
46+
"lint-staged": "^12.1.7",
4747
"prettier": "^2.5.1",
4848
"prettier-config-vuepress": "^1.3.0",
4949
"rimraf": "^3.0.2",
5050
"sort-package-json": "^1.53.1",
51-
"ts-jest": "^27.1.0",
52-
"typescript": "^4.5.2"
51+
"ts-jest": "^27.1.2",
52+
"typescript": "^4.5.4"
5353
}
5454
}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vitejs/plugin-vue": "^1.10.2",
32-
"@vue/compiler-sfc": "^3.2.24",
33-
"@vue/server-renderer": "^3.2.24",
31+
"@vitejs/plugin-vue": "^2.0.1",
32+
"@vue/compiler-sfc": "^3.2.26",
33+
"@vue/server-renderer": "^3.2.26",
3434
"@vuepress/client": "2.0.0-beta.32",
3535
"@vuepress/core": "2.0.0-beta.32",
3636
"@vuepress/shared": "2.0.0-beta.32",
3737
"@vuepress/utils": "2.0.0-beta.32",
38-
"autoprefixer": "^10.4.0",
38+
"autoprefixer": "^10.4.2",
3939
"connect-history-api-fallback": "^1.6.0",
40-
"postcss": "^8.4.4",
41-
"postcss-csso": "^5.0.1",
42-
"rollup": "^2.60.2",
43-
"vite": "^2.7.1",
44-
"vue": "^3.2.24",
40+
"postcss": "^8.4.5",
41+
"postcss-csso": "^6.0.0",
42+
"rollup": "^2.63.0",
43+
"vite": "^2.7.10",
44+
"vue": "^3.2.26",
4545
"vue-router": "^4.0.12"
4646
},
4747
"publishConfig": {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030
"dependencies": {
3131
"@types/express": "^4.17.13",
3232
"@types/webpack-env": "^1.16.3",
33-
"@vue/compiler-sfc": "^3.2.24",
34-
"@vue/server-renderer": "^3.2.24",
33+
"@vue/compiler-sfc": "^3.2.26",
34+
"@vue/server-renderer": "^3.2.26",
3535
"@vuepress/client": "2.0.0-beta.32",
3636
"@vuepress/core": "2.0.0-beta.32",
3737
"@vuepress/shared": "2.0.0-beta.32",
3838
"@vuepress/utils": "2.0.0-beta.32",
39-
"autoprefixer": "^10.4.0",
39+
"autoprefixer": "^10.4.2",
4040
"chokidar": "^3.5.2",
4141
"copy-webpack-plugin": "^9.0.1",
4242
"css-loader": "^6.5.1",
4343
"esbuild-loader": "~2.16.0",
4444
"express": "^4.17.1",
4545
"html-webpack-plugin": "^5.5.0",
46-
"mini-css-extract-plugin": "^2.4.5",
46+
"mini-css-extract-plugin": "^2.4.6",
4747
"portfinder": "^1.0.28",
48-
"postcss": "^8.4.4",
49-
"postcss-csso": "^5.0.1",
48+
"postcss": "^8.4.5",
49+
"postcss-csso": "^6.0.0",
5050
"postcss-loader": "^6.2.1",
5151
"style-loader": "^3.3.1",
52-
"vue": "^3.2.24",
53-
"vue-loader": "^16.8.3",
52+
"vue": "^3.2.26",
53+
"vue-loader": "^17.0.0",
5454
"vue-router": "^4.0.12",
5555
"webpack": "^5.65.0",
5656
"webpack-chain": "^6.5.1",
57-
"webpack-dev-server": "4.7.0",
57+
"webpack-dev-server": "^4.7.3",
5858
"webpack-merge": "^5.8.0"
5959
},
6060
"publishConfig": {

packages/@vuepress/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"dependencies": {
3232
"@vuepress/shared": "2.0.0-beta.32",
33-
"vue": "^3.2.24",
33+
"vue": "^3.2.26",
3434
"vue-router": "^4.0.12"
3535
},
3636
"devDependencies": {
3737
"@types/webpack-env": "^1.16.3",
38-
"vite": "^2.7.1"
38+
"vite": "^2.7.10"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/@vuepress/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/markdown-it": "^12.2.3",
3030
"@vuepress/shared": "2.0.0-beta.32",
3131
"@vuepress/utils": "2.0.0-beta.32",
32-
"markdown-it": "^12.2.0",
32+
"markdown-it": "^12.3.2",
3333
"markdown-it-anchor": "^8.4.1",
3434
"markdown-it-emoji": "^2.0.0",
3535
"mdurl": "^1.0.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vuepress/core": "2.0.0-beta.32",
3434
"@vuepress/utils": "2.0.0-beta.32",
3535
"ts-debounce": "^4.0.0",
36-
"vue": "^3.2.24",
36+
"vue": "^3.2.26",
3737
"vue-router": "^4.0.12"
3838
},
3939
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vuepress/core": "2.0.0-beta.32",
3333
"@vuepress/utils": "2.0.0-beta.32",
3434
"ts-debounce": "^4.0.0",
35-
"vue": "^3.2.24"
35+
"vue": "^3.2.26"
3636
},
3737
"publishConfig": {
3838
"access": "public"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@vuepress/markdown": "2.0.0-beta.32",
3535
"@vuepress/shared": "2.0.0-beta.32",
3636
"@vuepress/utils": "2.0.0-beta.32",
37-
"markdown-it": "^12.2.0",
37+
"markdown-it": "^12.3.2",
3838
"markdown-it-container": "^3.0.0"
3939
},
4040
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vuepress/client": "2.0.0-beta.32",
3333
"@vuepress/core": "2.0.0-beta.32",
3434
"@vuepress/utils": "2.0.0-beta.32",
35-
"vue": "^3.2.24",
35+
"vue": "^3.2.26",
3636
"vue-router": "^4.0.12"
3737
},
3838
"publishConfig": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
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.37",
36+
"@types/react": "^17.0.38",
3737
"@vuepress/client": "2.0.0-beta.32",
3838
"@vuepress/core": "2.0.0-beta.32",
3939
"@vuepress/shared": "2.0.0-beta.32",
4040
"@vuepress/utils": "2.0.0-beta.32",
41-
"preact": "^10.6.2",
42-
"vue": "^3.2.24",
41+
"preact": "^10.6.4",
42+
"vue": "^3.2.26",
4343
"vue-router": "^4.0.12"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)