Skip to content

Commit 41ab8ef

Browse files
author
Alex Perkins
committed
Making @vue/test-utils a peer dependency
1 parent 71011e2 commit 41ab8ef

File tree

2 files changed

+4
-127
lines changed

2 files changed

+4
-127
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rei/vunit",
33
"description": "Write unit tests against your Vue components using mocha and vue-test-utils",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"author": "Alex Perkins <[email protected]>",
66
"repository": "https://github.com/rei/vunit",
77
"license": "MIT",
@@ -15,11 +15,13 @@
1515
"engines": {
1616
"node": ">8.0.0"
1717
},
18+
"peerDependencies": {
19+
"@vue/test-utils": "^1.0.0-beta.31"
20+
},
1821
"dependencies": {
1922
"@babel/core": "^7.8.3",
2023
"@babel/preset-env": "^7.8.3",
2124
"@babel/register": "^7.8.3",
22-
"@vue/test-utils": "^1.0.0-beta.31",
2325
"babel-loader": "^8.0.6",
2426
"babel-plugin-istanbul": "^6.0.0",
2527
"chokidar": "^3.3.1",

0 commit comments

Comments
 (0)