Skip to content

Commit b568418

Browse files
author
Gildas Garcia
authored
Merge pull request #59 from marmelab/upgrade-deps
[RFR] Upgrade dependencies
2 parents df21d94 + cb9172a commit b568418

File tree

2 files changed

+2392
-786
lines changed

2 files changed

+2392
-786
lines changed

package.json

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@
44
"main": "lib/json-graphql-server.node.min.js",
55
"browser": "lib/json-graphql-server.client.min.js",
66
"repository": "[email protected]:marmelab/json-graphql-server.git",
7-
"authors": ["François Zaninotto", "Gildas Garcia"],
8-
"files": ["*.md", "lib", "src", "bin"],
7+
"authors": [
8+
"François Zaninotto",
9+
"Gildas Garcia"
10+
],
11+
"files": [
12+
"*.md",
13+
"lib",
14+
"src",
15+
"bin"
16+
],
917
"license": "MIT",
1018
"scripts": {
1119
"format": "make format",
@@ -16,12 +24,15 @@
1624
"prepublish": "make build"
1725
},
1826
"lint-staged": {
19-
"src/**/*.js": ["eslint --fix", "git add"]
27+
"src/**/*.js": [
28+
"eslint --fix",
29+
"git add"
30+
]
2031
},
2132
"devDependencies": {
2233
"@types/jest": "~19.2.4",
23-
"babel-cli": "~6.24.1",
24-
"babel-core": "~6.25.0",
34+
"babel-cli": "^6.26.0",
35+
"babel-core": "^6.26.3",
2536
"babel-eslint": "~7.2.3",
2637
"babel-jest": "~20.0.3",
2738
"babel-loader": "7.1.2",
@@ -36,7 +47,7 @@
3647
"eslint-plugin-jest": "~20.0.3",
3748
"eslint-plugin-prettier": "~2.1.2",
3849
"husky": "~0.13.3",
39-
"jest": "~20.0.4",
50+
"jest": "~23.6.0",
4051
"lint-staged": "~3.4.1",
4152
"prettier": "~1.5.2",
4253
"supertest": "~3.0.0",
@@ -46,15 +57,15 @@
4657
"apollo-client": "~1.2.0",
4758
"apollo-test-utils": "~0.3.2",
4859
"cors": "^2.8.4",
49-
"express": "~4.15.3",
60+
"express": "~4.16.0",
5061
"express-graphql": "~0.6.7",
5162
"graphql": "~0.10.5",
5263
"graphql-tag": "~2.0.0",
5364
"graphql-tools": "~1.1.0",
5465
"graphql-type-json": "~0.1.4",
5566
"inflection": "~1.12.0",
5667
"lodash.merge": "~4.6.0",
57-
"reify": "~0.12.0",
68+
"reify": "~0.18.1",
5869
"xhr-mock": "^2.0.3"
5970
},
6071
"bin": {

0 commit comments

Comments
 (0)