Skip to content

Commit 9753ca8

Browse files
committed
chore: upgrade all deps to match peer ranges
1 parent 769a407 commit 9753ca8

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed

packages/eslint-config-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"@typescript-eslint/eslint-plugin": "^4.28.1",
21-
"@typescript-eslint/parser": "^4.29.2",
20+
"@typescript-eslint/eslint-plugin": "^4.29.3",
21+
"@typescript-eslint/parser": "^4.29.3",
2222
"eslint-config-airbnb": "^18.2.1",
2323
"eslint-config-airbnb-typescript": "^14.0.0",
24-
"eslint-config-prettier": "^8.1.0",
25-
"eslint-plugin-import": "^2.22.1",
24+
"eslint-config-prettier": "^8.3.0",
25+
"eslint-plugin-import": "^2.24.2",
2626
"eslint-plugin-jsx-a11y": "^6.4.1",
27-
"eslint-plugin-react": "^7.22.0",
27+
"eslint-plugin-react": "^7.24.0",
2828
"eslint-plugin-react-hooks": "^4.2.0"
2929
},
3030
"devDependencies": {
31-
"eslint": "^7.18.0"
31+
"eslint": "^7.32.0"
3232
},
3333
"peerDependencies": {
3434
"eslint": "7.x"

yarn.lock

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,6 +2503,11 @@
25032503
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
25042504
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
25052505

2506+
"@types/json5@^0.0.29":
2507+
version "0.0.29"
2508+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2509+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
2510+
25062511
"@types/minimatch@^3.0.3":
25072512
version "3.0.3"
25082513
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -2621,7 +2626,7 @@
26212626
dependencies:
26222627
"@types/yargs-parser" "*"
26232628

2624-
"@typescript-eslint/eslint-plugin@^4.28.1":
2629+
"@typescript-eslint/eslint-plugin@^4.29.3":
26252630
version "4.29.3"
26262631
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
26272632
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
@@ -2646,7 +2651,7 @@
26462651
eslint-scope "^5.1.1"
26472652
eslint-utils "^3.0.0"
26482653

2649-
"@typescript-eslint/parser@^4.29.2":
2654+
"@typescript-eslint/parser@^4.29.3":
26502655
version "4.29.3"
26512656
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
26522657
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
@@ -4027,7 +4032,7 @@ eslint-config-airbnb@^18.2.1:
40274032
object.assign "^4.1.2"
40284033
object.entries "^1.1.2"
40294034

4030-
eslint-config-prettier@^8.1.0:
4035+
eslint-config-prettier@^8.3.0:
40314036
version "8.3.0"
40324037
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
40334038
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
@@ -4048,10 +4053,10 @@ eslint-module-utils@^2.6.2:
40484053
debug "^3.2.7"
40494054
pkg-dir "^2.0.0"
40504055

4051-
eslint-plugin-import@^2.22.1:
4052-
version "2.24.1"
4053-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1.tgz#64aba8b567a1ba9921d5465586e86c491b8e2135"
4054-
integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==
4056+
eslint-plugin-import@^2.24.2:
4057+
version "2.24.2"
4058+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
4059+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
40554060
dependencies:
40564061
array-includes "^3.1.3"
40574062
array.prototype.flat "^1.2.4"
@@ -4067,7 +4072,7 @@ eslint-plugin-import@^2.22.1:
40674072
pkg-up "^2.0.0"
40684073
read-pkg-up "^3.0.0"
40694074
resolve "^1.20.0"
4070-
tsconfig-paths "^3.10.1"
4075+
tsconfig-paths "^3.11.0"
40714076

40724077
eslint-plugin-jsx-a11y@^6.4.1:
40734078
version "6.4.1"
@@ -4091,7 +4096,7 @@ eslint-plugin-react-hooks@^4.2.0:
40914096
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
40924097
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
40934098

4094-
eslint-plugin-react@^7.22.0:
4099+
eslint-plugin-react@^7.24.0:
40954100
version "7.24.0"
40964101
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
40974102
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
@@ -4141,7 +4146,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
41414146
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41424147
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41434148

4144-
eslint@^7.18.0:
4149+
eslint@^7.18.0, eslint@^7.32.0:
41454150
version "7.32.0"
41464151
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
41474152
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
@@ -5821,20 +5826,20 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
58215826
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
58225827
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
58235828

5829+
json5@^1.0.1:
5830+
version "1.0.1"
5831+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
5832+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
5833+
dependencies:
5834+
minimist "^1.2.0"
5835+
58245836
json5@^2.1.2:
58255837
version "2.1.3"
58265838
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
58275839
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
58285840
dependencies:
58295841
minimist "^1.2.5"
58305842

5831-
json5@^2.2.0:
5832-
version "2.2.0"
5833-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
5834-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
5835-
dependencies:
5836-
minimist "^1.2.5"
5837-
58385843
jsonfile@^6.0.1:
58395844
version "6.1.0"
58405845
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
@@ -8395,12 +8400,13 @@ trim-off-newlines@^1.0.0:
83958400
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
83968401
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
83978402

8398-
tsconfig-paths@^3.10.1:
8399-
version "3.10.1"
8400-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
8401-
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
8403+
tsconfig-paths@^3.11.0:
8404+
version "3.11.0"
8405+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
8406+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
84028407
dependencies:
8403-
json5 "^2.2.0"
8408+
"@types/json5" "^0.0.29"
8409+
json5 "^1.0.1"
84048410
minimist "^1.2.0"
84058411
strip-bom "^3.0.0"
84068412

0 commit comments

Comments
 (0)