Skip to content

Commit e867e37

Browse files
committed
Fixes for airtable
1 parent b168969 commit e867e37

File tree

2 files changed

+138
-9
lines changed

2 files changed

+138
-9
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"node-sass": "^4.9.2"
2323
},
2424
"devDependencies": {
25+
"airtable": "^0.5.6",
2526
"handlebars": "^4.0.11",
2627
"handlebars-helpers": "^0.10.0",
2728
"inflection": "^1.12.0",

yarn.lock

+137-9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ agentkeepalive@^3.3.0:
4747
dependencies:
4848
humanize-ms "^1.2.1"
4949

50+
airtable@^0.5.6:
51+
version "0.5.6"
52+
resolved "https://registry.yarnpkg.com/airtable/-/airtable-0.5.6.tgz#7f1a3cc038f77c9734c89deacdad500e25ad6fb1"
53+
dependencies:
54+
async "1.5.2"
55+
lodash "4.17.10"
56+
request "2.85.0"
57+
xhr "2.3.3"
58+
5059
ajv@^4.9.1:
5160
version "4.11.8"
5261
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
@@ -442,14 +451,14 @@ async-some@~1.0.2:
442451
dependencies:
443452
dezalgo "^1.0.2"
444453

454+
[email protected], async@^1.4.0:
455+
version "1.5.2"
456+
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
457+
445458
async@^0.9.0:
446459
version "0.9.2"
447460
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
448461

449-
async@^1.4.0:
450-
version "1.5.2"
451-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
452-
453462
async@^2.0.1:
454463
version "2.6.1"
455464
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
@@ -562,6 +571,18 @@ [email protected]:
562571
dependencies:
563572
hoek "2.x.x"
564573

574+
575+
version "4.3.1"
576+
resolved "https://registry.yarnpkg.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31"
577+
dependencies:
578+
hoek "4.x.x"
579+
580+
581+
version "5.2.0"
582+
resolved "https://registry.yarnpkg.com/boom/-/boom-5.2.0.tgz#5dd9da6ee3a5f302077436290cb717d3f4a54e02"
583+
dependencies:
584+
hoek "4.x.x"
585+
565586
boxen@^1.0.0:
566587
version "1.3.0"
567588
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
@@ -1065,6 +1086,12 @@ [email protected]:
10651086
dependencies:
10661087
boom "2.x.x"
10671088

1089+
1090+
version "3.1.2"
1091+
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.2.tgz#a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe"
1092+
dependencies:
1093+
boom "5.x.x"
1094+
10681095
crypto-random-string@^1.0.0:
10691096
version "1.0.0"
10701097
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@@ -1252,6 +1279,10 @@ dom-serializer@0, [email protected], dom-serializer@~0.1.0:
12521279
domelementtype "~1.1.1"
12531280
entities "~1.1.1"
12541281

1282+
dom-walk@^0.1.0:
1283+
version "0.1.1"
1284+
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
1285+
12551286
domelementtype@1, domelementtype@^1.3.0:
12561287
version "1.3.0"
12571288
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2"
@@ -1618,6 +1649,12 @@ flush-write-stream@^1.0.0:
16181649
inherits "^2.0.1"
16191650
readable-stream "^2.0.4"
16201651

1652+
for-each@^0.3.2:
1653+
version "0.3.3"
1654+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
1655+
dependencies:
1656+
is-callable "^1.1.3"
1657+
16211658
for-in@^1.0.1, for-in@^1.0.2:
16221659
version "1.0.2"
16231660
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -2134,6 +2171,13 @@ glob@~7.0.3, glob@~7.0.6:
21342171
once "^1.3.0"
21352172
path-is-absolute "^1.0.0"
21362173

2174+
global@~4.3.0:
2175+
version "4.3.2"
2176+
resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f"
2177+
dependencies:
2178+
min-document "^2.19.0"
2179+
process "~0.5.1"
2180+
21372181
globule@^1.0.0:
21382182
version "1.2.1"
21392183
resolved "https://registry.yarnpkg.com/globule/-/globule-1.2.1.tgz#5dffb1b191f22d20797a9369b49eab4e9839696d"
@@ -2312,6 +2356,15 @@ hawk@~3.1.3:
23122356
hoek "2.x.x"
23132357
sntp "1.x.x"
23142358

2359+
hawk@~6.0.2:
2360+
version "6.0.2"
2361+
resolved "https://registry.yarnpkg.com/hawk/-/hawk-6.0.2.tgz#af4d914eb065f9b5ce4d9d11c1cb2126eecc3038"
2362+
dependencies:
2363+
boom "4.x.x"
2364+
cryptiles "3.x.x"
2365+
hoek "4.x.x"
2366+
sntp "2.x.x"
2367+
23152368
helper-date@^1.0.1:
23162369
version "1.0.1"
23172370
resolved "https://registry.yarnpkg.com/helper-date/-/helper-date-1.0.1.tgz#12fedea3ad8e44a7ca4c4efb0ff4104a5120cffb"
@@ -2349,6 +2402,10 @@ [email protected]:
23492402
version "2.16.3"
23502403
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
23512404

2405+
2406+
version "4.2.1"
2407+
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb"
2408+
23522409
hosted-git-info@^2.1.4, hosted-git-info@^2.1.5, hosted-git-info@^2.4.2, hosted-git-info@^2.6.0:
23532410
version "2.7.1"
23542411
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
@@ -2585,6 +2642,10 @@ is-builtin-module@^1.0.0:
25852642
dependencies:
25862643
builtin-modules "^1.0.0"
25872644

2645+
is-callable@^1.1.3:
2646+
version "1.1.4"
2647+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2648+
25882649
is-data-descriptor@^0.1.4:
25892650
version "0.1.4"
25902651
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -2663,6 +2724,10 @@ is-fullwidth-code-point@^2.0.0:
26632724
version "2.0.0"
26642725
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
26652726

2727+
is-function@^1.0.1:
2728+
version "1.0.1"
2729+
resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5"
2730+
26662731
is-glob@^2.0.0, is-glob@^2.0.1:
26672732
version "2.0.1"
26682733
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -3099,6 +3164,10 @@ lodash.without@~4.4.0:
30993164
version "4.4.0"
31003165
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
31013166

3167+
[email protected], lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.17.10, lodash@~4.17.10:
3168+
version "4.17.10"
3169+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
3170+
31023171
31033172
version "4.17.4"
31043173
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
@@ -3107,10 +3176,6 @@ lodash@^3.10.0, lodash@^3.10.1:
31073176
version "3.10.1"
31083177
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
31093178

3110-
lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.17.10, lodash@~4.17.10:
3111-
version "4.17.10"
3112-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
3113-
31143179
log-ok@^0.1.1:
31153180
version "0.1.1"
31163181
resolved "https://registry.yarnpkg.com/log-ok/-/log-ok-0.1.1.tgz#bea3dd36acd0b8a7240d78736b5b97c65444a334"
@@ -3305,6 +3370,12 @@ mimer@*:
33053370
version "0.3.2"
33063371
resolved "https://registry.yarnpkg.com/mimer/-/mimer-0.3.2.tgz#0b83aabdf48eaacfd2e093ed4c0ed3d38eda8073"
33073372

3373+
min-document@^2.19.0:
3374+
version "2.19.0"
3375+
resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
3376+
dependencies:
3377+
dom-walk "^0.1.0"
3378+
33083379
minimatch@1:
33093380
version "1.0.0"
33103381
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-1.0.0.tgz#e0dd2120b49e1b724ce8d714c520822a9438576d"
@@ -4346,6 +4417,13 @@ parse-glob@^3.0.4:
43464417
is-extglob "^1.0.0"
43474418
is-glob "^2.0.0"
43484419

4420+
parse-headers@^2.0.0:
4421+
version "2.0.1"
4422+
resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.1.tgz#6ae83a7aa25a9d9b700acc28698cd1f1ed7e9536"
4423+
dependencies:
4424+
for-each "^0.3.2"
4425+
trim "0.0.1"
4426+
43494427
parse-json@^2.2.0:
43504428
version "2.2.0"
43514429
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
@@ -4450,6 +4528,10 @@ process-nextick-args@~2.0.0:
44504528
version "2.0.0"
44514529
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
44524530

4531+
process@~0.5.1:
4532+
version "0.5.2"
4533+
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
4534+
44534535
promise-inflight@^1.0.1, promise-inflight@~1.0.1:
44544536
version "1.0.1"
44554537
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
@@ -4847,6 +4929,33 @@ [email protected], request@~2.72.0:
48474929
tough-cookie "~2.2.0"
48484930
tunnel-agent "~0.4.1"
48494931

4932+
4933+
version "2.85.0"
4934+
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
4935+
dependencies:
4936+
aws-sign2 "~0.7.0"
4937+
aws4 "^1.6.0"
4938+
caseless "~0.12.0"
4939+
combined-stream "~1.0.5"
4940+
extend "~3.0.1"
4941+
forever-agent "~0.6.1"
4942+
form-data "~2.3.1"
4943+
har-validator "~5.0.3"
4944+
hawk "~6.0.2"
4945+
http-signature "~1.2.0"
4946+
is-typedarray "~1.0.0"
4947+
isstream "~0.1.2"
4948+
json-stringify-safe "~5.0.1"
4949+
mime-types "~2.1.17"
4950+
oauth-sign "~0.8.2"
4951+
performance-now "^2.1.0"
4952+
qs "~6.5.1"
4953+
safe-buffer "^5.1.1"
4954+
stringstream "~0.0.5"
4955+
tough-cookie "~2.3.3"
4956+
tunnel-agent "^0.6.0"
4957+
uuid "^3.1.0"
4958+
48504959
"request@>=2.9.0 <2.82.0", request@~2.81.0:
48514960
version "2.81.0"
48524961
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
@@ -5205,6 +5314,12 @@ [email protected]:
52055314
dependencies:
52065315
hoek "2.x.x"
52075316

5317+
5318+
version "2.1.0"
5319+
resolved "https://registry.yarnpkg.com/sntp/-/sntp-2.1.0.tgz#2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8"
5320+
dependencies:
5321+
hoek "4.x.x"
5322+
52085323
socks-proxy-agent@^3.0.1:
52095324
version "3.0.1"
52105325
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-3.0.1.tgz#2eae7cf8e2a82d34565761539a7f9718c5617659"
@@ -5397,7 +5512,7 @@ string_decoder@~1.1.1:
53975512
dependencies:
53985513
safe-buffer "~5.1.0"
53995514

5400-
stringstream@~0.0.4:
5515+
stringstream@~0.0.4, stringstream@~0.0.5:
54015516
version "0.0.6"
54025517
resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.6.tgz#7880225b0d4ad10e30927d167a1d6f2fd3b33a72"
54035518

@@ -5621,6 +5736,10 @@ trim-newlines@^1.0.0:
56215736
version "1.0.0"
56225737
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
56235738

5739+
5740+
version "0.0.1"
5741+
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
5742+
56245743
"true-case-path@^1.0.2":
56255744
version "1.0.2"
56265745
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.2.tgz#7ec91130924766c7f573be3020c34f8fdfd00d62"
@@ -5974,6 +6093,15 @@ xdg-basedir@^3.0.0:
59746093
version "3.0.0"
59756094
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
59766095

6096+
6097+
version "2.3.3"
6098+
resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.3.3.tgz#ad6b810e0917ce72b5ec704f5d41f1503b8e7524"
6099+
dependencies:
6100+
global "~4.3.0"
6101+
is-function "^1.0.1"
6102+
parse-headers "^2.0.0"
6103+
xtend "^4.0.0"
6104+
59776105
"xml-name-validator@>= 2.0.1 < 3.0.0":
59786106
version "2.0.1"
59796107
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"

0 commit comments

Comments
 (0)