Skip to content

Commit

Permalink
Merge branch 'master' into feature/multi-map
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored Nov 26, 2019
2 parents e473705 + b6cc526 commit 29a60a3
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 98 deletions.
40 changes: 9 additions & 31 deletions examples/markdown-docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/markdown-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "markdown-docs-example",
"dependencies": {
"gatsby": "2.18.3",
"gatsby-source-airtable": "2.0.10",
"gatsby-source-airtable": "2.0.12",
"gatsby-source-filesystem": "2.1.38",
"gatsby-transformer-remark": "2.6.37",
"react": "16.12.0",
Expand All @@ -19,6 +19,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "1.18.2"
"prettier": "1.19.1"
}
}
16 changes: 8 additions & 8 deletions examples/markdown-docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4937,10 +4937,10 @@ gatsby-react-router-scroll@^2.1.16:
scroll-behavior "^0.9.10"
warning "^3.0.0"

[email protected].10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.10.tgz#243a0c43eebb7b4974f84f7fd2d4337411c646bf"
integrity sha512-tXn7ZoOSTeYwrRi9QGo6JAST2bZegBbRoO3NUPzluWW/QrdgrjfxV+QwFY5A7iGny5ybpRuTDOJTglHsle2OXg==
[email protected].12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.12.tgz#e08926d3015a90a04d6254a41614031e63263aa3"
integrity sha512-WQR5Jwk6sGSE6zebU3XPh+aX6kukq+f3surW2ceCq4HfSQJWrFDdooGuXPGm77Lq0qmINcuYT/1jBR2hC0rZmw==
dependencies:
airtable "^0.7.2"
bluebird "^3.5.4"
Expand Down Expand Up @@ -8919,10 +8919,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
prettier@1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

pretty-bytes@^5.3.0:
version "5.3.0"
Expand Down
12 changes: 6 additions & 6 deletions examples/recipes-with-photos/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/recipes-with-photos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"gatsby-link": "2.2.24",
"gatsby-plugin-react-helmet": "3.1.15",
"gatsby-plugin-sharp": "2.3.3",
"gatsby-source-airtable": "2.0.10",
"gatsby-source-airtable": "2.0.12",
"gatsby-source-filesystem": "2.1.38",
"gatsby-transformer-sharp": "2.3.5",
"react": "16.12.0",
Expand All @@ -30,6 +30,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "1.18.2"
"prettier": "1.19.1"
}
}
16 changes: 8 additions & 8 deletions examples/recipes-with-photos/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5575,10 +5575,10 @@ gatsby-react-router-scroll@^2.1.16:
scroll-behavior "^0.9.10"
warning "^3.0.0"

[email protected].10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.10.tgz#243a0c43eebb7b4974f84f7fd2d4337411c646bf"
integrity sha512-tXn7ZoOSTeYwrRi9QGo6JAST2bZegBbRoO3NUPzluWW/QrdgrjfxV+QwFY5A7iGny5ybpRuTDOJTglHsle2OXg==
[email protected].12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.12.tgz#e08926d3015a90a04d6254a41614031e63263aa3"
integrity sha512-WQR5Jwk6sGSE6zebU3XPh+aX6kukq+f3surW2ceCq4HfSQJWrFDdooGuXPGm77Lq0qmINcuYT/1jBR2hC0rZmw==
dependencies:
airtable "^0.7.2"
bluebird "^3.5.4"
Expand Down Expand Up @@ -9641,10 +9641,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
prettier@1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

pretty-bytes@^5.3.0:
version "5.3.0"
Expand Down
40 changes: 9 additions & 31 deletions examples/testing-options/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/testing-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testing-options",
"dependencies": {
"gatsby": "2.18.3",
"gatsby-source-airtable": "2.0.10",
"gatsby-source-airtable": "2.0.12",
"gatsby-source-filesystem": "2.1.38",
"gatsby-transformer-remark": "2.6.37",
"react": "16.12.0",
Expand All @@ -20,6 +20,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "1.18.2"
"prettier": "1.19.1"
}
}
16 changes: 8 additions & 8 deletions examples/testing-options/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5219,10 +5219,10 @@ gatsby-react-router-scroll@^2.1.16:
scroll-behavior "^0.9.10"
warning "^3.0.0"

[email protected].10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.10.tgz#243a0c43eebb7b4974f84f7fd2d4337411c646bf"
integrity sha512-tXn7ZoOSTeYwrRi9QGo6JAST2bZegBbRoO3NUPzluWW/QrdgrjfxV+QwFY5A7iGny5ybpRuTDOJTglHsle2OXg==
[email protected].12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.12.tgz#e08926d3015a90a04d6254a41614031e63263aa3"
integrity sha512-WQR5Jwk6sGSE6zebU3XPh+aX6kukq+f3surW2ceCq4HfSQJWrFDdooGuXPGm77Lq0qmINcuYT/1jBR2hC0rZmw==
dependencies:
airtable "^0.7.2"
bluebird "^3.5.4"
Expand Down Expand Up @@ -9274,10 +9274,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
prettier@1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

pretty-bytes@^5.3.0:
version "5.3.0"
Expand Down

0 comments on commit 29a60a3

Please sign in to comment.