We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f0e36e + 19fd40a commit 340b68eCopy full SHA for 340b68e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-jest",
3
- "version": "4.0.0-beta.6",
+ "version": "4.0.0-rc.0",
4
"description": "Jest Vue transform",
5
"main": "lib/index.js",
6
"files": [
@@ -48,7 +48,7 @@
48
"hamljs": "^0.6.2",
49
"husky": "^1.1.4",
50
"jade": "^1.11.0",
51
- "jest": "^25.1.0",
+ "jest": "^26.0.0",
52
"less": "^3.9.0",
53
"lint-staged": "^8.0.5",
54
"prettier": "^1.16.1",
@@ -62,7 +62,7 @@
62
},
63
"peerDependencies": {
64
"@babel/core": "7.x",
65
- "jest": "^25.5.0",
+ "jest": "26.x",
66
"vue": "^2.x",
67
"vue-template-compiler": "^2.x"
68
@@ -72,7 +72,7 @@
72
"chalk": "^2.1.0",
73
"extract-from-css": "^0.4.4",
74
"source-map": "0.5.6",
75
- "ts-jest": "25.5.x"
+ "ts-jest": "26.x"
76
77
"repository": {
78
"type": "git",
0 commit comments