mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Bump dependencies
This commit is contained in:
parent
1c8d6c4765
commit
fbbb1503e2
2 changed files with 1337 additions and 955 deletions
54
package.json
54
package.json
|
|
@ -62,44 +62,44 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.18.0",
|
||||
"babel-runtime": "^6.23.0",
|
||||
"compression": "^1.6.2",
|
||||
"dashify": "^0.2.2",
|
||||
"dataloader": "^1.2.0",
|
||||
"debug": "^2.4.3",
|
||||
"dotenv": "^2.0.0",
|
||||
"es6-error": "^4.0.0",
|
||||
"express": "^4.14.0",
|
||||
"express-graphql": "^0.6.1",
|
||||
"graphql": "^0.8.2",
|
||||
"graphql-relay": "^0.4.4",
|
||||
"dataloader": "^1.3.0",
|
||||
"debug": "^2.6.3",
|
||||
"dotenv": "^4.0.0",
|
||||
"es6-error": "^4.0.2",
|
||||
"express": "^4.15.2",
|
||||
"express-graphql": "^0.6.3",
|
||||
"graphql": "^0.9.1",
|
||||
"graphql-relay": "^0.5.1",
|
||||
"lru-cache": "^4.0.1",
|
||||
"pascalcase": "^0.1.1",
|
||||
"qs": "^6.3.0",
|
||||
"request": "^2.79.0",
|
||||
"qs": "^6.4.0",
|
||||
"request": "^2.81.0",
|
||||
"retry": "^0.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^0.17.0",
|
||||
"babel-cli": "^6.18.0",
|
||||
"ava": "^0.18.2",
|
||||
"babel-cli": "^6.24.0",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-plugin-istanbul": "^3.0.0",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-stage-2": "^6.18.0",
|
||||
"babel-register": "^6.18.0",
|
||||
"coveralls": "^2.11.15",
|
||||
"cross-env": "^3.1.3",
|
||||
"doctoc": "^1.2.0",
|
||||
"graphql-markdown": "^1.0.0",
|
||||
"babel-plugin-istanbul": "^4.0.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-preset-es2015": "^6.24.0",
|
||||
"babel-preset-stage-2": "^6.22.0",
|
||||
"babel-register": "^6.24.0",
|
||||
"coveralls": "^2.12.0",
|
||||
"cross-env": "^3.2.4",
|
||||
"doctoc": "^1.3.0",
|
||||
"graphql-markdown": "^1.0.2",
|
||||
"marked": "^0.3.6",
|
||||
"nodemon": "^1.11.0",
|
||||
"nyc": "^10.0.0",
|
||||
"rimraf": "^2.5.4",
|
||||
"nyc": "^10.1.2",
|
||||
"rimraf": "^2.6.1",
|
||||
"sepia": "^2.0.2",
|
||||
"sinon": "^1.17.6",
|
||||
"snazzy": "^5.0.0",
|
||||
"standard": "^8.6.0"
|
||||
"sinon": "^2.0.0",
|
||||
"snazzy": "^6.0.0",
|
||||
"standard": "^9.0.2"
|
||||
},
|
||||
"standard": {
|
||||
"parser": "babel-eslint"
|
||||
|
|
|
|||
Loading…
Reference in a new issue