Skip to content

Commit

Permalink
Merge pull request #3211 from crtl/fix-storybook-and-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFly1984 authored Mar 2, 2023
2 parents 7d7a976 + 5e820db commit 85fc85c
Show file tree
Hide file tree
Showing 7 changed files with 3,058 additions and 4,235 deletions.
6 changes: 5 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const babelOptions = {
],
}


module.exports = {
reactOptions: {
fastRefresh: true,
Expand Down Expand Up @@ -127,7 +128,10 @@ module.exports = {

config.resolve.plugins = [
...(config.resolve.plugins || []),
new TsconfigPathsPlugin(),
new TsconfigPathsPlugin({
configFile: path.resolve(__dirname, '../tsconfig.json'),
baseUrl: path.resolve(__dirname, '..'),
}),
]

config.resolve.extensions = [
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Fork original repo at <https://github.com/JustFly1984/react-google-maps-api>. Cl
- `cd react-google-maps-api` - move to newly created folder
- `cp .storybook/example.maps.config.ts .storybook/maps.config.ts` - create file with API Key
- `yarn install` - install dependencies
- `yarn bootstrap` - setup workspace
- `yarn storybook` - run storybook server

Any changes you make to src folders of contained packages should reflect on the storybook server.
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"packages": [
"packages/*"
],
"version": "independent"
"version": "independent",
"npmClient": "yarn"
}
3,470 changes: 1,468 additions & 2,002 deletions packages/react-google-maps-api-gatsby-example/yarn.lock

Large diffs are not rendered by default.

1,804 changes: 761 additions & 1,043 deletions packages/react-google-maps-api-infobox/yarn.lock

Large diffs are not rendered by default.

2,003 changes: 818 additions & 1,185 deletions packages/react-google-maps-api-marker-clusterer/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/react-google-maps-api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 85fc85c

Please sign in to comment.