1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-23 01:36:39 +02:00

Merge pull request #206 from kremalicious/greenkeeper/eslint-plugin-testing-library-3.0.0

Update eslint-plugin-testing-library to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-03-29 21:41:55 +02:00 committed by GitHub
commit 80eaaae2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7844,9 +7844,9 @@
"dev": true
},
"eslint-plugin-testing-library": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-2.2.3.tgz",
"integrity": "sha512-pqMTWjBxYv+TnuU3ZzbdUJ0s5p5jSInlk6ly+YnTBNCDy2aLYpnNqeEinYzj1nH8Cthij62ajqzgODg6J25QNA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.0.0.tgz",
"integrity": "sha512-qsYRGqs+foeAznXXzOzZMd+czd9meeZwQ8HabpOi9xm39pQqa06cJx6XzdgoR1sRLOKJhhBTpascBS6b6b6SiQ==",
"dev": true
},
"eslint-scope": {

View File

@ -77,7 +77,7 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-testing-library": "^2.2.3",
"eslint-plugin-testing-library": "^3.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",