Skip to content

Commit ba5886f

Browse files
renovate[bot]felixfbecker
authored andcommitted
fix(deps): update dependency eslint-plugin-react to ^7.16.0 (#19)
1 parent a020f84 commit ba5886f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-etc": "^0.0.1-beta.6",
4343
"eslint-plugin-import": "^2.18.2",
4444
"eslint-plugin-jsdoc": "^15.8.0",
45-
"eslint-plugin-react": "^7.14.3",
45+
"eslint-plugin-react": "^7.16.0",
4646
"eslint-plugin-react-hooks": "^1.6.1"
4747
}
4848
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,20 +1489,20 @@ eslint-plugin-react-hooks@^1.6.1:
14891489
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.1.tgz#3c66a5515ea3e0a221ffc5d4e75c971c217b1a4c"
14901490
integrity sha512-wHhmGJyVuijnYIJXZJHDUF2WM+rJYTjulUTqF9k61d3BTk8etydz+M4dXUVH7M76ZRS85rqBTCx0Es/lLsrjnA==
14911491

1492-
eslint-plugin-react@^7.14.3:
1493-
version "7.14.3"
1494-
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13"
1495-
integrity sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA==
1492+
eslint-plugin-react@^7.16.0:
1493+
version "7.16.0"
1494+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
1495+
integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==
14961496
dependencies:
14971497
array-includes "^3.0.3"
14981498
doctrine "^2.1.0"
14991499
has "^1.0.3"
1500-
jsx-ast-utils "^2.1.0"
1500+
jsx-ast-utils "^2.2.1"
15011501
object.entries "^1.1.0"
15021502
object.fromentries "^2.0.0"
15031503
object.values "^1.1.0"
15041504
prop-types "^15.7.2"
1505-
resolve "^1.10.1"
1505+
resolve "^1.12.0"
15061506

15071507
eslint-scope@^5.0.0:
15081508
version "5.0.0"
@@ -2447,9 +2447,9 @@ jsprim@^1.2.2:
24472447
json-schema "0.2.3"
24482448
verror "1.10.0"
24492449

2450-
jsx-ast-utils@^2.1.0:
2450+
jsx-ast-utils@^2.2.1:
24512451
version "2.2.1"
2452-
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
2452+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
24532453
integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
24542454
dependencies:
24552455
array-includes "^3.0.3"
@@ -4233,10 +4233,10 @@ resolve-global@1.0.0, resolve-global@^1.0.0:
42334233
dependencies:
42344234
global-dirs "^0.1.1"
42354235

4236-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.5.0:
4237-
version "1.11.1"
4238-
resolved "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
4239-
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
4236+
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.5.0:
4237+
version "1.12.0"
4238+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4239+
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
42404240
dependencies:
42414241
path-parse "^1.0.6"
42424242

0 commit comments

Comments
 (0)