From b7ebe36d15da88e4c7756c57f870143543a9449d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 03:02:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-backpacker-react-ts Bumps [eslint-config-backpacker-react-ts](https://github.com/backpacker/eslint-config-react-ts) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/backpacker/eslint-config-react-ts/releases) - [Commits](https://github.com/backpacker/eslint-config-react-ts/commits) --- updated-dependencies: - dependency-name: eslint-config-backpacker-react-ts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 09a36ffa..372b86fa 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@testing-library/react-native": "^8.0.0", "@types/jest": "^27.0.1", "@types/react-native": "^0.66.2", - "eslint-config-backpacker-react-ts": "^0.1.0", + "eslint-config-backpacker-react-ts": "^0.2.0", "husky": "^7.0.2", "import-sort-style-module": "^6.0.0", "jest": "^27.1.1", diff --git a/yarn.lock b/yarn.lock index 4a0f6308..038b6bc3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2145,22 +2145,22 @@ eslint-config-airbnb@^18.2.1: object.assign "^4.1.2" object.entries "^1.1.2" -eslint-config-backpacker-react-ts@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-backpacker-react-ts/-/eslint-config-backpacker-react-ts-0.1.0.tgz#bf1e58d0831a31ace8dad73678df14f4dfe79b85" - integrity sha512-KC5sc7xs7bamDnnXl4cICDy/Q0+Kbqhk6lrLZlKZD/3oOLge2KZzWWQhcs/KlkJFVUqhEyix10ZO4jxc7uVDEg== +eslint-config-backpacker-react-ts@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-backpacker-react-ts/-/eslint-config-backpacker-react-ts-0.2.0.tgz#d2eff4d79c14c0ccfe2da9d18c67b2e582fce7ce" + integrity sha512-E5cgkVwztzSNL85mOxAnlq1UrD8rDnTgEGifOCkZ6G/gpx2Jrnrq8z6LAQ6l9NXbYakCg2ZSoRNKry8X+VZ1bA== dependencies: "@typescript-eslint/eslint-plugin" "^4.31.0" "@typescript-eslint/parser" "^4.31.0" eslint "^7.32.0" eslint-config-airbnb-typescript "^14.0.0" - eslint-config-backpacker-react "^0.6.0" + eslint-config-backpacker-react "^0.7.0" eslint-config-prettier "^8.3.0" -eslint-config-backpacker-react@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/eslint-config-backpacker-react/-/eslint-config-backpacker-react-0.6.0.tgz#a18657beb18b04643f9f3cd3732200c0b24730bd" - integrity sha512-pAPN3n0BjRXQFLUOEu8GmRhU/erZ/6gILBaa9gr+S5cYgAR9U/BJduFVHV5w5C3yqbfAdGL0p10IuVpvwsW9+Q== +eslint-config-backpacker-react@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/eslint-config-backpacker-react/-/eslint-config-backpacker-react-0.7.0.tgz#3e84e9f814ac4fa7c49c498c221a065db353ad05" + integrity sha512-z3PGZx4cekbD8peTgNx7r8D5OND6pF+l74Mvi8X/Z2h6+MGSdgBnMmXmTr/y8jKoeTlFk743E6ylU1fYeH9a4A== dependencies: "@babel/core" "^7.14.0" "@babel/eslint-parser" "^7.13.14"