Skip to content

Commit d479fd3

Browse files
committed
build: bump dependencies
1 parent cca5b65 commit d479fd3

File tree

6 files changed

+222
-206
lines changed

6 files changed

+222
-206
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
"@vuepress/client": "2.0.0-alpha.20",
3535
"@vuepress/core": "2.0.0-alpha.20",
3636
"@vuepress/utils": "2.0.0-alpha.20",
37-
"autoprefixer": "^10.1.0",
37+
"autoprefixer": "^10.2.4",
3838
"copy-webpack-plugin": "^7.0.0",
39-
"css-loader": "^5.0.1",
40-
"esbuild-loader": "^2.8.0",
39+
"css-loader": "^5.0.2",
40+
"esbuild-loader": "^2.9.1",
4141
"express": "^4.17.1",
4242
"file-loader": "^6.2.0",
43-
"html-webpack-plugin": "5.0.0-beta.6",
44-
"mini-css-extract-plugin": "^1.3.4",
43+
"html-webpack-plugin": "^5.0.0",
44+
"mini-css-extract-plugin": "^1.3.6",
4545
"portfinder": "^1.0.28",
46-
"postcss": "^8.2.4",
46+
"postcss": "^8.2.5",
4747
"postcss-csso": "^5.0.0",
48-
"postcss-loader": "^4.2.0",
48+
"postcss-loader": "^5.0.0",
4949
"style-loader": "^2.0.0",
5050
"url-loader": "^4.1.1",
5151
"vue-loader": "^16.1.2",
52-
"webpack": "^5.18.0",
52+
"webpack": "^5.21.2",
5353
"webpack-chain": "^6.5.1",
5454
"webpack-dev-server": "4.0.0-beta.0",
5555
"webpack-merge": "^5.7.3"

packages/@vuepress/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@vuepress/utils": "2.0.0-alpha.20",
3535
"cac": "^6.7.1",
3636
"chokidar": "^3.5.1",
37-
"envinfo": "^7.7.3",
38-
"esbuild": "^0.8.36"
37+
"envinfo": "^7.7.4",
38+
"esbuild": "^0.8.43"
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
@@ -30,7 +30,7 @@
3030
"@vuepress/shared": "2.0.0-alpha.20",
3131
"@vuepress/utils": "2.0.0-alpha.20",
3232
"markdown-it": "^12.0.4",
33-
"markdown-it-anchor": "^7.0.0",
33+
"markdown-it-anchor": "^7.0.2",
3434
"markdown-it-emoji": "^2.0.0",
3535
"prismjs": "^1.23.0"
3636
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"mitt": "^2.1.0",
3636
"register-service-worker": "^1.7.2",
3737
"vue": "^3.0.5",
38-
"workbox-build": "^6.0.2"
38+
"workbox-build": "^6.1.0"
3939
},
4040
"devDependencies": {
4141
"@types/workbox-build": "^5.0.0"

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/utils": "2.0.0-alpha.20",
4343
"prismjs": "^1.23.0",
4444
"stylus": "^0.54.8",
45-
"stylus-loader": "^4.3.3",
45+
"stylus-loader": "^5.0.0",
4646
"vue": "^3.0.5",
4747
"vue-router": "^4.0.3"
4848
},

0 commit comments

Comments
 (0)