Updated dependencies.

This commit is contained in:
Jayden Seric 2017-04-25 15:49:29 +10:00
parent 34758d7c89
commit 7c045c4750
2 changed files with 15 additions and 15 deletions

View File

@ -4,11 +4,11 @@
"dependencies": { "dependencies": {
"apollo-upload-server": "^2.0.1", "apollo-upload-server": "^2.0.1",
"babel-core": "^6.24.1", "babel-core": "^6.24.1",
"babel-loader": "^7.0.0-beta.1", "babel-loader": "^7.0.0",
"babel-preset-env": "^1.3.3", "babel-preset-env": "^1.4.0",
"babel-preset-stage-0": "^6.24.1", "babel-preset-stage-0": "^6.24.1",
"graphql": "^0.9.2", "graphql": "^0.9.3",
"graphql-server-koa": "^0.6.0", "graphql-server-koa": "^0.7.2",
"graphql-tag": "^2.0.0", "graphql-tag": "^2.0.0",
"graphql-tools": "^0.11.0", "graphql-tools": "^0.11.0",
"kcors": "^2.2.1", "kcors": "^2.2.1",
@ -16,14 +16,14 @@
"koa-bodyparser": "^4.2.0", "koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0", "koa-compress": "^2.0.0",
"koa-router": "^7.1.1", "koa-router": "^7.1.1",
"lowdb": "^0.16.1", "lowdb": "^0.16.2",
"source-map-support": "^0.4.14", "source-map-support": "^0.4.14",
"webpack": "^2.3.3", "webpack": "^2.4.1",
"zoo": "^0.1.9" "zoo": "^0.1.9"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.2.1", "babel-eslint": "^7.2.3",
"standard": "^10.0.1", "standard": "^10.0.2",
"webpack-watch-server": "^1.0.0" "webpack-watch-server": "^1.0.0"
}, },
"scripts": { "scripts": {

View File

@ -2,17 +2,17 @@
"name": "apollo-upload-examples-app", "name": "apollo-upload-examples-app",
"private": true, "private": true,
"dependencies": { "dependencies": {
"apollo-upload-client": "^3.0.2", "apollo-upload-client": "^4.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.0.2", "babel-plugin-transform-inline-environment-variables": "^0.0.2",
"next": "^2.1.0", "next": "^2.2.0",
"react": "^15.5.3", "react": "^15.5.4",
"react-apollo": "^1.0.1", "react-apollo": "^1.1.0",
"react-dom": "^15.5.3", "react-dom": "^15.5.4",
"zoo": "^0.1.9" "zoo": "^0.1.9"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.2.1", "babel-eslint": "^7.2.3",
"standard": "^10.0.1" "standard": "^10.0.2"
}, },
"scripts": { "scripts": {
"lint": "standard", "lint": "standard",