Skip to content

Commit

Permalink
fix(vue): set vue plugin dependencies to any (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar authored Mar 3, 2021
1 parent da6e963 commit f9957b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-cli-plugin-typescript/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = (api, options, rootOptions) => {
'start-server': 'node ./scripts/start-server.js',
},
dependencies: {
'@coveo/headless': 'latest',
'@coveo/search-token-server': 'latest',
'@coveo/headless': '*',
'@coveo/search-token-server': '*',
buefy: '^0.9.4',
concurrently: '^5.3.0',
},
Expand Down

0 comments on commit f9957b8

Please sign in to comment.