We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0dfa5a + d688d7d commit 198b3ccCopy full SHA for 198b3cc
package.json
@@ -34,7 +34,7 @@
34
"@vue/compiler-sfc": "3.0.0-alpha.10",
35
"@vue/test-utils": "^1.0.0-beta.25",
36
"babel-core": "^7.0.0-bridge.0",
37
- "babel-jest": "^23.6.0",
+ "babel-jest": "^24.9.0",
38
"coffeescript": "^2.3.2",
39
"conventional-changelog": "^1.1.5",
40
"eslint": "^5.12.0",
@@ -62,9 +62,16 @@
62
},
63
"peerDependencies": {
64
"@babel/core": "7.x",
65
- "jest": "^24.x",
+ "babel-jest": ">= 24 < 27",
66
+ "jest": ">= 24 < 27 ",
67
+ "ts-jest": ">= 24 < 27 ",
68
"vue": "^3.0.0-0"
69
70
+ "peerDependenciesMeta": {
71
+ "ts-jest": {
72
+ "optional": true
73
+ }
74
+ },
75
"dependencies": {
76
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
77
"chalk": "^2.1.0",
0 commit comments