Skip to content

Commit

Permalink
Bumping airtable dependency to fix #62 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessimone authored and jbolda committed Sep 10, 2019
1 parent 79d2ec3 commit fb62b70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-airtable",
"version": "2.0.8",
"version": "2.0.9",
"description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.",
"main": "index.js",
"files": [
Expand All @@ -19,7 +19,7 @@
"airtable"
],
"dependencies": {
"airtable": "^0.5.6",
"airtable": "^0.7.1",
"bluebird": "^3.5.4"
},
"peerDependencies": {
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# yarn lockfile v1


airtable@^0.5.6:
version "0.5.10"
resolved "https://registry.yarnpkg.com/airtable/-/airtable-0.5.10.tgz#89ea398393fac46f04a1ea810b97bfcf6bf07012"
airtable@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/airtable/-/airtable-0.7.1.tgz#1ebad9c9ed332d9348fb3ec3ef9c2d8be452b4f4"
integrity sha512-VV/8LKyDOtWca2YFMDJWDbPNPkhQPij6+H8SwoLTDEAR/02mTcGI1fSiwC5eW3xfy5Uzn6gLlfTGne7YqxxUkQ==
dependencies:
lodash "4.17.11"
lodash "4.17.14"
request "2.88.0"
xhr "2.3.3"

Expand Down Expand Up @@ -197,9 +198,10 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

[email protected]:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
[email protected]:
version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

[email protected]:
version "1.40.0"
Expand Down

0 comments on commit fb62b70

Please sign in to comment.