Skip to content

Commit c42dc7d

Browse files
committed
build: support jest 26.x only
1 parent 2dd8e6a commit c42dc7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/vue3-jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"peerDependencies": {
3939
"@babel/core": "7.x",
40-
"babel-jest": ">= 24 < 27",
41-
"jest": ">= 24 < 27 ",
42-
"ts-jest": ">= 24 < 27 ",
40+
"babel-jest": "26.x",
41+
"jest": "26.x",
42+
"ts-jest": "26.x",
4343
"typescript": ">= 3.x",
4444
"vue": "^3.0.0-0"
4545
},

0 commit comments

Comments
 (0)