From c42c6ee20c8b700d0b083827d3d0fd55c3e6a220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 20 May 2020 11:04:22 +0200 Subject: [PATCH] feat: Update dependencies & add new rules --- jest.js | 1 + package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/jest.js b/jest.js index 0124412..a1db7cc 100644 --- a/jest.js +++ b/jest.js @@ -68,6 +68,7 @@ module.exports = { 'jest/no-expect-resolves': 'off', 'jest/no-export': 'error', 'jest/no-if': 'error', + 'jest/no-restricted-matchers': 'off', 'jest/no-standalone-expect': 'off', 'jest/no-try-expect': 'error', 'jest/require-top-level-describe': 'off', diff --git a/package.json b/package.json index e98cfa2..82a378f 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "eslint-import-resolver-webpack": "^0.12.1", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.20.2", - "eslint-plugin-jest": "^23.9.0", + "eslint-plugin-jest": "^23.13.1", "eslint-plugin-jest-dom": "^2.1.0", "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-react": "^7.19.0", - "eslint-plugin-react-hooks": "^4.0.0", - "eslint-plugin-testing-library": "^3.1.0", + "eslint-plugin-react": "^7.20.0", + "eslint-plugin-react-hooks": "^4.0.2", + "eslint-plugin-testing-library": "^3.1.3", "read-pkg-up": "^7.0.1", "semver": "^7.3.2", "webpack": "^4.43.0" @@ -53,8 +53,8 @@ }, "devDependencies": { "eslint": "^6.8.0", - "eslint-find-rules": "^3.4.0", - "kcd-scripts": "^5.11.1", + "eslint-find-rules": "^3.5.0", + "kcd-scripts": "^6.0.1", "npm-run-all": "^4.1.5", "pretty-quick": "^2.0.1" },