Skip to content

Commit 190317a

Browse files
chore(deps): update dependency babel-eslint to v10.1.0
1 parent cc89cac commit 190317a

File tree

72 files changed

+7337
-468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+7337
-468
lines changed

instantsearch.js/algolia-insights/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "4.19.1",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "4.1.0",

instantsearch.js/algolia-insights/yarn.lock

+204-11
Large diffs are not rendered by default.

instantsearch.js/autocomplete-results-page/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "5.5.0",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "4.1.0",

instantsearch.js/autocomplete-results-page/yarn.lock

+203-18
Large diffs are not rendered by default.

instantsearch.js/conditional-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "5.7.0",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "3.6.0",

instantsearch.js/conditional-request/yarn.lock

+218-33
Large diffs are not rendered by default.

instantsearch.js/facet-dropdown/package.json

+1-1
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.3",
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",

instantsearch.js/facet-dropdown/yarn.lock

+160-10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
dependencies:
1010
"@babel/highlight" "^7.12.13"
1111

12+
"@babel/code-frame@^7.24.7":
13+
version "7.24.7"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
15+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
16+
dependencies:
17+
"@babel/highlight" "^7.24.7"
18+
picocolors "^1.0.0"
19+
1220
"@babel/compat-data@^7.12.13":
1321
version "7.12.13"
1422
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
@@ -44,6 +52,16 @@
4452
jsesc "^2.5.1"
4553
source-map "^0.5.0"
4654

55+
"@babel/generator@^7.24.7":
56+
version "7.24.7"
57+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
58+
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
59+
dependencies:
60+
"@babel/types" "^7.24.7"
61+
"@jridgewell/gen-mapping" "^0.3.5"
62+
"@jridgewell/trace-mapping" "^0.3.25"
63+
jsesc "^2.5.1"
64+
4765
"@babel/helper-annotate-as-pure@^7.12.13":
4866
version "7.12.13"
4967
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -88,6 +106,13 @@
88106
"@babel/helper-annotate-as-pure" "^7.12.13"
89107
regexpu-core "^4.7.1"
90108

109+
"@babel/helper-environment-visitor@^7.24.7":
110+
version "7.24.7"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
112+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
113+
dependencies:
114+
"@babel/types" "^7.24.7"
115+
91116
"@babel/helper-explode-assignable-expression@^7.12.13":
92117
version "7.12.13"
93118
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a"
@@ -104,6 +129,14 @@
104129
"@babel/template" "^7.12.13"
105130
"@babel/types" "^7.12.13"
106131

132+
"@babel/helper-function-name@^7.24.7":
133+
version "7.24.7"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
135+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
136+
dependencies:
137+
"@babel/template" "^7.24.7"
138+
"@babel/types" "^7.24.7"
139+
107140
"@babel/helper-get-function-arity@^7.12.13":
108141
version "7.12.13"
109142
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -118,6 +151,13 @@
118151
dependencies:
119152
"@babel/types" "^7.12.13"
120153

154+
"@babel/helper-hoist-variables@^7.24.7":
155+
version "7.24.7"
156+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
157+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
158+
dependencies:
159+
"@babel/types" "^7.24.7"
160+
121161
"@babel/helper-member-expression-to-functions@^7.12.13":
122162
version "7.12.13"
123163
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
@@ -199,11 +239,28 @@
199239
dependencies:
200240
"@babel/types" "^7.12.13"
201241

242+
"@babel/helper-split-export-declaration@^7.24.7":
243+
version "7.24.7"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
245+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
246+
dependencies:
247+
"@babel/types" "^7.24.7"
248+
249+
"@babel/helper-string-parser@^7.24.7":
250+
version "7.24.7"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
252+
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
253+
202254
"@babel/helper-validator-identifier@^7.12.11":
203255
version "7.12.11"
204256
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
205257
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
206258

259+
"@babel/helper-validator-identifier@^7.24.7":
260+
version "7.24.7"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
262+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
263+
207264
"@babel/helper-validator-option@^7.12.11":
208265
version "7.12.11"
209266
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
@@ -237,11 +294,26 @@
237294
chalk "^2.0.0"
238295
js-tokens "^4.0.0"
239296

240-
"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.4.4":
297+
"@babel/highlight@^7.24.7":
298+
version "7.24.7"
299+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
300+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
301+
dependencies:
302+
"@babel/helper-validator-identifier" "^7.24.7"
303+
chalk "^2.4.2"
304+
js-tokens "^4.0.0"
305+
picocolors "^1.0.0"
306+
307+
"@babel/parser@^7.12.13", "@babel/parser@^7.4.4":
241308
version "7.12.15"
242309
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
243310
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
244311

312+
"@babel/parser@^7.24.7", "@babel/parser@^7.7.0":
313+
version "7.24.7"
314+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
315+
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
316+
245317
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
246318
version "7.12.13"
247319
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -813,7 +885,16 @@
813885
"@babel/parser" "^7.12.13"
814886
"@babel/types" "^7.12.13"
815887

816-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.4.4":
888+
"@babel/template@^7.24.7":
889+
version "7.24.7"
890+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
891+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
892+
dependencies:
893+
"@babel/code-frame" "^7.24.7"
894+
"@babel/parser" "^7.24.7"
895+
"@babel/types" "^7.24.7"
896+
897+
"@babel/traverse@^7.12.13", "@babel/traverse@^7.4.4":
817898
version "7.12.13"
818899
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
819900
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
@@ -828,7 +909,23 @@
828909
globals "^11.1.0"
829910
lodash "^4.17.19"
830911

831-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4":
912+
"@babel/traverse@^7.7.0":
913+
version "7.24.7"
914+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
915+
integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
916+
dependencies:
917+
"@babel/code-frame" "^7.24.7"
918+
"@babel/generator" "^7.24.7"
919+
"@babel/helper-environment-visitor" "^7.24.7"
920+
"@babel/helper-function-name" "^7.24.7"
921+
"@babel/helper-hoist-variables" "^7.24.7"
922+
"@babel/helper-split-export-declaration" "^7.24.7"
923+
"@babel/parser" "^7.24.7"
924+
"@babel/types" "^7.24.7"
925+
debug "^4.3.1"
926+
globals "^11.1.0"
927+
928+
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4":
832929
version "7.12.13"
833930
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
834931
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
@@ -837,11 +934,52 @@
837934
lodash "^4.17.19"
838935
to-fast-properties "^2.0.0"
839936

937+
"@babel/types@^7.24.7", "@babel/types@^7.7.0":
938+
version "7.24.7"
939+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
940+
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
941+
dependencies:
942+
"@babel/helper-string-parser" "^7.24.7"
943+
"@babel/helper-validator-identifier" "^7.24.7"
944+
to-fast-properties "^2.0.0"
945+
840946
"@iarna/toml@^2.2.0":
841947
version "2.2.5"
842948
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
843949
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
844950

951+
"@jridgewell/gen-mapping@^0.3.5":
952+
version "0.3.5"
953+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
954+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
955+
dependencies:
956+
"@jridgewell/set-array" "^1.2.1"
957+
"@jridgewell/sourcemap-codec" "^1.4.10"
958+
"@jridgewell/trace-mapping" "^0.3.24"
959+
960+
"@jridgewell/resolve-uri@^3.1.0":
961+
version "3.1.2"
962+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
963+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
964+
965+
"@jridgewell/set-array@^1.2.1":
966+
version "1.2.1"
967+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
968+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
969+
970+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
971+
version "1.4.15"
972+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
973+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
974+
975+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
976+
version "0.3.25"
977+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
978+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
979+
dependencies:
980+
"@jridgewell/resolve-uri" "^3.1.0"
981+
"@jridgewell/sourcemap-codec" "^1.4.14"
982+
845983
"@mrmlnc/readdir-enhanced@^2.2.1":
846984
version "2.2.1"
847985
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -1118,15 +1256,15 @@ aws4@^1.8.0:
11181256
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
11191257
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
11201258

1121-
babel-eslint@10.0.3:
1122-
version "10.0.3"
1123-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
1124-
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
1259+
babel-eslint@10.1.0:
1260+
version "10.1.0"
1261+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1262+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
11251263
dependencies:
11261264
"@babel/code-frame" "^7.0.0"
1127-
"@babel/parser" "^7.0.0"
1128-
"@babel/traverse" "^7.0.0"
1129-
"@babel/types" "^7.0.0"
1265+
"@babel/parser" "^7.7.0"
1266+
"@babel/traverse" "^7.7.0"
1267+
"@babel/types" "^7.7.0"
11301268
eslint-visitor-keys "^1.0.0"
11311269
resolve "^1.12.0"
11321270

@@ -1949,6 +2087,13 @@ debug@^4.0.1, debug@^4.1.0:
19492087
dependencies:
19502088
ms "2.1.2"
19512089

2090+
debug@^4.3.1:
2091+
version "4.3.5"
2092+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
2093+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
2094+
dependencies:
2095+
ms "2.1.2"
2096+
19522097
decode-uri-component@^0.2.0:
19532098
version "0.2.0"
19542099
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -4078,6 +4223,11 @@ physical-cpu-count@^2.0.0:
40784223
resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"
40794224
integrity sha1-GN4vl+S/epVRrXURlCtUlverpmA=
40804225

4226+
picocolors@^1.0.0:
4227+
version "1.0.1"
4228+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4229+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4230+
40814231
pify@^2.0.0:
40824232
version "2.3.0"
40834233
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

instantsearch.js/geo-search-control/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "5.7.0",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "4.1.0",

0 commit comments

Comments
 (0)