Skip to content

Commit d91fa5a

Browse files
committed
chore(minor-deps): update dependency eslint to ^7.18.0
1 parent 4d06a04 commit d91fa5a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rollup/plugin-node-resolve": "^11.0.1",
1616
"builtin-modules": "^3.2.0",
1717
"cross-env": "^7.0.3",
18-
"eslint": "^7.17.0",
18+
"eslint": "^7.18.0",
1919
"eslint-formatter-gitlab": "^2.1.0",
2020
"husky": "^4.3.6",
2121
"jest": "^26.6.3",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.12.10",
23-
"eslint": "^7.17.0"
23+
"eslint": "^7.18.0"
2424
},
2525
"peerDependencies": {
2626
"@babel/core": "7.x",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,10 @@
11091109
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
11101110
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
11111111

1112-
"@eslint/eslintrc@^0.2.2":
1113-
version "0.2.2"
1114-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
1115-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
1112+
"@eslint/eslintrc@^0.3.0":
1113+
version "0.3.0"
1114+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1115+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
11161116
dependencies:
11171117
ajv "^6.12.4"
11181118
debug "^4.1.1"
@@ -1121,7 +1121,7 @@
11211121
ignore "^4.0.6"
11221122
import-fresh "^3.2.1"
11231123
js-yaml "^3.13.1"
1124-
lodash "^4.17.19"
1124+
lodash "^4.17.20"
11251125
minimatch "^3.0.4"
11261126
strip-json-comments "^3.1.1"
11271127

@@ -4220,13 +4220,13 @@ eslint-visitor-keys@^2.0.0:
42204220
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
42214221
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
42224222

4223-
eslint@^7.17.0:
4224-
version "7.17.0"
4225-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
4226-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
4223+
eslint@^7.18.0:
4224+
version "7.18.0"
4225+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
4226+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
42274227
dependencies:
42284228
"@babel/code-frame" "^7.0.0"
4229-
"@eslint/eslintrc" "^0.2.2"
4229+
"@eslint/eslintrc" "^0.3.0"
42304230
ajv "^6.10.0"
42314231
chalk "^4.0.0"
42324232
cross-spawn "^7.0.2"
@@ -4250,7 +4250,7 @@ eslint@^7.17.0:
42504250
js-yaml "^3.13.1"
42514251
json-stable-stringify-without-jsonify "^1.0.1"
42524252
levn "^0.4.1"
4253-
lodash "^4.17.19"
4253+
lodash "^4.17.20"
42544254
minimatch "^3.0.4"
42554255
natural-compare "^1.4.0"
42564256
optionator "^0.9.1"

0 commit comments

Comments
 (0)