Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit be627fa

Browse files
committed
1 parent 57da4d3 commit be627fa

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
100100
"babel-polyfill": "^6.26.0",
101101
"cssnano": "^4.1.10",
102-
"eslint": "^6.2.0",
102+
"eslint": "^6.2.2",
103103
"eslint-config-airbnb": "^18.0.1",
104104
"eslint-config-prettier": "^6.1.0",
105105
"eslint-plugin-import": "^2.18.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ acorn-globals@^4.1.0:
11721172
acorn "^6.0.1"
11731173
acorn-walk "^6.0.1"
11741174

1175-
acorn-jsx@^5.0.0:
1175+
acorn-jsx@^5.0.2:
11761176
version "5.0.2"
11771177
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
11781178
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
@@ -2732,10 +2732,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
27322732
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
27332733
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
27342734

2735-
eslint@^6.2.0:
2736-
version "6.2.1"
2737-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.1.tgz#66c2e4fe8b6356b9f01e828adc3ad04030122df1"
2738-
integrity sha512-ES7BzEzr0Q6m5TK9i+/iTpKjclXitOdDK4vT07OqbkBT2/VcN/gO9EL1C4HlK3TAOXYv2ItcmbVR9jO1MR0fJg==
2735+
eslint@^6.2.2:
2736+
version "6.2.2"
2737+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
2738+
integrity sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==
27392739
dependencies:
27402740
"@babel/code-frame" "^7.0.0"
27412741
ajv "^6.10.0"
@@ -2746,7 +2746,7 @@ eslint@^6.2.0:
27462746
eslint-scope "^5.0.0"
27472747
eslint-utils "^1.4.2"
27482748
eslint-visitor-keys "^1.1.0"
2749-
espree "^6.1.0"
2749+
espree "^6.1.1"
27502750
esquery "^1.0.1"
27512751
esutils "^2.0.2"
27522752
file-entry-cache "^5.0.1"
@@ -2775,13 +2775,13 @@ eslint@^6.2.0:
27752775
text-table "^0.2.0"
27762776
v8-compile-cache "^2.0.3"
27772777

2778-
espree@^6.1.0:
2779-
version "6.1.0"
2780-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.0.tgz#a1e8aa65bf29a331d70351ed814a80e7534e0884"
2781-
integrity sha512-boA7CHRLlVWUSg3iL5Kmlt/xT3Q+sXnKoRYYzj1YeM10A76TEJBbotV5pKbnK42hEUIr121zTv+QLRM5LsCPXQ==
2778+
espree@^6.1.1:
2779+
version "6.1.1"
2780+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
2781+
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
27822782
dependencies:
27832783
acorn "^7.0.0"
2784-
acorn-jsx "^5.0.0"
2784+
acorn-jsx "^5.0.2"
27852785
eslint-visitor-keys "^1.1.0"
27862786

27872787
esprima@^3.1.3:

0 commit comments

Comments
 (0)