Skip to content

Commit 6118f13

Browse files
committed
Fix ts errors
1 parent 0cf2c2f commit 6118f13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"aws-sdk": "^2.7.27",
14-
"graphql-request": "^1.1.2",
14+
"graphql-request": "^1.3.3",
1515
"lambda-helpers": "^0.2.1",
1616
"sharp": "^0.18.2",
1717
"source-map-support": "^0.4.15"

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outDir": ".build",
88
"rootDir": ".",
99
"moduleResolution": "node",
10-
"lib": ["es2016"]
10+
"lib": ["es2016", "dom"]
1111
},
1212
"exclude": [
1313
"node_modules",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1372,9 +1372,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
13721372
version "4.1.11"
13731373
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
13741374

1375-
graphql-request@^1.1.2:
1376-
version "1.3.2"
1377-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.3.2.tgz#bcbf5961279b7a5732135ad78cd07a3c0e982d66"
1375+
graphql-request@^1.3.3:
1376+
version "1.3.3"
1377+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.3.3.tgz#8138f6b53914d8c659381fba5bd38dcca3f6b1f1"
13781378
dependencies:
13791379
isomorphic-fetch "^2.2.1"
13801380

0 commit comments

Comments
 (0)