Skip to content

Commit f62668e

Browse files
authored
Merge pull request #24 from igor-dv/jest-26
Jest 26
2 parents 67e34c2 + ee27fdf commit f62668e

File tree

2 files changed

+795
-603
lines changed

2 files changed

+795
-603
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-specific-snapshot",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"repository": "https://github.com/igor-dv/jest-specific-snapshot",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"cacheDirectory": "./.jest/cache"
1616
},
1717
"dependencies": {
18-
"jest-snapshot": "^25.1.0"
18+
"jest-snapshot": "^26.3.0"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.8.4",
@@ -31,11 +31,10 @@
3131
"eslint-plugin-json": "^2.1.0",
3232
"eslint-plugin-prettier": "^3.1.2",
3333
"eslint-teamcity": "^2.2.0",
34-
"jest": "^25.1.0",
35-
"jest-cli": "^25.1.0",
34+
"jest": "^26.3.0",
3635
"prettier": "^1.19.1"
3736
},
3837
"peerDependencies": {
39-
"jest": ">= 25.0.0"
38+
"jest": ">= 26.0.0"
4039
}
4140
}

0 commit comments

Comments
 (0)