Skip to content

Commit ff026cb

Browse files
fix(deps): update dependency eslint-config-airbnb-typescript to v15 (#470)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 528f1f0 commit ff026cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "5.3.0",
2121
"@typescript-eslint/parser": "5.3.0",
2222
"eslint-config-airbnb": "18.2.1",
23-
"eslint-config-airbnb-typescript": "14.0.1",
23+
"eslint-config-airbnb-typescript": "15.0.0",
2424
"eslint-config-prettier": "8.3.0",
2525
"eslint-plugin-import": "2.25.2",
2626
"eslint-plugin-jsx-a11y": "6.4.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,7 @@ escodegen@^2.0.0:
40364036
optionalDependencies:
40374037
source-map "~0.6.1"
40384038

4039-
eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1:
4039+
eslint-config-airbnb-base@^14.2.1:
40404040
version "14.2.1"
40414041
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
40424042
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
@@ -4045,12 +4045,12 @@ [email protected], eslint-config-airbnb-base@^14.2.1:
40454045
object.assign "^4.1.2"
40464046
object.entries "^1.1.2"
40474047

4048-
eslint-config-airbnb-typescript@14.0.1:
4049-
version "14.0.1"
4050-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.1.tgz#6721eb320d3953ae0d4bf258e877900fcb543a38"
4051-
integrity sha512-tF4GwC3sRrw8kEj4/yxX8F7AcLzj/1IESBnsCiFMplzYmxre459qm2z9DFkCpqBVQFSH6j2K4+VKVteX4m0GsQ==
4048+
eslint-config-airbnb-typescript@15.0.0:
4049+
version "15.0.0"
4050+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-15.0.0.tgz#c88007b3cca5dd0f47125420ca5e8f6efac418fd"
4051+
integrity sha512-DTWGwqytbTnB8kSKtmkrGkRf3xwTs2l15shSH0w/3Img47AQwCCrIA/ON/Uj0XXBxP31LHyEItPXeuH3mqCNLA==
40524052
dependencies:
4053-
eslint-config-airbnb-base "14.2.1"
4053+
eslint-config-airbnb-base "^14.2.1"
40544054

40554055
40564056
version "18.2.1"

0 commit comments

Comments
 (0)