Skip to content

Commit

Permalink
fix: add vue-component-type-helpers to the dependencies
Browse files Browse the repository at this point in the history
Fixes #2060
  • Loading branch information
cexbrayat committed May 17, 2023
1 parent 10e1257 commit 6eed9cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"dist/index.d.ts"
],
"dependencies": {
"js-beautify": "1.14.6"
"js-beautify": "1.14.6",
"vue-component-type-helpers": "1.6.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.0",
Expand Down Expand Up @@ -60,7 +61,6 @@
"vitest": "0.31.0",
"vue": "3.3.2",
"vue-class-component": "8.0.0-rc.1",
"vue-component-type-helpers": "1.6.5",
"vue-router": "4.2.0",
"vue-tsc": "1.6.5",
"vuex": "4.1.0"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eed9cf

Please sign in to comment.