Skip to content

Commit 5c101bb

Browse files
committed
refactor: update @googlemaps/js-api-loader (#1095)
There are some nice changes since 1.7.0: - googlemaps/js-api-loader#99 -- retries loading the Google Maps script (which is a common source of error reports) - googlemaps/js-api-loader#351 -- fixes bad promise rejection that was reported by a user of google-maps-react It's a fairly big version bump but the vast majority of changes are dev dependency bumps.
1 parent 710cefa commit 5c101bb

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"deploy": "gh-pages -d example/build"
2828
},
2929
"dependencies": {
30-
"@googlemaps/js-api-loader": "^1.7.0",
30+
"@googlemaps/js-api-loader": "^1.13.8",
3131
"@mapbox/point-geometry": "^0.1.0",
3232
"eventemitter3": "^4.0.4",
3333
"prop-types": "^15.7.2"

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,10 +1199,12 @@
11991199
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
12001200
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
12011201

1202-
"@googlemaps/js-api-loader@^1.7.0":
1203-
version "1.7.0"
1204-
resolved "https://registry.yarnpkg.com/@googlemaps/js-api-loader/-/js-api-loader-1.7.0.tgz#d134f4a1bb8d1d864a5da41329da67b192acfa6b"
1205-
integrity sha512-6DkHnfFh81qcez8j8CEG8C3ANvA+3dbOzo8Hg9/DuNI78h36ILquUUuwUG6JHiRvPbqBG146rLDFSympUuO+6Q==
1202+
"@googlemaps/js-api-loader@^1.13.8":
1203+
version "1.13.8"
1204+
resolved "https://registry.yarnpkg.com/@googlemaps/js-api-loader/-/js-api-loader-1.13.8.tgz#9edfa766367dc145eec6a5ee6e90ba67244a4afb"
1205+
integrity sha512-xsn4vmrRc/p8PW6p6PglfInGiW9haEgkAeby4BGxNkVipWy8q0Wv16+sWpQ3rP31RahfWBoyVgAc1DgLXcZY3Q==
1206+
dependencies:
1207+
fast-deep-equal "^3.1.3"
12061208

12071209
12081210
version "2.1.4"
@@ -4832,7 +4834,7 @@ extsprintf@^1.2.0:
48324834
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
48334835
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
48344836

4835-
fast-deep-equal@^3.1.1:
4837+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
48364838
version "3.1.3"
48374839
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
48384840
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

0 commit comments

Comments
 (0)