Skip to content

Commit 1b7fddd

Browse files
authored
Merge pull request feathersjs-ecosystem#496 from j2L4e/patch-3
move `@types/graphql` package from `devDependencies` into `dependencies`
2 parents e9f678b + edc7784 commit 1b7fddd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 3 additions & 4 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
@@ -53,6 +53,7 @@
5353
"@feathersjs/commons": "^1.4.0",
5454
"@feathersjs/errors": "^3.3.0",
5555
"@feathersjs/feathers": "^3.1.3",
56+
"@types/graphql": "^14.0.4",
5657
"ajv": "^5.5.2",
5758
"debug": "^3.1.0",
5859
"graphql": "^14.0.2",
@@ -71,7 +72,6 @@
7172
"@feathersjs/socketio": "^3.2.2",
7273
"@feathersjs/socketio-client": "^1.1.0",
7374
"@types/feathersjs__feathers": "^3.0.4",
74-
"@types/graphql": "^14.0.3",
7575
"chai": "^4.1.2",
7676
"clone": "^2.1.1",
7777
"coveralls": "^3.0.0",

0 commit comments

Comments
 (0)