Commit 2249a1c 1 parent 979540e commit 2249a1c Copy full SHA for 2249a1c
File tree 3 files changed +6
-6
lines changed
packages/instantsearch.js
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"@algolia/events" : " ^4.0.1" ,
30
30
"@types/dom-speech-recognition" : " ^0.0.1" ,
31
- "@types/google.maps" : " ^3.45.3 " ,
31
+ "@types/google.maps" : " ^3.55.12 " ,
32
32
"@types/hogan.js" : " ^3.0.0" ,
33
33
"@types/qs" : " ^6.5.3" ,
34
34
"algoliasearch-helper" : " 3.22.3" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type GeoSearchRendererParams = {
29
29
cssClasses : ComponentCSSClasses < GeoSearchWidgetParams [ 'cssClasses' ] > ;
30
30
createMarker : CreateMarker ;
31
31
markerOptions : GeoSearchMarker <
32
- typeof google . maps . MarkerOptions | Partial < HTMLMarkerArguments >
32
+ google . maps . MarkerOptions | Partial < HTMLMarkerArguments >
33
33
> ;
34
34
enableRefine : GeoSearchWidgetParams [ 'enableRefine' ] ;
35
35
enableClearMapRefinement : GeoSearchWidgetParams [ 'enableClearMapRefinement' ] ;
Original file line number Diff line number Diff line change 6323
6323
"@types/minimatch" "*"
6324
6324
"@types/node" "*"
6325
6325
6326
- "@types/google.maps@^3.45.3 ":
6327
- version "3.45.6 "
6328
- resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.45.6 .tgz#441a7bc76424243b307596fc8d282a435a979ebd "
6329
- integrity sha512-BzGzxs8UXFxeP8uN/0nRgGbsbpYQxSCKsv/7S8OitU7wwhfFcqQSm5aAcL1nbwueMiJ/VVmIZKPq69s0kX5W+Q ==
6326
+ "@types/google.maps@^3.55.12 ":
6327
+ version "3.55.12 "
6328
+ resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.55.12 .tgz#66b50be48533d116dddb3d705d277d06457735b0 "
6329
+ integrity sha512-Q8MsLE+YYIrE1H8wdN69YHHAF8h7ApvF5MiMXh/zeCpP9Ut745mV9M0F4X4eobZ2WJe9k8tW2ryYjLa87IO2Sg ==
6330
6330
6331
6331
"@types/googlemaps@^3.30.16":
6332
6332
version "3.30.16"
You can’t perform that action at this time.
0 commit comments