Skip to content

Commit

Permalink
fixed peer deps from vue "2.6.11" to "^2.6.11" (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
newsrw committed Dec 8, 2020
1 parent 03f71cd commit b1a4853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"webpack-merge": "^4.2.2"
},
"peerDependencies": {
"vue": "2.6.11"
"vue": "^2.6.11"
},
"dependencies": {
"resize-observer-polyfill": "^1.5.1"
Expand Down

0 comments on commit b1a4853

Please sign in to comment.