Skip to content

Commit

Permalink
Merge pull request #36 from igor-dv/release/v5
Browse files Browse the repository at this point in the history
Release/v5
  • Loading branch information
igor-dv authored May 30, 2021
2 parents cc9f71e + 4cf2c5b commit 35d1843
Show file tree
Hide file tree
Showing 2 changed files with 838 additions and 1,177 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-specific-snapshot",
"version": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"repository": "https://github.com/igor-dv/jest-specific-snapshot",
"main": "dist/index.js",
Expand All @@ -15,14 +15,14 @@
"cacheDirectory": "./.jest/cache"
},
"dependencies": {
"jest-snapshot": "^26.3.0"
"jest-snapshot": "^27.0.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"babel-jest": "^27.0.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
Expand All @@ -31,10 +31,10 @@
"eslint-plugin-json": "^2.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-teamcity": "^2.2.0",
"jest": "^26.3.0",
"jest": "^27.0.3",
"prettier": "^1.19.1"
},
"peerDependencies": {
"jest": ">= 26.0.0"
"jest": ">= 27.0.0"
}
}
Loading

0 comments on commit 35d1843

Please sign in to comment.