Skip to content

Commit 704fdf2

Browse files
committed
Adds apollo-link dependency
Signed-off-by: sirugh <rugh@adobe.com>
1 parent 41259e9 commit 704fdf2

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"queue"
1414
],
1515
"author": "Stephen Rugh",
16-
"license": "ISC"
16+
"license": "ISC",
17+
"dependencies": {
18+
"apollo-link": "~1.2.13"
19+
}
1720
}

yarn.lock

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"@wry/equality@^0.1.2":
6+
version "0.1.9"
7+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
8+
integrity sha512-mB6ceGjpMGz1ZTza8HYnrPGos2mC6So4NhS1PtZ8s4Qt0K7fBiIGhpSxUbQmhwcSWE3no+bYxmI2OL6KuXYmoQ==
9+
dependencies:
10+
tslib "^1.9.3"
11+
12+
apollo-link@~1.2.13:
13+
version "1.2.13"
14+
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.13.tgz#dff00fbf19dfcd90fddbc14b6a3f9a771acac6c4"
15+
integrity sha512-+iBMcYeevMm1JpYgwDEIDt/y0BB7VWyvlm/7x+TIPNLHCTCMgcEgDuW5kH86iQZWo0I7mNwQiTOz+/3ShPFmBw==
16+
dependencies:
17+
apollo-utilities "^1.3.0"
18+
ts-invariant "^0.4.0"
19+
tslib "^1.9.3"
20+
zen-observable-ts "^0.8.20"
21+
22+
apollo-utilities@^1.3.0:
23+
version "1.3.3"
24+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.3.tgz#f1854715a7be80cd810bc3ac95df085815c0787c"
25+
integrity sha512-F14aX2R/fKNYMvhuP2t9GD9fggID7zp5I96MF5QeKYWDWTrkRdHRp4+SVfXUVN+cXOaB/IebfvRtzPf25CM0zw==
26+
dependencies:
27+
"@wry/equality" "^0.1.2"
28+
fast-json-stable-stringify "^2.0.0"
29+
ts-invariant "^0.4.0"
30+
tslib "^1.10.0"
31+
32+
fast-json-stable-stringify@^2.0.0:
33+
version "2.1.0"
34+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
35+
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
36+
37+
ts-invariant@^0.4.0:
38+
version "0.4.4"
39+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
40+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
41+
dependencies:
42+
tslib "^1.9.3"
43+
44+
tslib@^1.10.0, tslib@^1.9.3:
45+
version "1.11.1"
46+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
47+
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
48+
49+
zen-observable-ts@^0.8.20:
50+
version "0.8.20"
51+
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.20.tgz#44091e335d3fcbc97f6497e63e7f57d5b516b163"
52+
integrity sha512-2rkjiPALhOtRaDX6pWyNqK1fnP5KkJJybYebopNSn6wDG1lxBoFs2+nwwXKoA6glHIrtwrfBBy6da0stkKtTAA==
53+
dependencies:
54+
tslib "^1.9.3"
55+
zen-observable "^0.8.0"
56+
57+
zen-observable@^0.8.0:
58+
version "0.8.15"
59+
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
60+
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==

0 commit comments

Comments
 (0)