Skip to content

Commit 489dc73

Browse files
⬆️ Bump deps
1 parent 418fa92 commit 489dc73

File tree

2 files changed

+60
-51
lines changed

2 files changed

+60
-51
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"node": ">=16"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^18.0.6",
25+
"@types/react": "^18.0.12",
2626
"@types/react-dom": "^18.0.2",
27-
"@typescript-eslint/eslint-plugin": "^5.26.0",
28-
"@typescript-eslint/parser": "^5.26.0",
27+
"@typescript-eslint/eslint-plugin": "^5.27.1",
28+
"@typescript-eslint/parser": "^5.27.1",
2929
"copyfiles": "^2.4.1",
3030
"eslint": "7.32.0",
3131
"eslint-plugin-react": "^7.30.0",

yarn.lock

+57-48
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
dependencies:
136136
"@types/react" "*"
137137

138-
"@types/react@*", "@types/react@^18.0.6":
138+
"@types/react@*":
139139
version "18.0.9"
140140
resolved "https://registry.npmjs.org/@types/react/-/react-18.0.9.tgz"
141141
integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==
@@ -144,6 +144,15 @@
144144
"@types/scheduler" "*"
145145
csstype "^3.0.2"
146146

147+
"@types/react@^18.0.12":
148+
version "18.0.12"
149+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.12.tgz#cdaa209d0a542b3fcf69cf31a03976ec4cdd8840"
150+
integrity sha512-duF1OTASSBQtcigUvhuiTB1Ya3OvSy+xORCiEf20H0P0lzx+/KeVsA99U5UjLXSbyo1DRJDlLKqTeM1ngosqtg==
151+
dependencies:
152+
"@types/prop-types" "*"
153+
"@types/scheduler" "*"
154+
csstype "^3.0.2"
155+
147156
"@types/scheduler@*":
148157
version "0.16.2"
149158
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
@@ -156,84 +165,84 @@
156165
dependencies:
157166
source-map "^0.6.1"
158167

159-
"@typescript-eslint/eslint-plugin@^5.26.0":
160-
version "5.26.0"
161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
162-
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
168+
"@typescript-eslint/eslint-plugin@^5.27.1":
169+
version "5.27.1"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758"
171+
integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==
163172
dependencies:
164-
"@typescript-eslint/scope-manager" "5.26.0"
165-
"@typescript-eslint/type-utils" "5.26.0"
166-
"@typescript-eslint/utils" "5.26.0"
173+
"@typescript-eslint/scope-manager" "5.27.1"
174+
"@typescript-eslint/type-utils" "5.27.1"
175+
"@typescript-eslint/utils" "5.27.1"
167176
debug "^4.3.4"
168177
functional-red-black-tree "^1.0.1"
169178
ignore "^5.2.0"
170179
regexpp "^3.2.0"
171180
semver "^7.3.7"
172181
tsutils "^3.21.0"
173182

174-
"@typescript-eslint/parser@^5.26.0":
175-
version "5.26.0"
176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
177-
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
183+
"@typescript-eslint/parser@^5.27.1":
184+
version "5.27.1"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
186+
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
178187
dependencies:
179-
"@typescript-eslint/scope-manager" "5.26.0"
180-
"@typescript-eslint/types" "5.26.0"
181-
"@typescript-eslint/typescript-estree" "5.26.0"
188+
"@typescript-eslint/scope-manager" "5.27.1"
189+
"@typescript-eslint/types" "5.27.1"
190+
"@typescript-eslint/typescript-estree" "5.27.1"
182191
debug "^4.3.4"
183192

184-
"@typescript-eslint/scope-manager@5.26.0":
185-
version "5.26.0"
186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
187-
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
193+
"@typescript-eslint/scope-manager@5.27.1":
194+
version "5.27.1"
195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
196+
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
188197
dependencies:
189-
"@typescript-eslint/types" "5.26.0"
190-
"@typescript-eslint/visitor-keys" "5.26.0"
198+
"@typescript-eslint/types" "5.27.1"
199+
"@typescript-eslint/visitor-keys" "5.27.1"
191200

192-
"@typescript-eslint/type-utils@5.26.0":
193-
version "5.26.0"
194-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
195-
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
201+
"@typescript-eslint/type-utils@5.27.1":
202+
version "5.27.1"
203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166"
204+
integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==
196205
dependencies:
197-
"@typescript-eslint/utils" "5.26.0"
206+
"@typescript-eslint/utils" "5.27.1"
198207
debug "^4.3.4"
199208
tsutils "^3.21.0"
200209

201-
"@typescript-eslint/types@5.26.0":
202-
version "5.26.0"
203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
204-
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
210+
"@typescript-eslint/types@5.27.1":
211+
version "5.27.1"
212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
213+
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
205214

206-
"@typescript-eslint/typescript-estree@5.26.0":
207-
version "5.26.0"
208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
209-
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
215+
"@typescript-eslint/typescript-estree@5.27.1":
216+
version "5.27.1"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
218+
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
210219
dependencies:
211-
"@typescript-eslint/types" "5.26.0"
212-
"@typescript-eslint/visitor-keys" "5.26.0"
220+
"@typescript-eslint/types" "5.27.1"
221+
"@typescript-eslint/visitor-keys" "5.27.1"
213222
debug "^4.3.4"
214223
globby "^11.1.0"
215224
is-glob "^4.0.3"
216225
semver "^7.3.7"
217226
tsutils "^3.21.0"
218227

219-
"@typescript-eslint/utils@5.26.0":
220-
version "5.26.0"
221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
222-
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
228+
"@typescript-eslint/utils@5.27.1":
229+
version "5.27.1"
230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
231+
integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==
223232
dependencies:
224233
"@types/json-schema" "^7.0.9"
225-
"@typescript-eslint/scope-manager" "5.26.0"
226-
"@typescript-eslint/types" "5.26.0"
227-
"@typescript-eslint/typescript-estree" "5.26.0"
234+
"@typescript-eslint/scope-manager" "5.27.1"
235+
"@typescript-eslint/types" "5.27.1"
236+
"@typescript-eslint/typescript-estree" "5.27.1"
228237
eslint-scope "^5.1.1"
229238
eslint-utils "^3.0.0"
230239

231-
"@typescript-eslint/visitor-keys@5.26.0":
232-
version "5.26.0"
233-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
234-
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
240+
"@typescript-eslint/visitor-keys@5.27.1":
241+
version "5.27.1"
242+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
243+
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
235244
dependencies:
236-
"@typescript-eslint/types" "5.26.0"
245+
"@typescript-eslint/types" "5.27.1"
237246
eslint-visitor-keys "^3.3.0"
238247

239248
acorn-jsx@^5.3.1:

0 commit comments

Comments
 (0)