1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-31 17:17:38 +01:00

Bump eslint-plugin-testing-library from 3.1.4 to 3.2.0

Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.1.4 to 3.2.0.
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.1.4...v3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-08 04:12:08 +00:00 committed by GitHub
parent 5e83951e1f
commit 78cb453d33
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",