Skip to content

Commit cede34e

Browse files
committed
chore(deps): update typescript-eslint monorepo to v3.10.1
1 parent b95a9fd commit cede34e

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/resolve-pkg": "2.0.0",
4646
"@types/webpack": "4.41.21",
4747
"@types/webpack-dev-server": "3.11.0",
48-
"@typescript-eslint/eslint-plugin": "3.9.1",
49-
"@typescript-eslint/parser": "3.9.1",
48+
"@typescript-eslint/eslint-plugin": "3.10.1",
49+
"@typescript-eslint/parser": "3.10.1",
5050
"autoprefixer": "9.8.6",
5151
"babel-loader": "8.1.0",
5252
"clean-webpack-plugin": "3.0.0",

yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,63 +2779,63 @@
27792779
dependencies:
27802780
"@types/yargs-parser" "*"
27812781

2782-
"@typescript-eslint/eslint-plugin@3.9.1":
2783-
version "3.9.1"
2784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
2785-
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
2782+
"@typescript-eslint/eslint-plugin@3.10.1":
2783+
version "3.10.1"
2784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
2785+
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
27862786
dependencies:
2787-
"@typescript-eslint/experimental-utils" "3.9.1"
2787+
"@typescript-eslint/experimental-utils" "3.10.1"
27882788
debug "^4.1.1"
27892789
functional-red-black-tree "^1.0.1"
27902790
regexpp "^3.0.0"
27912791
semver "^7.3.2"
27922792
tsutils "^3.17.1"
27932793

2794-
"@typescript-eslint/experimental-utils@3.9.1":
2795-
version "3.9.1"
2796-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
2797-
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
2794+
"@typescript-eslint/experimental-utils@3.10.1":
2795+
version "3.10.1"
2796+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2797+
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
27982798
dependencies:
27992799
"@types/json-schema" "^7.0.3"
2800-
"@typescript-eslint/types" "3.9.1"
2801-
"@typescript-eslint/typescript-estree" "3.9.1"
2800+
"@typescript-eslint/types" "3.10.1"
2801+
"@typescript-eslint/typescript-estree" "3.10.1"
28022802
eslint-scope "^5.0.0"
28032803
eslint-utils "^2.0.0"
28042804

2805-
"@typescript-eslint/parser@3.9.1":
2806-
version "3.9.1"
2807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.1.tgz#ab7983abaea0ae138ff5671c7c7739d8a191b181"
2808-
integrity sha512-y5QvPFUn4Vl4qM40lI+pNWhTcOWtpZAJ8pOEQ21fTTW4xTJkRplMjMRje7LYTXqVKKX9GJhcyweMz2+W1J5bMg==
2805+
"@typescript-eslint/parser@3.10.1":
2806+
version "3.10.1"
2807+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
2808+
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
28092809
dependencies:
28102810
"@types/eslint-visitor-keys" "^1.0.0"
2811-
"@typescript-eslint/experimental-utils" "3.9.1"
2812-
"@typescript-eslint/types" "3.9.1"
2813-
"@typescript-eslint/typescript-estree" "3.9.1"
2811+
"@typescript-eslint/experimental-utils" "3.10.1"
2812+
"@typescript-eslint/types" "3.10.1"
2813+
"@typescript-eslint/typescript-estree" "3.10.1"
28142814
eslint-visitor-keys "^1.1.0"
28152815

2816-
"@typescript-eslint/types@3.9.1":
2817-
version "3.9.1"
2818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
2819-
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
2816+
"@typescript-eslint/types@3.10.1":
2817+
version "3.10.1"
2818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2819+
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
28202820

2821-
"@typescript-eslint/typescript-estree@3.9.1":
2822-
version "3.9.1"
2823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
2824-
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
2821+
"@typescript-eslint/typescript-estree@3.10.1":
2822+
version "3.10.1"
2823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2824+
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
28252825
dependencies:
2826-
"@typescript-eslint/types" "3.9.1"
2827-
"@typescript-eslint/visitor-keys" "3.9.1"
2826+
"@typescript-eslint/types" "3.10.1"
2827+
"@typescript-eslint/visitor-keys" "3.10.1"
28282828
debug "^4.1.1"
28292829
glob "^7.1.6"
28302830
is-glob "^4.0.1"
28312831
lodash "^4.17.15"
28322832
semver "^7.3.2"
28332833
tsutils "^3.17.1"
28342834

2835-
"@typescript-eslint/visitor-keys@3.9.1":
2836-
version "3.9.1"
2837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
2838-
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
2835+
"@typescript-eslint/visitor-keys@3.10.1":
2836+
version "3.10.1"
2837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2838+
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
28392839
dependencies:
28402840
eslint-visitor-keys "^1.1.0"
28412841

0 commit comments

Comments
 (0)