-
-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3211 from crtl/fix-storybook-and-instructions
- Loading branch information
Showing
7 changed files
with
3,058 additions
and
4,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "independent" | ||
"version": "independent", | ||
"npmClient": "yarn" | ||
} |
3,470 changes: 1,468 additions & 2,002 deletions
3,470
packages/react-google-maps-api-gatsby-example/yarn.lock
Large diffs are not rendered by default.
Oops, something went wrong.
1,804 changes: 761 additions & 1,043 deletions
1,804
packages/react-google-maps-api-infobox/yarn.lock
Large diffs are not rendered by default.
Oops, something went wrong.
2,003 changes: 818 additions & 1,185 deletions
2,003
packages/react-google-maps-api-marker-clusterer/yarn.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -624,9 +624,9 @@ | |
fast-deep-equal "^3.1.3" | ||
|
||
"@googlemaps/[email protected]": | ||
version "2.0.13" | ||
resolved "https://registry.yarnpkg.com/@googlemaps/markerclusterer/-/markerclusterer-2.0.13.tgz#cb61db9be52c9d8b061dfad77dca33b2965e7b2a" | ||
integrity sha512-302GjQ9gsHOK/ef6hif+rJDv+AB3THst02iDCbXH2PS9GFwb/5yuytaLpuzJiqGNG+k2zvTAWTsGY/fQN5DZ7w== | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@googlemaps/markerclusterer/-/markerclusterer-2.0.15.tgz#72052a23a061789c6055a13713b8852359cc03a9" | ||
integrity sha512-/I6Esi5FtyeVHsezN9Kut8zRJoqe7KkTIJXGVqpKFf6BjC7qQ1xRajLMkOz0s8XKgLevbr+KdYjuvmj+LohOGg== | ||
dependencies: | ||
fast-deep-equal "^3.1.3" | ||
supercluster "^7.1.3" | ||
|