Updated deps.

Also updated Prettier config for the new version.
This commit is contained in:
Jayden Seric 2017-12-20 17:46:03 +11:00
parent 5329d7002c
commit 541f014e25
4 changed files with 763 additions and 720 deletions

238
api/package-lock.json generated
View File

@ -3,10 +3,19 @@
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@remy/pstree": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@remy/pstree/-/pstree-1.1.0.tgz",
"integrity": "sha512-3rxECj41p0Qkdgoc50VnZpSDTXS+UZGRzTTO+qb3TiZDhuZMmf4z/wApcIeJ878okVq7D9phadgXQD9Kvbq3tQ==",
"dev": true,
"requires": {
"ps-tree": "1.1.0"
}
},
"@std/esm": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/@std/esm/-/esm-0.16.0.tgz",
"integrity": "sha512-JokzOdnTmxUWJ81VWp0OuSR+VZGuvM9lmnefiPoeTwrOH/wworkRvwkXMpSuso0zYQ0LcbGUKLEdkoKwkYyohg=="
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/@std/esm/-/esm-0.18.0.tgz",
"integrity": "sha512-oeHSSVp/WxC08ngpKgyYR4LcI0+EBwZiJcB58jvIqyJnOGxudSkxTgAQKsVfpNsMXfOoILgu9PWhuzIZ8GQEjw=="
},
"abbrev": {
"version": "1.1.1",
@ -47,9 +56,9 @@
}
},
"ajv": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.3.0.tgz",
"integrity": "sha1-RBT/dKUIecII7l/cgm4ywwNUnto=",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
"integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
"dev": true,
"requires": {
"co": "4.6.0",
@ -115,9 +124,9 @@
}
},
"apollo-server-core": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-1.2.0.tgz",
"integrity": "sha1-6FHEdESZG2+J+IUpI3B2uD4B6O4=",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-1.3.2.tgz",
"integrity": "sha1-82hVo+vcLXe4ucRUOAvx1wYQX/w=",
"requires": {
"apollo-cache-control": "0.0.7",
"apollo-tracing": "0.1.1",
@ -125,18 +134,18 @@
}
},
"apollo-server-koa": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/apollo-server-koa/-/apollo-server-koa-1.2.0.tgz",
"integrity": "sha1-YiWszegylO43QHliNY0UjicF+4Q=",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/apollo-server-koa/-/apollo-server-koa-1.3.2.tgz",
"integrity": "sha1-y3tIx1aGOazd3GJqmcKQACNmCtQ=",
"requires": {
"apollo-server-core": "1.2.0",
"apollo-server-module-graphiql": "1.2.0"
"apollo-server-core": "1.3.2",
"apollo-server-module-graphiql": "1.3.2"
}
},
"apollo-server-module-graphiql": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/apollo-server-module-graphiql/-/apollo-server-module-graphiql-1.2.0.tgz",
"integrity": "sha1-iZ2E87dHeV27/INUqlFiLvA4FRw="
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/apollo-server-module-graphiql/-/apollo-server-module-graphiql-1.3.2.tgz",
"integrity": "sha1-Cp5MSN7OOvkE/uMz+V97mBczXKc="
},
"apollo-tracing": {
"version": "0.1.1",
@ -156,9 +165,9 @@
}
},
"apollo-utilities": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.2.tgz",
"integrity": "sha512-tCiJexDJQr9He6TW9E1/sba0WdeRW4/mmaA1JJBOwyLoPSAvCgBOJ6fo4L3iwWvadR1X1723JGojzhYFrUHMhg=="
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.3.tgz",
"integrity": "sha512-wNKf0GAXfvnmZFYVl1YIzZ6LDSUe+zo4SKd2kbzi7YquNZUuSwJnG1FfEphvfwRRTI2dnpcGZEq26I7uUBrWNw=="
},
"argparse": {
"version": "1.0.9",
@ -265,9 +274,9 @@
"dev": true
},
"boxen": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/boxen/-/boxen-1.2.2.tgz",
"integrity": "sha1-Px1AMsMP/qnUsCwyLq8up0HcvOU=",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
"integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==",
"dev": true,
"requires": {
"ansi-align": "2.0.0",
@ -276,7 +285,7 @@
"cli-boxes": "1.0.0",
"string-width": "2.1.1",
"term-size": "1.2.0",
"widest-line": "1.0.0"
"widest-line": "2.0.0"
}
},
"brace-expansion": {
@ -379,9 +388,9 @@
}
},
"chardet": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.0.tgz",
"integrity": "sha1-C74TVaxE16PtSpJXB8TvcPgZD2w=",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz",
"integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=",
"dev": true
},
"chokidar": {
@ -444,12 +453,6 @@
"type-is": "1.6.15"
}
},
"code-point-at": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
"dev": true
},
"color-convert": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz",
@ -567,9 +570,9 @@
"integrity": "sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU="
},
"core-js": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
"integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs="
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.3.tgz",
"integrity": "sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4="
},
"core-util-is": {
"version": "1.0.2",
@ -680,21 +683,12 @@
}
},
"doctrine": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.0.tgz",
"integrity": "sha1-xz2NKQnSIpHhoAejlYBNqLZl/mM=",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.2.tgz",
"integrity": "sha512-y0tm5Pq6ywp3qSTZ1vPgVdAnbDEoeoc5wlOHXoY1c4Wug/a7JvqHIl7BTvwodaHmejWkK/9dSb3sCYfyo/om8A==",
"dev": true,
"requires": {
"esutils": "2.0.2",
"isarray": "1.0.0"
},
"dependencies": {
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
}
"esutils": "2.0.2"
}
},
"dot-prop": {
@ -760,18 +754,18 @@
"dev": true
},
"eslint": {
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-4.11.0.tgz",
"integrity": "sha512-UWbhQpaKlm8h5x/VLwm0S1kheMrDj8jPwhnBMjr/Dlo3qqT7MvcN/UfKAR3E1N4lr4YNtOvS4m3hwsrVc/ky7g==",
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-4.13.1.tgz",
"integrity": "sha512-UCJVV50RtLHYzBp1DZ8CMPtRSg4iVZvjgO9IJHIKyWU/AnJVjtdRikoUPLB29n5pzMB7TnsLQWf0V6VUJfoPfw==",
"dev": true,
"requires": {
"ajv": "5.3.0",
"ajv": "5.5.2",
"babel-code-frame": "6.26.0",
"chalk": "2.3.0",
"concat-stream": "1.6.0",
"cross-spawn": "5.1.0",
"debug": "3.1.0",
"doctrine": "2.0.0",
"doctrine": "2.0.2",
"eslint-scope": "3.7.1",
"espree": "3.5.2",
"esquery": "1.0.0",
@ -780,11 +774,11 @@
"file-entry-cache": "2.0.0",
"functional-red-black-tree": "1.0.1",
"glob": "7.1.2",
"globals": "9.18.0",
"globals": "11.1.0",
"ignore": "3.3.7",
"imurmurhash": "0.1.4",
"inquirer": "3.3.0",
"is-resolvable": "1.0.0",
"is-resolvable": "1.0.1",
"js-yaml": "3.10.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"levn": "0.3.0",
@ -912,9 +906,9 @@
}
},
"eslint-plugin-prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-2.3.1.tgz",
"integrity": "sha512-AV8shBlGN9tRZffj5v/f4uiQWlP3qiQ+lh+BhTqRLuKSyczx+HRWVkVZaf7dOmguxghAH1wftnou/JUEEChhGg==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-2.4.0.tgz",
"integrity": "sha512-P0EohHM1MwL36GX5l1TOEYyt/5d7hcxrX3CqCjibTN3dH7VCAy2kjsC/WB6dUHnpB4mFkZq1Ndfh2DYQ2QMEGQ==",
"dev": true,
"requires": {
"fast-diff": "1.1.2",
@ -1032,7 +1026,7 @@
"integrity": "sha512-E44iT5QVOUJBKij4IIV3uvxuNlbKS38Tw1HiupxEIHPv9qtC2PrDYohbXV5U+1jnfIXttny8gUhj+oZvflFlzA==",
"dev": true,
"requires": {
"chardet": "0.4.0",
"chardet": "0.4.2",
"iconv-lite": "0.4.19",
"tmp": "0.0.33"
}
@ -2123,13 +2117,13 @@
"integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
"dev": true,
"requires": {
"ini": "1.3.4"
"ini": "1.3.5"
}
},
"globals": {
"version": "9.18.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
"integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-11.1.0.tgz",
"integrity": "sha512-uEuWt9mqTlPDwSqi+sHjD4nWU/1N+q0fiWI9T1mZpD2UENqX20CFD5T/ziLZvztPaBKl7ZylUi1q6Qfm7E2CiQ==",
"dev": true
},
"globby": {
@ -2191,24 +2185,24 @@
"resolved": "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.0.5.tgz",
"integrity": "sha512-IbgYhKIyI60Nio/uJjkkiXaOZ2fI8ynAyzcA/okD0iuKzBdWX4Tn6tidMLgd16Bf2v3TtNnyXnN0F2BJDs6e4A==",
"requires": {
"core-js": "2.5.1",
"core-js": "2.5.3",
"source-map-support": "0.5.0"
}
},
"graphql-server-koa": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/graphql-server-koa/-/graphql-server-koa-1.2.0.tgz",
"integrity": "sha1-w5TffGTDut7ZHmzmCNRoUOwQwFE=",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/graphql-server-koa/-/graphql-server-koa-1.3.2.tgz",
"integrity": "sha1-nc+8yxk5a+R9pytIIz5Aka0N/zQ=",
"requires": {
"apollo-server-koa": "1.2.0"
"apollo-server-koa": "1.3.2"
}
},
"graphql-tools": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.8.0.tgz",
"integrity": "sha512-vdQCJEbxOVDFV7igxkKslhMF4vmCq1ssuhPhlBjn9dkbmH8PSYSCnWF08vmMXR7Y0cvlNzlSseq6mZnr6TGUAw==",
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.14.0.tgz",
"integrity": "sha512-1MoTjyQ1wzWzspxrEVgDeoBTBTsX5RLbFfyvdhFfDB5LrYGhud/XXsz+iHvod5Z97H4vpvg9Ax+HLYIeApUyKQ==",
"requires": {
"apollo-utilities": "1.0.2",
"apollo-utilities": "1.0.3",
"deprecated-decorator": "0.1.6",
"uuid": "3.1.0"
}
@ -2313,9 +2307,9 @@
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
},
"ini": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
"dev": true
},
"inquirer": {
@ -2424,7 +2418,7 @@
"dev": true,
"requires": {
"global-dirs": "0.1.1",
"is-path-inside": "1.0.0"
"is-path-inside": "1.0.1"
}
},
"is-npm": {
@ -2460,13 +2454,13 @@
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
"dev": true,
"requires": {
"is-path-inside": "1.0.0"
"is-path-inside": "1.0.1"
}
},
"is-path-inside": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
"integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
"integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
"dev": true,
"requires": {
"path-is-inside": "1.0.2"
@ -2496,13 +2490,10 @@
"dev": true
},
"is-resolvable": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
"integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=",
"dev": true,
"requires": {
"tryit": "1.0.3"
}
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.1.tgz",
"integrity": "sha512-y5CXYbzvB3jTnWAZH1Nl7ykUWb6T3BcTs56HUruwBf8MhF56n1HWqhDWnVFo8GHrUPDgvUUNVhrc2U8W7iqz5g==",
"dev": true
},
"is-retry-allowed": {
"version": "1.1.0",
@ -3020,18 +3011,18 @@
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
},
"nodemon": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.12.1.tgz",
"integrity": "sha1-mWpW3EnZ8Wu/G3ik3gjxNjSzh40=",
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.13.3.tgz",
"integrity": "sha512-JTDI4il69J3rQ5aXQdNcDZDfk8JXC2c5Uh9zjTtFGrlP72UDoOEPB7reDMjo27tbLhtxtPAfGwhs28RVMz5rHQ==",
"dev": true,
"requires": {
"@remy/pstree": "1.1.0",
"chokidar": "1.7.0",
"debug": "2.6.9",
"es6-promise": "3.3.1",
"ignore-by-default": "1.0.1",
"lodash.defaults": "3.1.2",
"minimatch": "3.0.4",
"ps-tree": "1.1.0",
"touch": "3.1.0",
"undefsafe": "0.0.3",
"update-notifier": "2.3.0"
@ -3087,12 +3078,6 @@
"path-key": "2.0.1"
}
},
"number-is-nan": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
"dev": true
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@ -3345,9 +3330,9 @@
"dev": true
},
"prettier": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.8.2.tgz",
"integrity": "sha512-fHWjCwoRZgjP1rvLP7OGqOznq7xH1sHMQUFLX8qLRO79hI57+6xbc5vB904LxEkCfgFgyr3vv06JkafgCSzoZg==",
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.9.2.tgz",
"integrity": "sha512-piXx9N2WT8hWb7PBbX1glAuJVIkEyUV9F5fMXFINpZ0x3otVOFKKeGmeuiclFJlP/UrgTckyV606VjH2rNK4bw==",
"dev": true
},
"process-nextick-args": {
@ -3441,7 +3426,7 @@
"dev": true,
"requires": {
"deep-extend": "0.4.2",
"ini": "1.3.4",
"ini": "1.3.5",
"minimist": "1.2.0",
"strip-json-comments": "2.0.1"
},
@ -3860,7 +3845,7 @@
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
"dev": true,
"requires": {
"ajv": "5.3.0",
"ajv": "5.5.2",
"ajv-keywords": "2.1.1",
"chalk": "2.3.0",
"lodash": "4.17.4",
@ -3913,12 +3898,6 @@
"nopt": "1.0.10"
}
},
"tryit": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
"integrity": "sha1-OTvnMKlEb9Hq1tpZoBQwjzbCics=",
"dev": true
},
"type-check": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
@ -3975,7 +3954,7 @@
"integrity": "sha1-TognpruRUUCrCTVZ1wFOPruDdFE=",
"dev": true,
"requires": {
"boxen": "1.2.2",
"boxen": "1.3.0",
"chalk": "2.3.0",
"configstore": "3.1.1",
"import-lazy": "2.1.0",
@ -4036,43 +4015,12 @@
}
},
"widest-line": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
"integrity": "sha1-DAnIXCqUaD0Nfq+O4JfVZL8OEFw=",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.0.tgz",
"integrity": "sha1-AUKk6KJD+IgsAjOqDgKBqnYVInM=",
"dev": true,
"requires": {
"string-width": "1.0.2"
},
"dependencies": {
"is-fullwidth-code-point": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"dev": true,
"requires": {
"number-is-nan": "1.0.1"
}
},
"string-width": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"dev": true,
"requires": {
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
}
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
}
}
"string-width": "2.1.1"
}
},
"wordwrap": {

View File

@ -6,12 +6,12 @@
"npm": ">=5.4"
},
"dependencies": {
"@std/esm": "^0.16.0",
"@std/esm": "^0.18.0",
"apollo-upload-server": "^4.0.0-alpha.1",
"dotenv": "^4.0.0",
"graphql": "^0.11.7",
"graphql-server-koa": "^1.2.0",
"graphql-tools": "^2.8.0",
"graphql-server-koa": "^1.3.2",
"graphql-tools": "^2.14.0",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
@ -22,12 +22,12 @@
"shortid": "^2.2.8"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint": "^4.13.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"nodemon": "^1.12.1",
"prettier": "^1.8.2"
"eslint-plugin-prettier": "^2.4.0",
"nodemon": "^1.13.3",
"prettier": "^1.9.2"
},
"scripts": {
"lint": "eslint . --ext mjs",
@ -75,8 +75,8 @@
}
},
"prettier": {
"semi": false,
"proseWrap": "never",
"singleQuote": true,
"proseWrap": false
"semi": false
}
}

1197
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,30 +6,30 @@
"npm": ">=5.4"
},
"dependencies": {
"apollo-cache-inmemory": "1.0.0",
"apollo-client": "^2.0.3",
"apollo-link": "^1.0.3",
"apollo-cache-inmemory": "^1.1.4",
"apollo-client": "^2.1.0",
"apollo-link": "^1.0.7",
"apollo-upload-client": "^7.0.0-alpha.1",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"dotenv-cli": "^1.4.0",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"graphql-tag": "^2.6.1",
"isomorphic-unfetch": "^2.0.0",
"next": "^4.1.4",
"react": "^16.1.1",
"react-apollo": "^2.0.1",
"next": "^4.3.0-canary.1",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-display-name": "^0.2.3",
"react-dom": "^16.1.1",
"react-dom": "^16.2.0",
"webpack-bundle-analyzer": "^2.9.1"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.5.0",
"prettier": "^1.8.2"
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"prettier": "^1.9.2"
},
"scripts": {
"lint": "eslint .",
@ -85,8 +85,8 @@
}
},
"prettier": {
"semi": false,
"proseWrap": "never",
"singleQuote": true,
"proseWrap": false
"semi": false
}
}