Skip to content

Commit dace201

Browse files
committed
merge pull request #45
2 parents 68b0e85 + 82339b7 commit dace201

File tree

3 files changed

+34
-17
lines changed

3 files changed

+34
-17
lines changed

package-lock.json

Lines changed: 29 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/mocha": "^2.2.32",
5555
"@types/mustache": "^0.8.28",
5656
"@types/node": "^6.0.32",
57-
"@types/request": "0.0.40",
58-
"@types/striptags": "^0.0.5",
57+
"@types/request": "^2.47.0",
58+
"@types/striptags": "^3.1.1",
5959
"chai": "^3.5.0",
6060
"express": "^4.17.1",
6161
"express-graphql": "^0.8.0",
@@ -69,15 +69,15 @@
6969
},
7070
"dependencies": {
7171
"@2fd/command": "^1.1.2",
72-
"bluebird": "^3.5.5",
72+
"deepmerge": "^2.0.1",
7373
"fs-extra": "^0.30.0",
7474
"glob": "^7.1.0",
7575
"graphql": "^0.12.0",
7676
"marked": "^0.6.2",
7777
"mustache": "^2.2.1",
7878
"request": "^2.88.0",
7979
"slug": "^0.9.1",
80-
"striptags": "^3.0.1",
80+
"striptags": "^3.1.1",
8181
"word-wrap": "^1.2.1"
8282
},
8383
"graphdoc": {

plugins/document.require-by/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class RequireByPlugin extends Plugin implements PluginInterface {
9090
deps.push(getTypeOf(t).name);
9191
});
9292
}
93-
93+
9494
return deps;
9595
}
9696

0 commit comments

Comments
 (0)