Skip to content

Commit

Permalink
Merge pull request #24 from igor-dv/jest-26
Browse files Browse the repository at this point in the history
Jest 26
  • Loading branch information
igor-dv authored Aug 12, 2020
2 parents 67e34c2 + ee27fdf commit f62668e
Show file tree
Hide file tree
Showing 2 changed files with 795 additions and 603 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-specific-snapshot",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"repository": "https://github.com/igor-dv/jest-specific-snapshot",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"cacheDirectory": "./.jest/cache"
},
"dependencies": {
"jest-snapshot": "^25.1.0"
"jest-snapshot": "^26.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand All @@ -31,11 +31,10 @@
"eslint-plugin-json": "^2.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-teamcity": "^2.2.0",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"jest": "^26.3.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"jest": ">= 25.0.0"
"jest": ">= 26.0.0"
}
}
Loading

0 comments on commit f62668e

Please sign in to comment.