Skip to content

Commit 340b68e

Browse files
authored
Merge pull request #280 from aantipov/release/4rc.0
release 4-rc.0 and update jest and ts-jest to 26.x
2 parents 9f0e36e + 19fd40a commit 340b68e

File tree

2 files changed

+920
-660
lines changed

2 files changed

+920
-660
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-jest",
3-
"version": "4.0.0-beta.6",
3+
"version": "4.0.0-rc.0",
44
"description": "Jest Vue transform",
55
"main": "lib/index.js",
66
"files": [
@@ -48,7 +48,7 @@
4848
"hamljs": "^0.6.2",
4949
"husky": "^1.1.4",
5050
"jade": "^1.11.0",
51-
"jest": "^25.1.0",
51+
"jest": "^26.0.0",
5252
"less": "^3.9.0",
5353
"lint-staged": "^8.0.5",
5454
"prettier": "^1.16.1",
@@ -62,7 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"@babel/core": "7.x",
65-
"jest": "^25.5.0",
65+
"jest": "26.x",
6666
"vue": "^2.x",
6767
"vue-template-compiler": "^2.x"
6868
},
@@ -72,7 +72,7 @@
7272
"chalk": "^2.1.0",
7373
"extract-from-css": "^0.4.4",
7474
"source-map": "0.5.6",
75-
"ts-jest": "25.5.x"
75+
"ts-jest": "26.x"
7676
},
7777
"repository": {
7878
"type": "git",

0 commit comments

Comments
 (0)