Skip to content

Commit e9a9b71

Browse files
committed
updated gatsby example
1 parent b7a7de8 commit e9a9b71

File tree

3 files changed

+477
-809
lines changed

3 files changed

+477
-809
lines changed

.storybook/example.maps.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { WrapperProps } from '@googlemaps/react-wrapper'
1010
* `maps.config.ts` is ignored by git and will not be
1111
* committed to repository and/or published.
1212
*/
13+
// @ts-expect-error
1314
export const googleMapsApiConfig: WrapperProps = {
1415
// uncomment next line and replace `YOUR_API_KEY` with your API Key provided by Google.
1516
// apiKey: 'YOUR_API_KEY',

packages/react-google-maps-api-gatsby-example/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@babel/core": "7.17.8",
17+
"@babel/core": "7.17.9",
1818
"@babel/node": "7.16.8",
1919
"@babel/polyfill": "7.12.1",
2020
"@babel/preset-env": "7.16.11",
2121
"@babel/preset-react": "7.16.7",
22-
"@babel/runtime": "7.17.8",
23-
"@react-google-maps/api": "2.8.0",
24-
"@sentry/browser": "6.19.3",
22+
"@babel/runtime": "7.17.9",
23+
"@react-google-maps/api": "2.8.1",
24+
"@sentry/browser": "6.19.6",
2525
"cross-env": "7.0.3",
26-
"gatsby": "4.11.1",
27-
"gatsby-plugin-manifest": "4.11.1",
28-
"gatsby-plugin-purgecss": "6.1.1",
29-
"gatsby-plugin-react-helmet": "5.11.0",
30-
"gatsby-plugin-sitemap": "5.11.1",
31-
"gatsby-plugin-typescript": "4.11.1",
26+
"gatsby": "4.12.1",
27+
"gatsby-plugin-manifest": "4.12.1",
28+
"gatsby-plugin-purgecss": "6.1.2",
29+
"gatsby-plugin-react-helmet": "5.12.1",
30+
"gatsby-plugin-sitemap": "5.12.1",
31+
"gatsby-plugin-typescript": "4.12.1",
3232
"immutable": "4.0.0",
3333
"intl": "1.2.5",
3434
"prop-types": "15.8.1",
3535
"react-helmet": "6.1.0",
36-
"react-redux": "7.2.8",
36+
"react-redux": "8.0.1",
3737
"react-refresh": "0.12.0",
38-
"redux": "4.1.2",
38+
"redux": "4.2.0",
3939
"redux-actions": "2.6.5",
4040
"redux-immutable": "4.0.0",
4141
"redux-thunk": "2.4.1",

0 commit comments

Comments
 (0)