Skip to content

Commit

Permalink
test: enforce vue3 version for @vue/test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Oct 7, 2024
1 parent b36fe2d commit a18b134
Show file tree
Hide file tree
Showing 2 changed files with 816 additions and 989 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"peerDependencies": {
"vue": "~2.7.14"
}
},
"@vue/test-utils": {
"peerDependencies": {
"vue": "~3.4.31"
}
}
}
}
Expand Down
Loading

0 comments on commit a18b134

Please sign in to comment.