Skip to content

Commit 1321391

Browse files
committed
fix: add vue-component-type-helpers to the dependencies
Fixes #2060
1 parent 10e1257 commit 1321391

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"dist/index.d.ts"
2323
],
2424
"dependencies": {
25-
"js-beautify": "1.14.6"
25+
"js-beautify": "1.14.6",
26+
"vue-component-type-helpers": "1.6.5"
2627
},
2728
"devDependencies": {
2829
"@rollup/plugin-commonjs": "25.0.0",
@@ -60,7 +61,6 @@
6061
"vitest": "0.31.0",
6162
"vue": "3.3.2",
6263
"vue-class-component": "8.0.0-rc.1",
63-
"vue-component-type-helpers": "1.6.5",
6464
"vue-router": "4.2.0",
6565
"vue-tsc": "1.6.5",
6666
"vuex": "4.1.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)