Skip to content

Commit aa11db9

Browse files
committed
chore(deps): update typescript-eslint monorepo to v3.9.0
1 parent 12075ac commit aa11db9

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
@@ -36,8 +36,8 @@
3636
"@types/resolve-pkg": "2.0.0",
3737
"@types/webpack": "4.41.21",
3838
"@types/webpack-dev-server": "3.11.0",
39-
"@typescript-eslint/eslint-plugin": "3.5.0",
40-
"@typescript-eslint/parser": "3.5.0",
39+
"@typescript-eslint/eslint-plugin": "3.9.0",
40+
"@typescript-eslint/parser": "3.9.0",
4141
"autoprefixer": "9.8.6",
4242
"babel-loader": "8.1.0",
4343
"clean-webpack-plugin": "3.0.0",

yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,63 +2753,63 @@
27532753
dependencies:
27542754
"@types/yargs-parser" "*"
27552755

2756-
"@typescript-eslint/eslint-plugin@3.5.0":
2757-
version "3.5.0"
2758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.5.0.tgz#e7736e0808b5fb947a5f9dd949ae6736a7226b84"
2759-
integrity sha512-m4erZ8AkSjoIUOf8s4k2V1xdL2c1Vy0D3dN6/jC9d7+nEqjY3gxXCkgi3gW/GAxPaA4hV8biaCoTVdQmfAeTCQ==
2756+
"@typescript-eslint/eslint-plugin@3.9.0":
2757+
version "3.9.0"
2758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.0.tgz#0fe529b33d63c9a94f7503ca2bb12c84b9477ff3"
2759+
integrity sha512-UD6b4p0/hSe1xdTvRCENSx7iQ+KR6ourlZFfYuPC7FlXEzdHuLPrEmuxZ23b2zW96KJX9Z3w05GE/wNOiEzrVg==
27602760
dependencies:
2761-
"@typescript-eslint/experimental-utils" "3.5.0"
2761+
"@typescript-eslint/experimental-utils" "3.9.0"
27622762
debug "^4.1.1"
27632763
functional-red-black-tree "^1.0.1"
27642764
regexpp "^3.0.0"
27652765
semver "^7.3.2"
27662766
tsutils "^3.17.1"
27672767

2768-
"@typescript-eslint/experimental-utils@3.5.0":
2769-
version "3.5.0"
2770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.5.0.tgz#d09f9ffb890d1b15a7ffa9975fae92eee05597c4"
2771-
integrity sha512-zGNOrVi5Wz0jcjUnFZ6QUD0MCox5hBuVwemGCew2qJzUX5xPoyR+0EzS5qD5qQXL/vnQ8Eu+nv03tpeFRwLrDg==
2768+
"@typescript-eslint/experimental-utils@3.9.0":
2769+
version "3.9.0"
2770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.0.tgz#3171d8ddba0bf02a8c2034188593630914fcf5ee"
2771+
integrity sha512-/vSHUDYizSOhrOJdjYxPNGfb4a3ibO8zd4nUKo/QBFOmxosT3cVUV7KIg8Dwi6TXlr667G7YPqFK9+VSZOorNA==
27722772
dependencies:
27732773
"@types/json-schema" "^7.0.3"
2774-
"@typescript-eslint/types" "3.5.0"
2775-
"@typescript-eslint/typescript-estree" "3.5.0"
2774+
"@typescript-eslint/types" "3.9.0"
2775+
"@typescript-eslint/typescript-estree" "3.9.0"
27762776
eslint-scope "^5.0.0"
27772777
eslint-utils "^2.0.0"
27782778

2779-
"@typescript-eslint/parser@3.5.0":
2780-
version "3.5.0"
2781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.5.0.tgz#9ff8c11877c48df24e10e19d7bf542ee0359500d"
2782-
integrity sha512-sU07VbYB70WZHtgOjH/qfAp1+OwaWgrvD1Km1VXqRpcVxt971PMTU7gJtlrCje0M+Sdz7xKAbtiyIu+Y6QdnVA==
2779+
"@typescript-eslint/parser@3.9.0":
2780+
version "3.9.0"
2781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.0.tgz#344978a265d9a5c7c8f13e62c78172a4374dabea"
2782+
integrity sha512-rDHOKb6uW2jZkHQniUQVZkixQrfsZGUCNWWbKWep4A5hGhN5dLHMUCNAWnC4tXRlHedXkTDptIpxs6e4Pz8UfA==
27832783
dependencies:
27842784
"@types/eslint-visitor-keys" "^1.0.0"
2785-
"@typescript-eslint/experimental-utils" "3.5.0"
2786-
"@typescript-eslint/types" "3.5.0"
2787-
"@typescript-eslint/typescript-estree" "3.5.0"
2785+
"@typescript-eslint/experimental-utils" "3.9.0"
2786+
"@typescript-eslint/types" "3.9.0"
2787+
"@typescript-eslint/typescript-estree" "3.9.0"
27882788
eslint-visitor-keys "^1.1.0"
27892789

2790-
"@typescript-eslint/types@3.5.0":
2791-
version "3.5.0"
2792-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.5.0.tgz#4e3d2a2272268d8ec3e3e4a37152a64956682639"
2793-
integrity sha512-Dreqb5idi66VVs1QkbAwVeDmdJG+sDtofJtKwKCZXIaBsINuCN7Jv5eDIHrS0hFMMiOvPH9UuOs4splW0iZe4Q==
2790+
"@typescript-eslint/types@3.9.0":
2791+
version "3.9.0"
2792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.0.tgz#be9d0aa451e1bf3ce99f2e6920659e5b2e6bfe18"
2793+
integrity sha512-rb6LDr+dk9RVVXO/NJE8dT1pGlso3voNdEIN8ugm4CWM5w5GimbThCMiMl4da1t5u3YwPWEwOnKAULCZgBtBHg==
27942794

2795-
"@typescript-eslint/typescript-estree@3.5.0":
2796-
version "3.5.0"
2797-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.5.0.tgz#dfc895db21a381b84f24c2a719f5bf9c600dcfdc"
2798-
integrity sha512-Na71ezI6QP5WVR4EHxwcBJgYiD+Sre9BZO5iJK2QhrmRPo/42+b0no/HZIrdD1sjghzlYv7t+7Jis05M1uMxQg==
2795+
"@typescript-eslint/typescript-estree@3.9.0":
2796+
version "3.9.0"
2797+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.0.tgz#c6abbb50fa0d715cab46fef67ca6378bf2eaca13"
2798+
integrity sha512-N+158NKgN4rOmWVfvKOMoMFV5n8XxAliaKkArm/sOypzQ0bUL8MSnOEBW3VFIeffb/K5ce/cAV0yYhR7U4ALAA==
27992799
dependencies:
2800-
"@typescript-eslint/types" "3.5.0"
2801-
"@typescript-eslint/visitor-keys" "3.5.0"
2800+
"@typescript-eslint/types" "3.9.0"
2801+
"@typescript-eslint/visitor-keys" "3.9.0"
28022802
debug "^4.1.1"
28032803
glob "^7.1.6"
28042804
is-glob "^4.0.1"
28052805
lodash "^4.17.15"
28062806
semver "^7.3.2"
28072807
tsutils "^3.17.1"
28082808

2809-
"@typescript-eslint/visitor-keys@3.5.0":
2810-
version "3.5.0"
2811-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.5.0.tgz#73c1ea2582f814735e4afdc1cf6f5e3af78db60a"
2812-
integrity sha512-7cTp9rcX2sz9Z+zua9MCOX4cqp5rYyFD5o8LlbSpXrMTXoRdngTtotRZEkm8+FNMHPWYFhitFK+qt/brK8BVJQ==
2809+
"@typescript-eslint/visitor-keys@3.9.0":
2810+
version "3.9.0"
2811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.0.tgz#44de8e1b1df67adaf3b94d6b60b80f8faebc8dd3"
2812+
integrity sha512-O1qeoGqDbu0EZUC/MZ6F1WHTIzcBVhGqDj3LhTnj65WUA548RXVxUHbYhAW9bZWfb2rnX9QsbbP5nmeJ5Z4+ng==
28132813
dependencies:
28142814
eslint-visitor-keys "^1.1.0"
28152815

0 commit comments

Comments
 (0)