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 67e34c2 + ee27fdf commit f62668eCopy full SHA for f62668e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jest-specific-snapshot",
3
- "version": "3.0.0",
+ "version": "4.0.0",
4
"license": "MIT",
5
"repository": "https://github.com/igor-dv/jest-specific-snapshot",
6
"main": "dist/index.js",
@@ -15,7 +15,7 @@
15
"cacheDirectory": "./.jest/cache"
16
},
17
"dependencies": {
18
- "jest-snapshot": "^25.1.0"
+ "jest-snapshot": "^26.3.0"
19
20
"devDependencies": {
21
"@babel/cli": "^7.8.4",
@@ -31,11 +31,10 @@
31
"eslint-plugin-json": "^2.1.0",
32
"eslint-plugin-prettier": "^3.1.2",
33
"eslint-teamcity": "^2.2.0",
34
- "jest": "^25.1.0",
35
- "jest-cli": "^25.1.0",
+ "jest": "^26.3.0",
36
"prettier": "^1.19.1"
37
38
"peerDependencies": {
39
- "jest": ">= 25.0.0"
+ "jest": ">= 26.0.0"
40
}
41
0 commit comments