apollo-server -> graphql-server upgrade, node-uuid -> uuid, supertest=2 -> supertest-3 (#39)
This commit is contained in:
committed by
Mihail Diordiev
parent
a0bbc23ef1
commit
073f27f720
12
package.json
12
package.json
@@ -36,29 +36,29 @@
|
||||
},
|
||||
"homepage": "https://github.com/zalmoxisus/remotedev-server",
|
||||
"dependencies": {
|
||||
"apollo-server": "^0.3.3",
|
||||
"body-parser": "^1.15.0",
|
||||
"chalk": "^1.1.3",
|
||||
"cors": "^2.7.1",
|
||||
"ejs": "^2.4.1",
|
||||
"express": "^4.13.3",
|
||||
"getport": "^0.1.0",
|
||||
"graphql": "^0.8.0",
|
||||
"graphql-tools": "^0.8.1",
|
||||
"graphql": "^0.9.3",
|
||||
"graphql-server-express": "^0.7.1",
|
||||
"graphql-tools": "^0.11.0",
|
||||
"js-data": "^2.9.0",
|
||||
"knex": "0.11.10",
|
||||
"lodash": "^4.15.0",
|
||||
"minimist": "^1.2.0",
|
||||
"morgan": "^1.7.0",
|
||||
"node-uuid": "^1.4.0",
|
||||
"semver": "^5.3.0",
|
||||
"socketcluster": "^5.0.4",
|
||||
"sqlite3": "^3.1.8"
|
||||
"sqlite3": "^3.1.8",
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"expect": "^1.20.2",
|
||||
"mocha": "^3.2.0",
|
||||
"socketcluster-client": "^5.1.1",
|
||||
"supertest": "^2.0.1"
|
||||
"supertest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user