Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 044efd7

Browse files
committed
[Dev Deps] update eslint
1 parent 90c8c47 commit 044efd7

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-preset-react": "^6.24.1",
4646
"browserify": "^16.5.0",
4747
"bundle-collapser": "^1.4.0",
48-
"eslint": "^8.5.0",
48+
"eslint": "^8.6.0",
4949
"in-publish": "^2.0.1",
5050
"jest": "^19.0.2",
5151
"react": "^15.7.0",

yarn.lock

+19-5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ acorn@^8.6.0:
8585
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
8686
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
8787

88+
acorn@^8.7.0:
89+
version "8.7.0"
90+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
91+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
92+
8893
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
8994
version "6.12.6"
9095
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1211,10 +1216,10 @@ eslint-visitor-keys@^3.1.0:
12111216
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
12121217
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
12131218

1214-
eslint@^8.5.0:
1215-
version "8.5.0"
1216-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.5.0.tgz#ddd2c1afd8f412036f87ae2a063d2aa296d3175f"
1217-
integrity sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==
1219+
eslint@^8.6.0:
1220+
version "8.6.0"
1221+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
1222+
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
12181223
dependencies:
12191224
"@eslint/eslintrc" "^1.0.5"
12201225
"@humanwhocodes/config-array" "^0.9.2"
@@ -1228,7 +1233,7 @@ eslint@^8.5.0:
12281233
eslint-scope "^7.1.0"
12291234
eslint-utils "^3.0.0"
12301235
eslint-visitor-keys "^3.1.0"
1231-
espree "^9.2.0"
1236+
espree "^9.3.0"
12321237
esquery "^1.4.0"
12331238
esutils "^2.0.2"
12341239
fast-deep-equal "^3.1.3"
@@ -1264,6 +1269,15 @@ espree@^9.2.0:
12641269
acorn-jsx "^5.3.1"
12651270
eslint-visitor-keys "^3.1.0"
12661271

1272+
espree@^9.3.0:
1273+
version "9.3.0"
1274+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
1275+
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
1276+
dependencies:
1277+
acorn "^8.7.0"
1278+
acorn-jsx "^5.3.1"
1279+
eslint-visitor-keys "^3.1.0"
1280+
12671281
esprima@^4.0.0, esprima@^4.0.1:
12681282
version "4.0.1"
12691283
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)