Move jsdom to dev deps

This commit is contained in:
Chi Vinh Le
2018-07-10 19:17:16 -03:00
parent ec1eff2b9d
commit 5f9e6b359a
2 changed files with 139 additions and 52 deletions
+2 -2
View File
@@ -24,7 +24,6 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@types/jsdom": "^11.0.6",
"apollo-server-express": "^1.3.6",
"bunyan": "^1.8.12",
"convict": "^4.3.0",
@@ -41,7 +40,6 @@
"graphql-tools": "^3.0.2",
"ioredis": "^3.2.2",
"joi": "^13.4.0",
"jsdom": "^11.11.0",
"lodash": "^4.17.10",
"luxon": "^1.2.1",
"mongodb": "^3.0.10",
@@ -72,6 +70,7 @@
"@types/jest": "^23.1.1",
"@types/joi": "^13.0.8",
"@types/lodash": "^4.14.109",
"@types/jsdom": "^11.0.6",
"@types/luxon": "^0.5.3",
"@types/mongodb": "^3.0.19",
"@types/node": "^10.3.1",
@@ -113,6 +112,7 @@
"graphql-playground-middleware-express": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.3.0",
"jsdom": "^11.11.0",
"loader-utils": "^1.1.0",
"npm-run-all": "^4.1.3",
"postcss-flexbugs-fixes": "^3.3.1",