Skip to content

Commit 3ca13b5

Browse files
committed
build: bump dependencies
1 parent aeaa3ba commit 3ca13b5

File tree

11 files changed

+539
-527
lines changed

11 files changed

+539
-527
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
},
3030
"prettier": "prettier-config-vuepress",
3131
"devDependencies": {
32-
"@commitlint/cli": "^13.0.0",
33-
"@commitlint/config-conventional": "^13.0.0",
34-
"@types/jest": "^26.0.23",
32+
"@commitlint/cli": "^13.1.0",
33+
"@commitlint/config-conventional": "^13.1.0",
34+
"@types/jest": "^26.0.24",
3535
"anywhere": "^1.5.0",
3636
"cpx2": "^3.0.0",
3737
"cross-env": "^7.0.3",
38-
"eslint": "^7.28.0",
38+
"eslint": "^7.32.0",
3939
"eslint-config-vuepress": "^3.2.1",
4040
"eslint-config-vuepress-typescript": "^2.2.1",
41-
"husky": "^6.0.0",
42-
"jest": "^27.0.4",
41+
"husky": "^7.0.1",
42+
"jest": "^27.0.6",
4343
"jest-serializer-vue": "^2.0.2",
4444
"lerna": "^4.0.0",
45-
"lint-staged": "^11.0.0",
45+
"lint-staged": "^11.1.1",
4646
"prettier": "2.2.1",
4747
"prettier-config-vuepress": "^1.2.0",
4848
"rimraf": "^3.0.2",
4949
"sort-package-json": "^1.50.0",
50-
"ts-jest": "^27.0.3",
51-
"typescript": "^4.3.2"
50+
"ts-jest": "^27.0.4",
51+
"typescript": "^4.3.5"
5252
}
5353
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vitejs/plugin-vue": "^1.2.5",
31+
"@vitejs/plugin-vue": "^1.3.0",
3232
"@vue/compiler-sfc": "^3.1.5",
3333
"@vue/server-renderer": "^3.1.5",
3434
"@vuepress/client": "2.0.0-beta.21",
@@ -39,8 +39,8 @@
3939
"connect-history-api-fallback": "^1.6.0",
4040
"postcss": "^8.3.6",
4141
"postcss-csso": "^5.0.1",
42-
"rollup": "^2.53.3",
43-
"vite": "^2.4.3",
42+
"rollup": "^2.55.1",
43+
"vite": "^2.4.4",
4444
"vue": "^3.1.5",
4545
"vue-router": "^4.0.10"
4646
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"autoprefixer": "^10.3.1",
4040
"chokidar": "^3.5.2",
4141
"copy-webpack-plugin": "^9.0.1",
42-
"css-loader": "^5.2.6",
42+
"css-loader": "^6.2.0",
4343
"esbuild-loader": "~2.13.1",
4444
"express": "^4.17.1",
4545
"html-webpack-plugin": "^5.3.2",
@@ -50,7 +50,7 @@
5050
"postcss-loader": "^6.1.1",
5151
"style-loader": "^3.2.1",
5252
"vue": "^3.1.5",
53-
"vue-loader": "^16.3.3",
53+
"vue-loader": "^16.4.0",
5454
"vue-router": "^4.0.10",
5555
"webpack": "^5.47.1",
5656
"webpack-chain": "^6.5.1",

packages/@vuepress/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cac": "^6.7.3",
3636
"chokidar": "^3.5.2",
3737
"envinfo": "^7.8.1",
38-
"esbuild": "^0.12.15"
38+
"esbuild": "^0.12.17"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/@vuepress/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@types/webpack-env": "^1.16.2",
38-
"vite": "^2.4.3"
38+
"vite": "^2.4.4"
3939
},
4040
"publishConfig": {
4141
"access": "public"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/webpack-env": "^1.16.2",
42-
"vite": "^2.4.3"
42+
"vite": "^2.4.4"
4343
},
4444
"publishConfig": {
4545
"access": "public"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/webpack-env": "^1.16.2",
40-
"vite": "^2.4.3"
40+
"vite": "^2.4.4"
4141
},
4242
"publishConfig": {
4343
"access": "public"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@vuepress/plugin-theme-data": "2.0.0-beta.22",
4343
"@vuepress/shared": "2.0.0-beta.21",
4444
"@vuepress/utils": "2.0.0-beta.21",
45-
"sass": "^1.36.0",
45+
"sass": "^1.37.0",
4646
"sass-loader": "^12.1.0",
4747
"vue": "^3.1.5",
4848
"vue-router": "^4.0.10"

packages/@vuepress/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/fs-extra": "^9.0.12",
3131
"@types/hash-sum": "^1.0.0",
3232
"@vuepress/shared": "2.0.0-beta.21",
33-
"chalk": "^4.1.1",
33+
"chalk": "^4.1.2",
3434
"debug": "^4.3.2",
3535
"fs-extra": "^10.0.0",
3636
"globby": "^11.0.4",

0 commit comments

Comments
 (0)