Skip to content

Commit d497d00

Browse files
committed
Update mockttp and fix package.json importing
1 parent d1235c0 commit d497d00

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

custom-typings/package.json.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"env-paths": "^1.0.0",
2828
"graphql-yoga": "^1.16.7",
2929
"lodash": "^4.17.11",
30-
"mockttp": "^0.11.0",
30+
"mockttp": "^0.12.2",
3131
"rimraf": "^2.6.2",
3232
"tslib": "^1.9.3"
3333
},

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"outDir": "lib",
88
"strict": true,
99
"target": "es2017",
10+
"resolveJsonModule": true,
1011
"composite": true,
1112
"typeRoots" : [
1213
"./node_modules/@types",

0 commit comments

Comments
 (0)