Skip to content

Commit 18d17ab

Browse files
Merge pull request #81 from marmelab/upgrade-deps
Upgrade depencies
2 parents aff5ae6 + bf0652f commit 18d17ab

File tree

2 files changed

+1524
-987
lines changed

2 files changed

+1524
-987
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,43 +30,43 @@
3030
]
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "~7.4.4",
34-
"@babel/core": "~7.4.5",
33+
"@babel/cli": "~7.6.3",
34+
"@babel/core": "~7.6.3",
3535
"@babel/plugin-external-helpers": "~7.2.0",
36-
"@babel/plugin-transform-runtime": "~7.4.4",
37-
"@babel/preset-env": "~7.4.5",
38-
"@types/jest": "~24.0.15",
39-
"babel-eslint": "10.0.2",
40-
"babel-jest": "~24.8.0",
36+
"@babel/plugin-transform-runtime": "~7.6.2",
37+
"@babel/preset-env": "~7.6.3",
38+
"@types/jest": "~24.0.18",
39+
"babel-eslint": "10.0.3",
40+
"babel-jest": "~24.9.0",
4141
"babel-loader": "~8.0.6",
4242
"babel-plugin-add-module-exports": "~1.0.2",
43-
"eslint": "~5.16.0",
44-
"eslint-config-prettier": "~5.0.0",
45-
"eslint-plugin-import": "~2.17.3",
46-
"eslint-plugin-jest": "~22.7.0",
47-
"eslint-plugin-prettier": "~3.1.0",
48-
"husky": "~2.4.1",
49-
"jest": "~24.8.0",
50-
"lint-staged": "~8.2.1",
43+
"eslint": "~6.5.1",
44+
"eslint-config-prettier": "~6.4.0",
45+
"eslint-plugin-import": "~2.18.2",
46+
"eslint-plugin-jest": "~22.17.0",
47+
"eslint-plugin-prettier": "~3.1.1",
48+
"husky": "~3.0.8",
49+
"jest": "~24.9.0",
50+
"lint-staged": "~9.4.2",
5151
"prettier": "~1.18.2",
5252
"supertest": "~4.0.2",
53-
"webpack": "~4.35.0",
54-
"webpack-cli": "~3.3.4"
53+
"webpack": "~4.41.0",
54+
"webpack-cli": "~3.3.9"
5555
},
5656
"dependencies": {
57-
"apollo-client": "~2.6.3",
57+
"apollo-client": "~2.6.4",
5858
"apollo-test-utils": "~0.3.2",
5959
"cors": "^2.8.4",
6060
"express": "~4.17.1",
61-
"express-graphql": "~0.8.0",
62-
"graphql": "~14.3.1",
61+
"express-graphql": "~0.9.0",
62+
"graphql": "~14.5.8",
6363
"graphql-tag": "~2.10.1",
6464
"graphql-tools": "~4.0.5",
6565
"graphql-type-json": "~0.3.0",
6666
"inflection": "~1.12.0",
67-
"lodash.merge": "~4.6.0",
68-
"reify": "~0.20.4",
69-
"xhr-mock": "^2.0.3"
67+
"lodash.merge": "~4.6.2",
68+
"reify": "~0.20.12",
69+
"xhr-mock": "^2.5.0"
7070
},
7171
"bin": {
7272
"json-graphql-server": "bin/json-graphql-server.js"

0 commit comments

Comments
 (0)