Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
chore(deps): remove unnecessary dependency
Browse files Browse the repository at this point in the history
@types/supertest was also hiding need for explicit inclusion of dom within typescript libs to avoid apollo-link-http-common related errors on node, see
#41 and apollographql/apollo-link#544
  • Loading branch information
yaacovCR committed Mar 26, 2020
1 parent a509d3e commit 3b46556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@types/node-fetch": "^2.5.4",
"@types/supertest": "^2.0.8",
"@types/uuid": "^3.4.7",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
Expand All @@ -96,7 +95,7 @@
"rimraf": "^3.0.2",
"source-map-support": "^0.5.16",
"standard-version": "^7.1.0",
"typescript": "3.7.5",
"typescript": "^3.7.5",
"zen-observable-ts": "^0.8.20"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"lib": ["es7", "esnext.asynciterable"],
"lib": ["es7", "esnext.asynciterable", "dom"],
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
Expand Down

0 comments on commit 3b46556

Please sign in to comment.