From 62d8572a31899d334568f47f39721544aa2302c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 16:06:08 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-typed-fp from 1.5.0 to 1.6.0 Bumps [eslint-config-typed-fp](https://github.com/danielnixon/eslint-config-typed-fp) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/danielnixon/eslint-config-typed-fp/releases) - [Commits](https://github.com/danielnixon/eslint-config-typed-fp/commits) --- updated-dependencies: - dependency-name: eslint-config-typed-fp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2ea0b1fb..9fc5d8d3 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@typescript-eslint/parser": "^4.32.0", "eslint": "^7.31.0", "eslint-config-prettier": "^7.2.0", - "eslint-config-typed-fp": "^1.5.0", + "eslint-config-typed-fp": "^1.6.0", "eslint-plugin-functional": "^3.7.2", "eslint-plugin-import": "^2.24.2", "eslint-plugin-prettier": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 24c4cbc5..76f5533a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5083,10 +5083,10 @@ eslint-config-react-app@^6.0.0: dependencies: confusing-browser-globals "^1.0.10" -eslint-config-typed-fp@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/eslint-config-typed-fp/-/eslint-config-typed-fp-1.5.0.tgz#5f8e7540b742db3e491b75243de25cd0d6c318b7" - integrity sha512-ETR7y+BFqyhie8NjX68+Bidx8bbOoXZyultJbboD/IieASLh6l/sWNNM3Mwvi5OJKdqtllfEEqlyq1jG4x8vQQ== +eslint-config-typed-fp@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/eslint-config-typed-fp/-/eslint-config-typed-fp-1.6.0.tgz#b5f69831018915ba3012180d87495aa96f61fcfa" + integrity sha512-g7mSWzYJ7L6Ub80vSpm1naJNCIjDHwjKziPsM30rTXg5CEuQ+bkZZhVLNdt2iQ6hh6GRzZc06YDy6okefrW0hA== eslint-import-resolver-node@^0.3.6: version "0.3.6"