diff --git a/package.json b/package.json index b34adaa..a57f882 100644 --- a/package.json +++ b/package.json @@ -33,29 +33,29 @@ }, "homepage": "https://github.com/kentcdodds/eslint-config-kentcdodds#readme", "dependencies": { - "@babel/core": "^7.14.2", - "@babel/eslint-parser": "^7.14.2", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.3", "@babel/eslint-plugin": "^7.13.16", "@babel/preset-react": "^7.13.13", - "@typescript-eslint/eslint-plugin": "^4.23.0", - "@typescript-eslint/parser": "^4.23.0", + "@typescript-eslint/eslint-plugin": "^4.24.0", + "@typescript-eslint/parser": "^4.24.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-webpack": "^0.13.1", - "eslint-plugin-import": "^2.23.0", + "eslint-plugin-import": "^2.23.3", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-jest-dom": "^3.9.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^4.4.0", + "eslint-plugin-testing-library": "^4.5.0", "read-pkg-up": "^7.0.1", "semver": "^7.3.5", - "webpack": "^5.37.0" + "webpack": "^5.37.1" }, "devDependencies": { "@testing-library/dom": "^7.31.0", "@testing-library/jest-dom": "^5.12.0", - "eslint": "^7.26.0", + "eslint": "^7.27.0", "eslint-find-rules": "^3.6.1", "husky": "^4.3.8", "jest": "^26.6.3",