Skip to content

Commit e473705

Browse files
authored
Merge branch 'master' into feature/multi-map
2 parents fcc22ac + 1bc9b57 commit e473705

File tree

12 files changed

+5586
-4165
lines changed

12 files changed

+5586
-4165
lines changed

examples/markdown-docs/package-lock.json

Lines changed: 1421 additions & 1030 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/markdown-docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "markdown-docs-example",
33
"dependencies": {
4-
"gatsby": "2.17.11",
4+
"gatsby": "2.18.3",
55
"gatsby-source-airtable": "2.0.10",
6-
"gatsby-source-filesystem": "2.1.36",
7-
"gatsby-transformer-remark": "2.6.33",
8-
"react": "16.11.0",
9-
"react-dom": "16.11.0",
6+
"gatsby-source-filesystem": "2.1.38",
7+
"gatsby-transformer-remark": "2.6.37",
8+
"react": "16.12.0",
9+
"react-dom": "16.12.0",
1010
"remark-html": "10.0.0"
1111
},
1212
"keywords": [

examples/markdown-docs/yarn.lock

Lines changed: 405 additions & 318 deletions
Large diffs are not rendered by default.

examples/recipes-with-photos/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ module.exports = {
2020
{
2121
resolve: `gatsby-source-airtable`,
2222
options: {
23+
apiKey: process.env.AIRTABLE_API_KEY, //(set via environment variable for this example)
2324
tables: [
2425
{
25-
apiKey: process.env.AIRTABLE_API_KEY, //(set via environment variable for this example)
2626
baseId: `appM8D8wmSJX9WJDE`,
2727
tableName: `Recipes`,
2828
tableView: `List`,

examples/recipes-with-photos/package-lock.json

Lines changed: 1417 additions & 1029 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/recipes-with-photos/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"repository": "[email protected]:jbolda/gatsby-source-airtable.git",
66
"author": "Jacob Bolda <[email protected]>",
77
"dependencies": {
8-
"gatsby": "2.17.11",
9-
"gatsby-image": "2.2.31",
10-
"gatsby-link": "2.2.23",
11-
"gatsby-plugin-react-helmet": "3.1.14",
12-
"gatsby-plugin-sharp": "2.2.37",
8+
"gatsby": "2.18.3",
9+
"gatsby-image": "2.2.33",
10+
"gatsby-link": "2.2.24",
11+
"gatsby-plugin-react-helmet": "3.1.15",
12+
"gatsby-plugin-sharp": "2.3.3",
1313
"gatsby-source-airtable": "2.0.10",
14-
"gatsby-source-filesystem": "2.1.36",
15-
"gatsby-transformer-sharp": "2.3.3",
16-
"react": "16.11.0",
17-
"react-dom": "16.11.0",
14+
"gatsby-source-filesystem": "2.1.38",
15+
"gatsby-transformer-sharp": "2.3.5",
16+
"react": "16.12.0",
17+
"react-dom": "16.12.0",
1818
"react-helmet": "5.2.1"
1919
},
2020
"keywords": [

examples/recipes-with-photos/yarn.lock

Lines changed: 423 additions & 330 deletions
Large diffs are not rendered by default.

examples/testing-options/package-lock.json

Lines changed: 1421 additions & 1030 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testing-options/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "testing-options",
33
"dependencies": {
4-
"gatsby": "2.17.11",
4+
"gatsby": "2.18.3",
55
"gatsby-source-airtable": "2.0.10",
6-
"gatsby-source-filesystem": "2.1.36",
7-
"gatsby-transformer-remark": "2.6.33",
8-
"react": "16.11.0",
9-
"react-dom": "16.11.0",
6+
"gatsby-source-filesystem": "2.1.38",
7+
"gatsby-transformer-remark": "2.6.37",
8+
"react": "16.12.0",
9+
"react-dom": "16.12.0",
1010
"remark-html": "10.0.0"
1111
},
1212
"keywords": [

examples/testing-options/yarn.lock

Lines changed: 402 additions & 343 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)