Skip to content

Commit a549e48

Browse files
committed
Update dependency @babel/core to v7.13.1
1 parent 59eff6e commit a549e48

File tree

2 files changed

+202
-2
lines changed

2 files changed

+202
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {},
2121
"devDependencies": {
22-
"@babel/core": "7.12.10",
22+
"@babel/core": "7.13.1",
2323
"@rollup/plugin-commonjs": "17.0.0",
2424
"@rollup/plugin-node-resolve": "11.1.0",
2525
"@storybook/addon-actions": "6.1.14",

yarn.lock

+201-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,46 @@
2323
dependencies:
2424
"@babel/highlight" "^7.10.4"
2525

26+
"@babel/code-frame@^7.12.13":
27+
version "7.12.13"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
29+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
30+
dependencies:
31+
"@babel/highlight" "^7.12.13"
32+
2633
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
2734
version "7.12.7"
2835
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
2936
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3037

31-
"@babel/core@7.12.10", "@babel/core@^7.12.3":
38+
"@babel/compat-data@^7.13.0":
39+
version "7.13.0"
40+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
41+
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
42+
43+
"@babel/core@7.13.1":
44+
version "7.13.1"
45+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf"
46+
integrity sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==
47+
dependencies:
48+
"@babel/code-frame" "^7.12.13"
49+
"@babel/generator" "^7.13.0"
50+
"@babel/helper-compilation-targets" "^7.13.0"
51+
"@babel/helper-module-transforms" "^7.13.0"
52+
"@babel/helpers" "^7.13.0"
53+
"@babel/parser" "^7.13.0"
54+
"@babel/template" "^7.12.13"
55+
"@babel/traverse" "^7.13.0"
56+
"@babel/types" "^7.13.0"
57+
convert-source-map "^1.7.0"
58+
debug "^4.1.0"
59+
gensync "^1.0.0-beta.2"
60+
json5 "^2.1.2"
61+
lodash "^4.17.19"
62+
semver "7.0.0"
63+
source-map "^0.5.0"
64+
65+
"@babel/core@^7.12.3":
3266
version "7.12.10"
3367
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
3468
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
@@ -67,6 +101,15 @@
67101
jsesc "^2.5.1"
68102
source-map "^0.5.0"
69103

104+
"@babel/generator@^7.13.0":
105+
version "7.13.0"
106+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c"
107+
integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw==
108+
dependencies:
109+
"@babel/types" "^7.13.0"
110+
jsesc "^2.5.1"
111+
source-map "^0.5.0"
112+
70113
"@babel/helper-annotate-as-pure@^7.10.1":
71114
version "7.10.1"
72115
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -116,6 +159,16 @@
116159
browserslist "^4.14.5"
117160
semver "^5.5.0"
118161

162+
"@babel/helper-compilation-targets@^7.13.0":
163+
version "7.13.0"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1"
165+
integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==
166+
dependencies:
167+
"@babel/compat-data" "^7.13.0"
168+
"@babel/helper-validator-option" "^7.12.17"
169+
browserslist "^4.14.5"
170+
semver "7.0.0"
171+
119172
"@babel/helper-create-class-features-plugin@^7.12.1":
120173
version "7.12.1"
121174
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
@@ -169,13 +222,29 @@
169222
"@babel/template" "^7.10.4"
170223
"@babel/types" "^7.10.4"
171224

225+
"@babel/helper-function-name@^7.12.13":
226+
version "7.12.13"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
228+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
229+
dependencies:
230+
"@babel/helper-get-function-arity" "^7.12.13"
231+
"@babel/template" "^7.12.13"
232+
"@babel/types" "^7.12.13"
233+
172234
"@babel/helper-get-function-arity@^7.10.4":
173235
version "7.10.4"
174236
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
175237
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
176238
dependencies:
177239
"@babel/types" "^7.10.4"
178240

241+
"@babel/helper-get-function-arity@^7.12.13":
242+
version "7.12.13"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
244+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
245+
dependencies:
246+
"@babel/types" "^7.12.13"
247+
179248
"@babel/helper-hoist-variables@^7.10.4":
180249
version "7.10.4"
181250
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -190,6 +259,13 @@
190259
dependencies:
191260
"@babel/types" "^7.12.7"
192261

262+
"@babel/helper-member-expression-to-functions@^7.13.0":
263+
version "7.13.0"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091"
265+
integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==
266+
dependencies:
267+
"@babel/types" "^7.13.0"
268+
193269
"@babel/helper-module-imports@^7.0.0":
194270
version "7.10.1"
195271
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
@@ -204,6 +280,13 @@
204280
dependencies:
205281
"@babel/types" "^7.12.5"
206282

283+
"@babel/helper-module-imports@^7.12.13":
284+
version "7.12.13"
285+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
286+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
287+
dependencies:
288+
"@babel/types" "^7.12.13"
289+
207290
"@babel/helper-module-transforms@^7.12.1":
208291
version "7.12.1"
209292
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
@@ -219,13 +302,35 @@
219302
"@babel/types" "^7.12.1"
220303
lodash "^4.17.19"
221304

305+
"@babel/helper-module-transforms@^7.13.0":
306+
version "7.13.0"
307+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
308+
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
309+
dependencies:
310+
"@babel/helper-module-imports" "^7.12.13"
311+
"@babel/helper-replace-supers" "^7.13.0"
312+
"@babel/helper-simple-access" "^7.12.13"
313+
"@babel/helper-split-export-declaration" "^7.12.13"
314+
"@babel/helper-validator-identifier" "^7.12.11"
315+
"@babel/template" "^7.12.13"
316+
"@babel/traverse" "^7.13.0"
317+
"@babel/types" "^7.13.0"
318+
lodash "^4.17.19"
319+
222320
"@babel/helper-optimise-call-expression@^7.10.4":
223321
version "7.12.7"
224322
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
225323
integrity sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==
226324
dependencies:
227325
"@babel/types" "^7.12.7"
228326

327+
"@babel/helper-optimise-call-expression@^7.12.13":
328+
version "7.12.13"
329+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
330+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
331+
dependencies:
332+
"@babel/types" "^7.12.13"
333+
229334
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0":
230335
version "7.10.1"
231336
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
@@ -262,13 +367,30 @@
262367
"@babel/traverse" "^7.12.5"
263368
"@babel/types" "^7.12.5"
264369

370+
"@babel/helper-replace-supers@^7.13.0":
371+
version "7.13.0"
372+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24"
373+
integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==
374+
dependencies:
375+
"@babel/helper-member-expression-to-functions" "^7.13.0"
376+
"@babel/helper-optimise-call-expression" "^7.12.13"
377+
"@babel/traverse" "^7.13.0"
378+
"@babel/types" "^7.13.0"
379+
265380
"@babel/helper-simple-access@^7.12.1":
266381
version "7.12.1"
267382
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
268383
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
269384
dependencies:
270385
"@babel/types" "^7.12.1"
271386

387+
"@babel/helper-simple-access@^7.12.13":
388+
version "7.12.13"
389+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
390+
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
391+
dependencies:
392+
"@babel/types" "^7.12.13"
393+
272394
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
273395
version "7.12.1"
274396
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -283,6 +405,13 @@
283405
dependencies:
284406
"@babel/types" "^7.11.0"
285407

408+
"@babel/helper-split-export-declaration@^7.12.13":
409+
version "7.12.13"
410+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
411+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
412+
dependencies:
413+
"@babel/types" "^7.12.13"
414+
286415
"@babel/helper-validator-identifier@^7.10.1":
287416
version "7.10.1"
288417
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
@@ -293,11 +422,21 @@
293422
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
294423
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
295424

425+
"@babel/helper-validator-identifier@^7.12.11":
426+
version "7.12.11"
427+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
428+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
429+
296430
"@babel/helper-validator-option@^7.12.1":
297431
version "7.12.1"
298432
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
299433
integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
300434

435+
"@babel/helper-validator-option@^7.12.17":
436+
version "7.12.17"
437+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
438+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
439+
301440
"@babel/helper-wrap-function@^7.10.4":
302441
version "7.12.3"
303442
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
@@ -317,6 +456,15 @@
317456
"@babel/traverse" "^7.12.5"
318457
"@babel/types" "^7.12.5"
319458

459+
"@babel/helpers@^7.13.0":
460+
version "7.13.0"
461+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
462+
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
463+
dependencies:
464+
"@babel/template" "^7.12.13"
465+
"@babel/traverse" "^7.13.0"
466+
"@babel/types" "^7.13.0"
467+
320468
"@babel/highlight@^7.10.1":
321469
version "7.10.1"
322470
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
@@ -335,11 +483,25 @@
335483
chalk "^2.0.0"
336484
js-tokens "^4.0.0"
337485

486+
"@babel/highlight@^7.12.13":
487+
version "7.12.13"
488+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
489+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
490+
dependencies:
491+
"@babel/helper-validator-identifier" "^7.12.11"
492+
chalk "^2.0.0"
493+
js-tokens "^4.0.0"
494+
338495
"@babel/parser@^7.12.10":
339496
version "7.12.10"
340497
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
341498
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
342499

500+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0":
501+
version "7.13.0"
502+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
503+
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
504+
343505
"@babel/parser@^7.12.7":
344506
version "7.12.7"
345507
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -1026,6 +1188,15 @@
10261188
"@babel/parser" "^7.12.7"
10271189
"@babel/types" "^7.12.7"
10281190

1191+
"@babel/template@^7.12.13":
1192+
version "7.12.13"
1193+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1194+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1195+
dependencies:
1196+
"@babel/code-frame" "^7.12.13"
1197+
"@babel/parser" "^7.12.13"
1198+
"@babel/types" "^7.12.13"
1199+
10291200
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.10":
10301201
version "7.12.10"
10311202
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
@@ -1056,6 +1227,21 @@
10561227
globals "^11.1.0"
10571228
lodash "^4.17.19"
10581229

1230+
"@babel/traverse@^7.13.0":
1231+
version "7.13.0"
1232+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1233+
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
1234+
dependencies:
1235+
"@babel/code-frame" "^7.12.13"
1236+
"@babel/generator" "^7.13.0"
1237+
"@babel/helper-function-name" "^7.12.13"
1238+
"@babel/helper-split-export-declaration" "^7.12.13"
1239+
"@babel/parser" "^7.13.0"
1240+
"@babel/types" "^7.13.0"
1241+
debug "^4.1.0"
1242+
globals "^11.1.0"
1243+
lodash "^4.17.19"
1244+
10591245
"@babel/types@^7.10.1", "@babel/types@^7.4.4":
10601246
version "7.10.2"
10611247
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
@@ -1083,6 +1269,15 @@
10831269
lodash "^4.17.19"
10841270
to-fast-properties "^2.0.0"
10851271

1272+
"@babel/types@^7.12.13", "@babel/types@^7.13.0":
1273+
version "7.13.0"
1274+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
1275+
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
1276+
dependencies:
1277+
"@babel/helper-validator-identifier" "^7.12.11"
1278+
lodash "^4.17.19"
1279+
to-fast-properties "^2.0.0"
1280+
10861281
"@emotion/cache@^10.0.27":
10871282
version "10.0.29"
10881283
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
@@ -4926,6 +5121,11 @@ gensync@^1.0.0-beta.1:
49265121
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
49275122
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
49285123

5124+
gensync@^1.0.0-beta.2:
5125+
version "1.0.0-beta.2"
5126+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
5127+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
5128+
49295129
get-value@^2.0.3, get-value@^2.0.6:
49305130
version "2.0.6"
49315131
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"

0 commit comments

Comments
 (0)