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

Merge pull request #281 from kremalicious/dependabot/npm_and_yarn/eslint-plugin-testing-library-3.2.0

Bump eslint-plugin-testing-library from 3.1.4 to 3.2.0
This commit is contained in:
Matthias Kretschmann 2020-06-08 11:40:33 +02:00 committed by GitHub
commit 32208ee5cc
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

@ -12893,9 +12893,9 @@
"dev": true
},
"eslint-plugin-testing-library": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.1.4.tgz",
"integrity": "sha512-EaopQ4/Q3yEgqkoTzPMBU/a+yCn07jqIgEi+pFjnMndXs7ts8bGDg4ZlQpqlNZiUGdadanHk1+/2tp6/afyxEA==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.2.0.tgz",
"integrity": "sha512-ScM0vdpnRt2Piziilfr93z0J0IxyUc6fz/vnqwLhra26/xXB62pAmLBwOjn7VORGcaV/2chKNPPdwhBiQNM6Lw==",
"dev": true,
"requires": {
"@typescript-eslint/experimental-utils": "^2.29.0"

View File

@ -76,7 +76,7 @@
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-testing-library": "^3.1.4",
"eslint-plugin-testing-library": "^3.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",