We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ccac4 commit 7ed1382Copy full SHA for 7ed1382
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"eslint": "^6.1.0",
12
"eslint-config-airbnb-base": "^14.0.0",
13
"eslint-plugin-import": "^2.18.2",
14
- "eslint-plugin-jest": "^22.15.0",
+ "eslint-plugin-jest": "^22.15.1",
15
"jest": "^24.8.0",
16
"jsdoc-to-markdown": "^5.0.0",
17
"puppeteer": "^1.19.0",
@@ -62,5 +62,5 @@
62
"lint": "eslint lib/** __tests__/** index.js; exit 0",
63
"test": "jest"
64
},
65
- "version": "3.1.0"
+ "version": "3.2.0"
66
}
0 commit comments