Skip to content

Commit 1653c2c

Browse files
authored
feat: vue version option (#55)
closes #50
1 parent be22c11 commit 1653c2c

File tree

16 files changed

+494
-138
lines changed

16 files changed

+494
-138
lines changed

locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"forced applying of attributes": "forced applying of attributes",
1616
"annotated result detail options": "annotated result detail options",
1717
"the attributes to annotate": "the attributes to annotate",
18+
"the vue template compiler version": "the vue template compiler version",
1819
"the ignore configuration path files passed at the end of the options or `--source` option": "The ignore configuration path files passed at the end of the options or `--source` option",
1920
"target files without annotating": "target files without annotating",
2021
"'--type' is not supported except for 'custom-block'": "'--type' is not supported except for 'custom-block'",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@intlify/bundle-utils": "next",
3131
"@intlify/core": "beta",
3232
"@intlify/shared": "beta",
33-
"@vue/compiler-sfc": "^3.2.20",
33+
"@vue/compiler-sfc": "latest",
3434
"colorette": "^2.0.16",
3535
"cosmiconfig": "^7.0.1",
3636
"debug": "^4.3.2",
@@ -42,7 +42,8 @@
4242
"prettier": "^2.4.1",
4343
"prettier-plugin-sort-json": "^0.0.2",
4444
"yaml-eslint-parser": "^0.4.1",
45-
"yargs": "^17.2.0"
45+
"yargs": "^17.2.0",
46+
"vue-template-compiler": "latest"
4647
},
4748
"devDependencies": {
4849
"@intlify/eslint-plugin-vue-i18n": "^1.0.0",

pnpm-lock.yaml

Lines changed: 67 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)