1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 17:45:31 +01:00

Merge pull request #221 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:33:32 +01:00 committed by GitHub
commit 837be89f7e
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

@ -8997,9 +8997,9 @@
"integrity": "sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==" "integrity": "sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA=="
}, },
"eslint-plugin-testing-library": { "eslint-plugin-testing-library": {
"version": "1.4.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-1.4.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-2.0.0.tgz",
"integrity": "sha512-ABtxVZG5KnszLA2728RrFXa/dz6xXlDdRzuxsN+qwzSgbv8UW76lbfysEMmmVPa4pE5lR6hPDBHZQbG6DDeOEg==", "integrity": "sha512-HyHpQjcAu7xDUs7yvEw2IXyAzaN+J3bVfFWuABlOlY/KQWGVqdLU+5vkX+i3leexMa7lzNOYOTcHpzlloLvFZA==",
"dev": true "dev": true
}, },
"eslint-scope": { "eslint-scope": {

View File

@ -117,7 +117,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0", "eslint-plugin-react": "^7.17.0",
"eslint-plugin-testing-library": "^1.4.0", "eslint-plugin-testing-library": "^2.0.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",