1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 16:47:41 +02:00

Merge pull request #197 from kremalicious/greenkeeper/eslint-plugin-testing-library-2.0.0

Update eslint-plugin-testing-library to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-28 16:39:12 +01:00 committed by GitHub
commit 645eef181c
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

@ -8689,9 +8689,9 @@
"dev": true
},
"eslint-plugin-testing-library": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-1.3.4.tgz",
"integrity": "sha512-p7PgHZkaAbf2CQu7+WGF+PF1ah2S0oLsL+yQKT8YanmxwReKGLXAruPconGLRfBIbd9opOly1HDWuKt6l3zFVw==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-2.0.0.tgz",
"integrity": "sha512-HyHpQjcAu7xDUs7yvEw2IXyAzaN+J3bVfFWuABlOlY/KQWGVqdLU+5vkX+i3leexMa7lzNOYOTcHpzlloLvFZA==",
"dev": true
},
"eslint-scope": {

View File

@ -78,7 +78,7 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-testing-library": "^1.3.4",
"eslint-plugin-testing-library": "^2.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",