Skip to content

Commit d355004

Browse files
authored
fix(generator): only process template file contents, bump yaml-front-matter (#5921)
Fixes #5920
1 parent ba6cb7c commit d355004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"validate-npm-package-name": "^3.0.0",
6060
"vue": "^2.6.12",
6161
"vue-codemod": "^0.0.4",
62-
"yaml-front-matter": "^3.4.1"
62+
"yaml-front-matter": "^4.1.0"
6363
},
6464
"engines": {
6565
"node": ">=8.9"

0 commit comments

Comments
 (0)