Skip to content

Commit f5e2635

Browse files
1 parent ac6ba06 commit f5e2635

File tree

1 file changed

+76
-16
lines changed

1 file changed

+76
-16
lines changed

yarn.lock

Lines changed: 76 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,17 +1200,17 @@
12001200
minimist "^1.2.0"
12011201

12021202
"@drivy/eslint-config@^1.0.1":
1203-
version "1.1.8"
1204-
resolved "https://registry.yarnpkg.com/@drivy/eslint-config/-/eslint-config-1.1.8.tgz#de30d860b63e6d755cf3ef65fa20be9baef7ae59"
1205-
integrity sha512-HtdgC163yLxyEbLmCBdax0xNAe2TyWd8B8gLFgB+0n9KoqNmL5t/TG/SpceW4DQVmvlNSpt8YcUBY+mZcM5RaA==
1203+
version "1.2.3"
1204+
resolved "https://registry.yarnpkg.com/@drivy/eslint-config/-/eslint-config-1.2.3.tgz#4c0bdd903705b7c722dbafd7eb76af11381eca8a"
1205+
integrity sha512-OlOj5W+Y+V2vsv+FHuPhkIE8ufZrnOgUIfh1NGTY24QqJR6FVC1Sf4USWD4L16+6quYviJkZZLoUCDDconjyWQ==
12061206
dependencies:
1207-
"@typescript-eslint/eslint-plugin" "^2.22.0"
1208-
"@typescript-eslint/parser" "^2.22.0"
1207+
"@typescript-eslint/eslint-plugin" "3.10.1"
1208+
"@typescript-eslint/parser" "3.10.1"
12091209
babel-eslint "^10.1.0"
12101210
eslint "^6.8.0"
1211-
eslint-config-prettier "^6.10.0"
1212-
eslint-plugin-prettier "^3.1.2"
1213-
eslint-plugin-react-hooks "^2.5.0"
1211+
eslint-config-prettier "^6.11.0"
1212+
eslint-plugin-prettier "^3.1.4"
1213+
eslint-plugin-react-hooks "^4.1.0"
12141214

12151215
"@istanbuljs/load-nyc-config@^1.0.0":
12161216
version "1.1.0"
@@ -1632,7 +1632,19 @@
16321632
dependencies:
16331633
"@types/yargs-parser" "*"
16341634

1635-
"@typescript-eslint/eslint-plugin@^2.0.0", "@typescript-eslint/eslint-plugin@^2.22.0":
1635+
"@typescript-eslint/[email protected]":
1636+
version "3.10.1"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1638+
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
1639+
dependencies:
1640+
"@typescript-eslint/experimental-utils" "3.10.1"
1641+
debug "^4.1.1"
1642+
functional-red-black-tree "^1.0.1"
1643+
regexpp "^3.0.0"
1644+
semver "^7.3.2"
1645+
tsutils "^3.17.1"
1646+
1647+
"@typescript-eslint/eslint-plugin@^2.0.0":
16361648
version "2.34.0"
16371649
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
16381650
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
@@ -1652,7 +1664,29 @@
16521664
eslint-scope "^5.0.0"
16531665
eslint-utils "^2.0.0"
16541666

1655-
"@typescript-eslint/parser@^2.0.0", "@typescript-eslint/parser@^2.22.0":
1667+
"@typescript-eslint/[email protected]":
1668+
version "3.10.1"
1669+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1670+
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
1671+
dependencies:
1672+
"@types/json-schema" "^7.0.3"
1673+
"@typescript-eslint/types" "3.10.1"
1674+
"@typescript-eslint/typescript-estree" "3.10.1"
1675+
eslint-scope "^5.0.0"
1676+
eslint-utils "^2.0.0"
1677+
1678+
"@typescript-eslint/[email protected]":
1679+
version "3.10.1"
1680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
1681+
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
1682+
dependencies:
1683+
"@types/eslint-visitor-keys" "^1.0.0"
1684+
"@typescript-eslint/experimental-utils" "3.10.1"
1685+
"@typescript-eslint/types" "3.10.1"
1686+
"@typescript-eslint/typescript-estree" "3.10.1"
1687+
eslint-visitor-keys "^1.1.0"
1688+
1689+
"@typescript-eslint/parser@^2.0.0":
16561690
version "2.34.0"
16571691
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
16581692
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
@@ -1662,6 +1696,11 @@
16621696
"@typescript-eslint/typescript-estree" "2.34.0"
16631697
eslint-visitor-keys "^1.1.0"
16641698

1699+
"@typescript-eslint/[email protected]":
1700+
version "3.10.1"
1701+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1702+
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
1703+
16651704
"@typescript-eslint/[email protected]":
16661705
version "2.34.0"
16671706
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -1675,6 +1714,27 @@
16751714
semver "^7.3.2"
16761715
tsutils "^3.17.1"
16771716

1717+
"@typescript-eslint/[email protected]":
1718+
version "3.10.1"
1719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1720+
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
1721+
dependencies:
1722+
"@typescript-eslint/types" "3.10.1"
1723+
"@typescript-eslint/visitor-keys" "3.10.1"
1724+
debug "^4.1.1"
1725+
glob "^7.1.6"
1726+
is-glob "^4.0.1"
1727+
lodash "^4.17.15"
1728+
semver "^7.3.2"
1729+
tsutils "^3.17.1"
1730+
1731+
"@typescript-eslint/[email protected]":
1732+
version "3.10.1"
1733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1734+
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
1735+
dependencies:
1736+
eslint-visitor-keys "^1.1.0"
1737+
16781738
abab@^2.0.3:
16791739
version "2.0.4"
16801740
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"
@@ -2863,7 +2923,7 @@ escodegen@^1.14.1:
28632923
optionalDependencies:
28642924
source-map "~0.6.1"
28652925

2866-
eslint-config-prettier@^6.0.0, eslint-config-prettier@^6.10.0:
2926+
eslint-config-prettier@^6.0.0, eslint-config-prettier@^6.11.0:
28672927
version "6.11.0"
28682928
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1"
28692929
integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==
@@ -2877,17 +2937,17 @@ eslint-plugin-jest@^23.1.1:
28772937
dependencies:
28782938
"@typescript-eslint/experimental-utils" "^2.5.0"
28792939

2880-
eslint-plugin-prettier@^3.1.0, eslint-plugin-prettier@^3.1.2:
2940+
eslint-plugin-prettier@^3.1.0, eslint-plugin-prettier@^3.1.4:
28812941
version "3.1.4"
28822942
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2"
28832943
integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg==
28842944
dependencies:
28852945
prettier-linter-helpers "^1.0.0"
28862946

2887-
eslint-plugin-react-hooks@^2.5.0:
2888-
version "2.5.0"
2889-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.0.tgz#c50ab7ca5945ce6d1cf8248d9e185c80b54171b6"
2890-
integrity sha512-bzvdX47Jx847bgAYf0FPX3u1oxU+mKU8tqrpj4UX9A96SbAmj/HVEefEy6rJUog5u8QIlOPTKZcBpGn5kkKfAQ==
2947+
eslint-plugin-react-hooks@^4.1.0:
2948+
version "4.1.0"
2949+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz#6323fbd5e650e84b2987ba76370523a60f4e7925"
2950+
integrity sha512-36zilUcDwDReiORXmcmTc6rRumu9JIM3WjSvV0nclHoUQ0CNrX866EwONvLR/UqaeqFutbAnVu8PEmctdo2SRQ==
28912951

28922952
eslint-scope@^5.0.0:
28932953
version "5.0.0"

0 commit comments

Comments
 (0)