From 86d05c503e757b94d0d68bcf4fdfd60925f3ac3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 23:47:49 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-typed-fp from 1.4.1 to 1.5.0 Bumps [eslint-config-typed-fp](https://github.com/danielnixon/eslint-config-typed-fp) from 1.4.1 to 1.5.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 74d0585f..f86873b9 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@typescript-eslint/parser": "^4.28.1", "eslint": "^7.31.0", "eslint-config-prettier": "^7.2.0", - "eslint-config-typed-fp": "^1.4.1", + "eslint-config-typed-fp": "^1.5.0", "eslint-plugin-functional": "^3.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.4.0", diff --git a/yarn.lock b/yarn.lock index 03fb7ce7..74bb801b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5053,10 +5053,10 @@ eslint-config-react-app@^6.0.0: dependencies: confusing-browser-globals "^1.0.10" -eslint-config-typed-fp@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/eslint-config-typed-fp/-/eslint-config-typed-fp-1.4.1.tgz#1348523855db10993e383c321268d65fd14de8bd" - integrity sha512-TuEKs5IbgZOARqhhig1JoAr4EEPR3lrCuMAeqqDuwLVCnx0xK3g/fJy6O5ljtN1WqWT9cQpKVuruIy/rSqfnBg== +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-import-resolver-node@^0.3.4: version "0.3.4"