Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit ce581f1

Browse files
committed
chore(deps): update babel monorepo
1 parent 618d30a commit ce581f1

File tree

9 files changed

+137
-64
lines changed

9 files changed

+137
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"validate-npm-package-name": "3.0.0"
5555
},
5656
"devDependencies": {
57-
"babel-eslint": "10.0.3",
57+
"babel-eslint": "10.1.0",
5858
"conventional-changelog-cli": "2.0.31",
5959
"doctoc": "1.4.0",
6060
"eslint": "6.7.2",

src/templates/Autocomplete.js 0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"autocomplete.js": "{{libraryVersion}}"
1414
},
1515
"devDependencies": {
16-
"babel-eslint": "10.0.2",
16+
"babel-eslint": "10.1.0",
1717
"eslint": "6.8.0",
1818
"eslint-config-algolia": "15.0.0",
1919
"eslint-config-prettier": "6.10.0",

src/templates/InstantSearch.js 2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "npm run lint -- --fix"
1111
},
1212
"devDependencies": {
13-
"babel-eslint": "10.0.2",
13+
"babel-eslint": "10.1.0",
1414
"eslint": "5.7.0",
1515
"eslint-config-algolia": "13.2.3",
1616
"eslint-config-prettier": "3.6.0",

src/templates/JavaScript Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"algoliasearch": "{{libraryVersion}}"
1414
},
1515
"devDependencies": {
16-
"babel-eslint": "10.0.2",
16+
"babel-eslint": "10.1.0",
1717
"eslint": "5.7.0",
1818
"eslint-config-algolia": "13.2.3",
1919
"eslint-config-prettier": "3.6.0",

src/templates/JavaScript Helper 2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"algoliasearch-helper": "{{libraryVersion}}"
1515
},
1616
"devDependencies": {
17-
"babel-eslint": "10.0.3",
17+
"babel-eslint": "10.1.0",
1818
"eslint": "5.7.0",
1919
"eslint-config-algolia": "13.2.3",
2020
"eslint-config-prettier": "3.6.0",

src/templates/JavaScript Helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"algoliasearch-helper": "{{libraryVersion}}"
1515
},
1616
"devDependencies": {
17-
"babel-eslint": "10.0.3",
17+
"babel-eslint": "10.1.0",
1818
"eslint": "5.7.0",
1919
"eslint-config-algolia": "13.2.3",
2020
"eslint-config-prettier": "3.6.0",

src/templates/React InstantSearch Native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-native": "0.64.3"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "7.16.5",
21+
"@babel/core": "7.18.0",
2222
"babel-preset-expo": "9.0.2",
2323
"eslint": "8.5.0",
2424
"eslint-config-algolia": "20.0.0",

src/templates/Vue InstantSearch 1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@vue/cli-plugin-babel": "3.6.0",
1818
"@vue/cli-plugin-eslint": "3.6.0",
1919
"@vue/cli-service": "3.6.0",
20-
"babel-eslint": "10.0.2",
20+
"babel-eslint": "10.1.0",
2121
"eslint": "5.7.0",
2222
"eslint-config-algolia": "13.2.3",
2323
"eslint-config-prettier": "4.1.0",

yarn.lock

Lines changed: 129 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@
112112
dependencies:
113113
"@babel/highlight" "^7.0.0"
114114

115+
"@babel/code-frame@^7.16.7":
116+
version "7.16.7"
117+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
118+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
119+
dependencies:
120+
"@babel/highlight" "^7.16.7"
121+
115122
"@babel/code-frame@^7.8.3":
116123
version "7.8.3"
117124
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
@@ -160,15 +167,14 @@
160167
semver "^5.4.1"
161168
source-map "^0.5.0"
162169

163-
"@babel/generator@^7.0.0":
164-
version "7.0.0"
165-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
170+
"@babel/generator@^7.18.0":
171+
version "7.18.0"
172+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
173+
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
166174
dependencies:
167-
"@babel/types" "^7.0.0"
175+
"@babel/types" "^7.18.0"
176+
"@jridgewell/gen-mapping" "^0.3.0"
168177
jsesc "^2.5.1"
169-
lodash "^4.17.10"
170-
source-map "^0.5.0"
171-
trim-right "^1.0.1"
172178

173179
"@babel/generator@^7.4.0":
174180
version "7.4.0"
@@ -191,13 +197,12 @@
191197
lodash "^4.17.13"
192198
source-map "^0.5.0"
193199

194-
"@babel/helper-function-name@^7.0.0":
195-
version "7.0.0"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
200+
"@babel/helper-environment-visitor@^7.16.7":
201+
version "7.16.7"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
203+
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
197204
dependencies:
198-
"@babel/helper-get-function-arity" "^7.0.0"
199-
"@babel/template" "^7.0.0"
200-
"@babel/types" "^7.0.0"
205+
"@babel/types" "^7.16.7"
201206

202207
"@babel/helper-function-name@^7.1.0":
203208
version "7.1.0"
@@ -208,6 +213,14 @@
208213
"@babel/template" "^7.1.0"
209214
"@babel/types" "^7.0.0"
210215

216+
"@babel/helper-function-name@^7.17.9":
217+
version "7.17.9"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
219+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
220+
dependencies:
221+
"@babel/template" "^7.16.7"
222+
"@babel/types" "^7.17.0"
223+
211224
"@babel/helper-function-name@^7.8.3":
212225
version "7.8.3"
213226
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
@@ -230,6 +243,13 @@
230243
dependencies:
231244
"@babel/types" "^7.8.3"
232245

246+
"@babel/helper-hoist-variables@^7.16.7":
247+
version "7.16.7"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
249+
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
250+
dependencies:
251+
"@babel/types" "^7.16.7"
252+
233253
"@babel/helper-plugin-utils@^7.0.0":
234254
version "7.0.0"
235255
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
@@ -240,11 +260,12 @@
240260
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
241261
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
242262

243-
"@babel/helper-split-export-declaration@^7.0.0":
244-
version "7.0.0"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
263+
"@babel/helper-split-export-declaration@^7.16.7":
264+
version "7.16.7"
265+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
266+
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
246267
dependencies:
247-
"@babel/types" "^7.0.0"
268+
"@babel/types" "^7.16.7"
248269

249270
"@babel/helper-split-export-declaration@^7.4.0":
250271
version "7.4.0"
@@ -260,6 +281,11 @@
260281
dependencies:
261282
"@babel/types" "^7.8.3"
262283

284+
"@babel/helper-validator-identifier@^7.16.7":
285+
version "7.16.7"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
287+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
288+
263289
"@babel/helpers@^7.4.3":
264290
version "7.4.3"
265291
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.3.tgz#7b1d354363494b31cb9a2417ae86af32b7853a3b"
@@ -286,6 +312,15 @@
286312
esutils "^2.0.2"
287313
js-tokens "^4.0.0"
288314

315+
"@babel/highlight@^7.16.7":
316+
version "7.17.12"
317+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.12.tgz#257de56ee5afbd20451ac0a75686b6b404257351"
318+
integrity sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==
319+
dependencies:
320+
"@babel/helper-validator-identifier" "^7.16.7"
321+
chalk "^2.0.0"
322+
js-tokens "^4.0.0"
323+
289324
"@babel/highlight@^7.8.3":
290325
version "7.8.3"
291326
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -295,15 +330,16 @@
295330
esutils "^2.0.2"
296331
js-tokens "^4.0.0"
297332

298-
"@babel/parser@^7.0.0":
299-
version "7.0.0"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
301-
302333
"@babel/parser@^7.1.0", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
303334
version "7.4.3"
304335
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
305336
integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
306337

338+
"@babel/parser@^7.16.7", "@babel/parser@^7.18.0", "@babel/parser@^7.7.0":
339+
version "7.18.0"
340+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
341+
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
342+
307343
"@babel/parser@^7.7.5", "@babel/parser@^7.8.3":
308344
version "7.8.3"
309345
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
@@ -323,14 +359,6 @@
323359
dependencies:
324360
"@babel/helper-plugin-utils" "^7.0.0"
325361

326-
"@babel/template@^7.0.0":
327-
version "7.0.0"
328-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
329-
dependencies:
330-
"@babel/code-frame" "^7.0.0"
331-
"@babel/parser" "^7.0.0"
332-
"@babel/types" "^7.0.0"
333-
334362
"@babel/template@^7.1.0", "@babel/template@^7.4.0":
335363
version "7.4.0"
336364
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
@@ -340,6 +368,15 @@
340368
"@babel/parser" "^7.4.0"
341369
"@babel/types" "^7.4.0"
342370

371+
"@babel/template@^7.16.7":
372+
version "7.16.7"
373+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
374+
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
375+
dependencies:
376+
"@babel/code-frame" "^7.16.7"
377+
"@babel/parser" "^7.16.7"
378+
"@babel/types" "^7.16.7"
379+
343380
"@babel/template@^7.7.4", "@babel/template@^7.8.3":
344381
version "7.8.3"
345382
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -349,20 +386,6 @@
349386
"@babel/parser" "^7.8.3"
350387
"@babel/types" "^7.8.3"
351388

352-
"@babel/traverse@^7.0.0":
353-
version "7.0.0"
354-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
355-
dependencies:
356-
"@babel/code-frame" "^7.0.0"
357-
"@babel/generator" "^7.0.0"
358-
"@babel/helper-function-name" "^7.0.0"
359-
"@babel/helper-split-export-declaration" "^7.0.0"
360-
"@babel/parser" "^7.0.0"
361-
"@babel/types" "^7.0.0"
362-
debug "^3.1.0"
363-
globals "^11.1.0"
364-
lodash "^4.17.10"
365-
366389
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3":
367390
version "7.4.3"
368391
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
@@ -378,6 +401,22 @@
378401
globals "^11.1.0"
379402
lodash "^4.17.11"
380403

404+
"@babel/traverse@^7.7.0":
405+
version "7.18.0"
406+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
407+
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
408+
dependencies:
409+
"@babel/code-frame" "^7.16.7"
410+
"@babel/generator" "^7.18.0"
411+
"@babel/helper-environment-visitor" "^7.16.7"
412+
"@babel/helper-function-name" "^7.17.9"
413+
"@babel/helper-hoist-variables" "^7.16.7"
414+
"@babel/helper-split-export-declaration" "^7.16.7"
415+
"@babel/parser" "^7.18.0"
416+
"@babel/types" "^7.18.0"
417+
debug "^4.1.0"
418+
globals "^11.1.0"
419+
381420
"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
382421
version "7.8.3"
383422
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
@@ -401,6 +440,14 @@
401440
lodash "^4.17.10"
402441
to-fast-properties "^2.0.0"
403442

443+
"@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.7.0":
444+
version "7.18.0"
445+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
446+
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
447+
dependencies:
448+
"@babel/helper-validator-identifier" "^7.16.7"
449+
to-fast-properties "^2.0.0"
450+
404451
"@babel/types@^7.3.0", "@babel/types@^7.4.0":
405452
version "7.4.0"
406453
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -606,6 +653,38 @@
606653
"@types/yargs" "^15.0.0"
607654
chalk "^3.0.0"
608655

656+
"@jridgewell/gen-mapping@^0.3.0":
657+
version "0.3.1"
658+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
659+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
660+
dependencies:
661+
"@jridgewell/set-array" "^1.0.0"
662+
"@jridgewell/sourcemap-codec" "^1.4.10"
663+
"@jridgewell/trace-mapping" "^0.3.9"
664+
665+
"@jridgewell/resolve-uri@^3.0.3":
666+
version "3.0.7"
667+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
668+
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
669+
670+
"@jridgewell/set-array@^1.0.0":
671+
version "1.1.1"
672+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
673+
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
674+
675+
"@jridgewell/sourcemap-codec@^1.4.10":
676+
version "1.4.13"
677+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
678+
integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
679+
680+
"@jridgewell/trace-mapping@^0.3.9":
681+
version "0.3.13"
682+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
683+
integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
684+
dependencies:
685+
"@jridgewell/resolve-uri" "^3.0.3"
686+
"@jridgewell/sourcemap-codec" "^1.4.10"
687+
609688
"@mrmlnc/readdir-enhanced@^2.2.1":
610689
version "2.2.1"
611690
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -1190,15 +1269,15 @@ aws4@^1.8.0:
11901269
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
11911270
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
11921271

1193-
babel-eslint@10.0.3:
1194-
version "10.0.3"
1195-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
1196-
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
1272+
babel-eslint@10.1.0:
1273+
version "10.1.0"
1274+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1275+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
11971276
dependencies:
11981277
"@babel/code-frame" "^7.0.0"
1199-
"@babel/parser" "^7.0.0"
1200-
"@babel/traverse" "^7.0.0"
1201-
"@babel/types" "^7.0.0"
1278+
"@babel/parser" "^7.7.0"
1279+
"@babel/traverse" "^7.7.0"
1280+
"@babel/types" "^7.7.0"
12021281
eslint-visitor-keys "^1.0.0"
12031282
resolve "^1.12.0"
12041283

@@ -2209,12 +2288,6 @@ debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
22092288
dependencies:
22102289
ms "2.0.0"
22112290

2212-
debug@^3.1.0:
2213-
version "3.1.0"
2214-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2215-
dependencies:
2216-
ms "2.0.0"
2217-
22182291
debug@^4.0.1:
22192292
version "4.0.1"
22202293
resolved "https://registry.yarnpkg.com/debug/-/debug-4.0.1.tgz#f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b"

0 commit comments

Comments
 (0)