Skip to content

Commit 7da1d7f

Browse files
committed
Add some missing implicit dependencies
These worked because they're included in Mockttp. Ran into issues when linking Mockttp because they suddenly weren't available, even though we use them directly.
1 parent f232618 commit 7da1d7f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"cors": "^2.8.5",
4848
"cors-gate": "^1.1.3",
4949
"env-paths": "^1.0.0",
50+
"express": "^4.17.1",
5051
"express-graphql": "^0.11.0",
5152
"global-agent": "^2.0.0",
5253
"global-tunnel-ng": "^2.7.1",
@@ -76,6 +77,7 @@
7677
"@types/lodash": "^4.14.117",
7778
"@types/mocha": "^5.2.5",
7879
"@types/node": "^12.7.9",
80+
"@types/node-forge": "^0.9.9",
7981
"@types/request-promise-native": "^1.0.15",
8082
"@types/rimraf": "^2.0.2",
8183
"@types/ws": "^6.0.1",

0 commit comments

Comments
 (0)